org.ow2.petals.se.xslt
Class XsltSe

java.lang.Object
  extended by org.ow2.petals.component.framework.AbstractComponent
      extended by org.ow2.petals.component.framework.bc.AbstractBindingComponent
          extended by org.ow2.petals.se.xslt.XsltSe
All Implemented Interfaces:
javax.jbi.component.Component, javax.jbi.component.ComponentLifeCycle, org.ow2.petals.component.framework.api.PetalsComponent

public class XsltSe
extends org.ow2.petals.component.framework.bc.AbstractBindingComponent

The component class of the XSLT service engine.

Author:
Roland Naudin - EBM WebSourcing, Vincent Zurczak - EBM WebSourcing

Field Summary
 
Fields inherited from class org.ow2.petals.component.framework.AbstractComponent
context
 
Constructor Summary
XsltSe()
           
 
Method Summary
protected  org.ow2.petals.component.framework.su.AbstractServiceUnitManager createServiceUnitManager()
           
 XsltConfigurationHandler getXsltConfigurationHandler(java.lang.String endpointName)
           
 XsltConfigurationHandler registerXsltConfigurationHandler(java.lang.String endpointName, XsltConfigurationHandler xsltConfigurationHandler)
           
 XsltConfigurationHandler removeXsltConfigurationHandler(java.lang.String endpointName)
           
 
Methods inherited from class org.ow2.petals.component.framework.AbstractComponent
activateEndpoint, deactivateEndpoint, doInit, doShutdown, doStart, doStop, getAsyncManager, getChannel, getComponentConfiguration, getComponentExtensions, getContext, getExtensionMBeanName, getInterceptor, getInterceptors, getLifeCycle, getLogger, getNativeWsdl, getProcessorManager, getResourceBundleName, getServiceDescription, getServiceUnitManager, init, isExchangeWithConsumerOkay, isExchangeWithProviderOkay, resolveEndpointReference, shutDown, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XsltSe

public XsltSe()
Method Detail

createServiceUnitManager

protected org.ow2.petals.component.framework.su.AbstractServiceUnitManager createServiceUnitManager()
Overrides:
createServiceUnitManager in class org.ow2.petals.component.framework.bc.AbstractBindingComponent

registerXsltConfigurationHandler

public XsltConfigurationHandler registerXsltConfigurationHandler(java.lang.String endpointName,
                                                                 XsltConfigurationHandler xsltConfigurationHandler)
Parameters:
endpointName - the end-point name
xsltConfigurationHandler - the XSLT configuration handler
Returns:
the previous XSLT configuration handler that was registered for this end-point name
See Also:
ConcurrentHashMap.put(java.lang.Object, java.lang.Object)

removeXsltConfigurationHandler

public XsltConfigurationHandler removeXsltConfigurationHandler(java.lang.String endpointName)
Parameters:
endpointName - the end-point name
Returns:
the XSLT configuration handler that was registered for this end-point name
See Also:
ConcurrentHashMap.remove(java.lang.Object)

getXsltConfigurationHandler

public XsltConfigurationHandler getXsltConfigurationHandler(java.lang.String endpointName)
Parameters:
endpointName - the end-point name
Returns:
the XSLT configuration handler associated with this end-point name
See Also:
Map.get(java.lang.Object)


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.