public class AS2ClientConnection extends Object
Constructor and Description |
---|
AS2ClientConnection(String as2Version,
String userAgent,
String clientFqdn,
String targetHostName,
Integer targetPortNumber) |
Modifier and Type | Method and Description |
---|---|
String |
getAs2Version() |
String |
getClientFqdn() |
String |
getUserAgent() |
org.apache.http.HttpResponse |
send(org.apache.http.HttpRequest request,
org.apache.http.protocol.HttpCoreContext httpContext) |
public AS2ClientConnection(String as2Version, String userAgent, String clientFqdn, String targetHostName, Integer targetPortNumber) throws UnknownHostException, IOException
UnknownHostException
IOException
public String getAs2Version()
public String getUserAgent()
public String getClientFqdn()
public org.apache.http.HttpResponse send(org.apache.http.HttpRequest request, org.apache.http.protocol.HttpCoreContext httpContext) throws org.apache.http.HttpException, IOException
org.apache.http.HttpException
IOException
Apache Camel