public class AS2Component extends org.apache.camel.util.component.AbstractApiComponent<AS2ApiName,AS2Configuration,AS2ApiCollection>
AS2Endpoint
.Modifier and Type | Field and Description |
---|---|
protected org.slf4j.Logger |
log |
Constructor and Description |
---|
AS2Component() |
AS2Component(org.apache.camel.CamelContext context) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String methodName,
AS2ApiName apiName,
AS2Configuration endpointConfiguration) |
protected void |
doStart() |
protected AS2ApiName |
getApiName(String apiNameStr) |
void |
setConfiguration(AS2Configuration configuration)
To use the shared configuration
|
completeEndpointPath, createEndpoint, createEndpointConfiguration, getApiNameOrNull, getCompletedMethods, getConfiguration
createComponentConfiguration, createParameterConfigurationMap, getEndpointClass, getParameterConfigurationMap, populateParameterConfigurationMap, setEndpointClass
afterConfiguration, createConfiguration, createEndpoint, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isResolvePropertyPlaceholders, preProcessUri, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, setProperties, setResolvePropertyPlaceholders, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURI
public AS2Component()
public AS2Component(org.apache.camel.CamelContext context)
protected AS2ApiName getApiName(String apiNameStr) throws IllegalArgumentException
getApiName
in class org.apache.camel.util.component.AbstractApiComponent<AS2ApiName,AS2Configuration,AS2ApiCollection>
IllegalArgumentException
protected org.apache.camel.Endpoint createEndpoint(String uri, String methodName, AS2ApiName apiName, AS2Configuration endpointConfiguration)
createEndpoint
in class org.apache.camel.util.component.AbstractApiComponent<AS2ApiName,AS2Configuration,AS2ApiCollection>
public void setConfiguration(AS2Configuration configuration)
setConfiguration
in class org.apache.camel.util.component.AbstractApiComponent<AS2ApiName,AS2Configuration,AS2ApiCollection>
Apache Camel