Uses of Enum Class
org.apache.camel.component.as2.internal.AS2ApiName
Packages that use AS2ApiName
-
Uses of AS2ApiName in org.apache.camel.component.as2
Methods in org.apache.camel.component.as2 that return AS2ApiNameModifier and TypeMethodDescriptionprotected AS2ApiName
AS2Component.getApiName
(String apiNameStr) AS2Configuration.getApiName()
Methods in org.apache.camel.component.as2 with parameters of type AS2ApiNameModifier and TypeMethodDescriptionprotected org.apache.camel.Endpoint
AS2Component.createEndpoint
(String uri, String methodName, AS2ApiName apiName, AS2Configuration endpointConfiguration) void
AS2Configuration.setApiName
(AS2ApiName apiName) What kind of operation to performConstructors in org.apache.camel.component.as2 with parameters of type AS2ApiNameModifierConstructorDescriptionAS2Endpoint
(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 AS2ApiNameModifier and TypeMethodDescriptionstatic AS2ApiName
Returns the enum constant of this class with the specified name.static AS2ApiName[]
AS2ApiName.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.as2.internal with parameters of type AS2ApiName