org.ow2.petals.se.validation
Class ValidationSe

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.validation.ValidationSe
All Implemented Interfaces:
javax.jbi.component.Component, javax.jbi.component.ComponentLifeCycle, org.ow2.petals.component.framework.api.PetalsComponent

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

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

Field Summary
 
Fields inherited from class org.ow2.petals.component.framework.AbstractComponent
context
 
Constructor Summary
ValidationSe()
           
 
Method Summary
protected  org.ow2.petals.component.framework.su.AbstractServiceUnitManager createServiceUnitManager()
           
 ValidationConfigurationHandler getValidationConfigurationHandler(java.lang.String endpointName)
           
 ValidationConfigurationHandler registerValidationConfigurationHandler(java.lang.String endpointName, ValidationConfigurationHandler ValidationConfigurationHandler)
           
 ValidationConfigurationHandler removeValidationConfigurationHandler(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

ValidationSe

public ValidationSe()
Method Detail

createServiceUnitManager

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

registerValidationConfigurationHandler

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

removeValidationConfigurationHandler

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

getValidationConfigurationHandler

public ValidationConfigurationHandler getValidationConfigurationHandler(java.lang.String endpointName)
Parameters:
endpointName - the end-point name
Returns:
the Validation 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.