Uses of Class
org.apache.camel.component.as2.internal.AS2ApiName
-
Packages that use AS2ApiName Package Description org.apache.camel.component.as2 org.apache.camel.component.as2.internal -
-
Uses of AS2ApiName in org.apache.camel.component.as2
Methods in org.apache.camel.component.as2 that return AS2ApiName Modifier and Type Method Description protected AS2ApiNameAS2Component. getApiName(String apiNameStr)AS2ApiNameAS2Configuration. getApiName()Methods in org.apache.camel.component.as2 with parameters of type AS2ApiName Modifier and Type Method Description protected org.apache.camel.EndpointAS2Component. createEndpoint(String uri, String methodName, AS2ApiName apiName, AS2Configuration endpointConfiguration)voidAS2Configuration. setApiName(AS2ApiName apiName)What kind of operation to performConstructors in org.apache.camel.component.as2 with parameters of type AS2ApiName Constructor Description AS2Endpoint(String uri, AS2Component component, AS2ApiName apiName, String methodName, AS2Configuration endpointConfiguration) -
Uses of AS2ApiName in org.apache.camel.component.as2.internal
Methods in org.apache.camel.component.as2.internal that return AS2ApiName Modifier and Type Method Description static AS2ApiNameAS2ApiName. 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.Methods in org.apache.camel.component.as2.internal with parameters of type AS2ApiName Modifier and Type Method Description AS2ConfigurationAS2ApiCollection. getEndpointConfiguration(AS2ApiName apiName)
-