Class AS2ClientConnection
- java.lang.Object
-
- org.apache.camel.component.as2.api.AS2ClientConnection
-
public class AS2ClientConnection extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAs2Version()
String
getClientFqdn()
String
getUserAgent()
org.apache.http.HttpResponse
send(org.apache.http.HttpRequest request, org.apache.http.protocol.HttpCoreContext httpContext)
-
-
-
Constructor Detail
-
AS2ClientConnection
public AS2ClientConnection(String as2Version, String userAgent, String clientFqdn, String targetHostName, Integer targetPortNumber) throws UnknownHostException, IOException
- Throws:
UnknownHostException
IOException
-
-
Method Detail
-
getAs2Version
public String getAs2Version()
-
getUserAgent
public String getUserAgent()
-
getClientFqdn
public String getClientFqdn()
-
send
public org.apache.http.HttpResponse send(org.apache.http.HttpRequest request, org.apache.http.protocol.HttpCoreContext httpContext) throws org.apache.http.HttpException, IOException
- Throws:
org.apache.http.HttpException
IOException
-
-