Package org.apache.camel.component.as2
Class AS2ServerManagerEndpointConfiguration
- java.lang.Object
-
- org.apache.camel.component.as2.AS2Configuration
-
- org.apache.camel.component.as2.AS2ServerManagerEndpointConfiguration
-
@ApiParams(apiName="server", consumerOnly=true, description="Receives EDI Messages over HTTP", apiMethods=@ApiMethod(methodName="listen",signatures="void listen(String requestUriPattern, org.apache.http.protocol.HttpRequestHandler handler)"), aliases={}) @UriParams @Configurer(extended=true) public final class AS2ServerManagerEndpointConfiguration extends AS2ConfigurationCamel endpoint configuration forAS2ServerManager.
-
-
Constructor Summary
Constructors Constructor Description AS2ServerManagerEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRequestUriPattern()voidsetRequestUriPattern(String requestUriPattern)-
Methods inherited from class org.apache.camel.component.as2.AS2Configuration
getApiName, getAs2From, getAs2MessageStructure, getAs2To, getAs2Version, getAttachedFileName, getClientFqdn, getCompressionAlgorithm, getDecryptingPrivateKey, getDispositionNotificationTo, getEdiMessageTransferEncoding, getEdiMessageType, getEncryptingAlgorithm, getEncryptingCertificateChain, getFrom, getMdnMessageTemplate, getMethodName, getRequestUri, getServer, getServerFqdn, getServerPortNumber, getSignedReceiptMicAlgorithms, getSigningAlgorithm, getSigningCertificateChain, getSigningPrivateKey, getSubject, getTargetHostname, getTargetPortNumber, getUserAgent, setApiName, setAs2From, setAs2MessageStructure, setAs2To, setAs2Version, setAttachedFileName, setClientFqdn, setCompressionAlgorithm, setDecryptingPrivateKey, setDispositionNotificationTo, setEdiMessageTransferEncoding, setEdiMessageType, setEncryptingAlgorithm, setEncryptingCertificateChain, setFrom, setMdnMessageTemplate, setMethodName, setRequestUri, setServer, setServerFqdn, setServerPortNumber, setSignedReceiptMicAlgorithms, setSigningAlgorithm, setSigningCertificateChain, setSigningPrivateKey, setSubject, setTargetHostname, setTargetPortNumber, setUserAgent
-
-