| Package | Description |
|---|---|
| org.apache.camel.component.as2 | |
| org.apache.camel.component.as2.internal |
| Modifier and Type | Method and Description |
|---|---|
AS2ApiName |
AS2Configuration.getApiName() |
protected AS2ApiName |
AS2Component.getApiName(String apiNameStr) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
AS2Component.createEndpoint(String uri,
String methodName,
AS2ApiName apiName,
AS2Configuration endpointConfiguration) |
void |
AS2Configuration.setApiName(AS2ApiName apiName)
What kind of operation to perform
|
| Constructor and Description |
|---|
AS2Endpoint(String uri,
AS2Component component,
AS2ApiName apiName,
String methodName,
AS2Configuration endpointConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
static AS2ApiName |
AS2ApiName.fromValue(String value) |
static AS2ApiName |
AS2ApiName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AS2ApiName[] |
AS2ApiName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AS2Configuration |
AS2ApiCollection.getEndpointConfiguration(AS2ApiName apiName) |
Apache Camel