| java.lang.Object feederengine.CSVFeederEngineLifeCycle
CSVFeederEngineLifeCycle | public class CSVFeederEngineLifeCycle implements ComponentLifeCycle,Component(Code) | | This class implements ComponentLifeCycle. The JBI framework will start this
engine class automatically when JBI framework starts up.
author: Nilesh |
Inner Class :public class Receiver implements Runnable | |
IN_ONLY | final public static String IN_ONLY(Code) | | In Only MEP.
|
IN_OPTIONAL_OUT | final public static String IN_OPTIONAL_OUT(Code) | | In Optional Out MEP.
|
ROBUST_IN_ONLY | final public static String ROBUST_IN_ONLY(Code) | | Robust In Only MEP.
|
getDeploymentMBeanName | public javax.management.ObjectName getDeploymentMBeanName()(Code) | | Get the JMX ObjectName for the DeploymentMBean for this BPE. If there is
none, return null.
ObjectName the JMX object name of the DeploymentMBean or null ifthere is no DeploymentMBean. |
getExtensionMBeanName | public javax.management.ObjectName getExtensionMBeanName()(Code) | | Get the JMX ObjectName for any additional MBean for this BC. If there is
none, return null.
ObjectName the JMX object name of the additional MBean or nullif there is no additional MBean. |
resolveEndpointReference | public ServiceEndpoint resolveEndpointReference(DocumentFragment epr)(Code) | | Resolve the given endpoint reference, given the capabilities of the
given consumer. This is called by JBI when it is attempting to resolve
the given endpoint reference on behalf of a component.
Parameters: epr - the endpoint reference, in some XML dialect understood by theappropriate component (usually a Binding Component). the service endpoint for the endpoint reference;null if the endpoint reference cannot be resolved. |
shutDown | public void shutDown() throws javax.jbi.JBIException(Code) | | Shutdown the SE. This performs cleanup before the SE is terminated.
Once this has been called, init() must be called before the SE can be
started again with a call to start().
throws: javax.jbi.JBIException - if the SE is unable to shut down. |
testCSVTrasnformation | public void testCSVTrasnformation()(Code) | | |
testXMLTrasnformation | public void testXMLTrasnformation()(Code) | | |
|
|