public class SapTransactionalIDocListServerComponent
extends org.apache.camel.impl.UriEndpointComponent
SapTransactionalIDocListServerEndpoint
.Modifier and Type | Field and Description |
---|---|
protected Map<String,com.sap.conn.idoc.jco.JCoIDocServer> |
activeServers |
protected ServerErrorAndExceptionListener |
serverErrorAndExceptionListener |
protected ServerStateChangedListener |
serverStateChangedListener |
protected File |
tidStoresLocation |
Constructor and Description |
---|
SapTransactionalIDocListServerComponent() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
protected void |
doStart() |
protected void |
doStop() |
protected IDocHandlerFactory |
getIDocHandlerFactory(String serverName) |
protected com.sap.conn.idoc.jco.JCoIDocServer |
getServer(String serverName) |
String |
getTidStoresLocation() |
void |
setTidStoresLocation(String tidStoresLocation) |
createComponentConfiguration, createParameterConfigurationMap, getEndpointClass, getParameterConfigurationMap, populateParameterConfigurationMap, setEndpointClass
afterConfiguration, createConfiguration, createEndpoint, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURI
protected File tidStoresLocation
protected ServerErrorAndExceptionListener serverErrorAndExceptionListener
protected ServerStateChangedListener serverStateChangedListener
public SapTransactionalIDocListServerComponent()
public String getTidStoresLocation()
public void setTidStoresLocation(String tidStoresLocation)
protected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint
in class org.apache.camel.impl.DefaultComponent
Exception
protected com.sap.conn.idoc.jco.JCoIDocServer getServer(String serverName) throws Exception
Exception
protected IDocHandlerFactory getIDocHandlerFactory(String serverName) throws Exception
Exception
protected void doStart() throws Exception
doStart
in class org.apache.camel.impl.DefaultComponent
Exception
Apache Camel