Class ClientOptions
- java.lang.Object
-
- org.apache.axis2.transport.testkit.client.ClientOptions
-
public class ClientOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description ClientOptions(TestClient client, org.apache.axiom.mime.ContentType baseContentType, String charset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCharset()StringgetMimeBoundary()StringgetRootContentId()org.apache.axiom.mime.ContentTypegetTransportContentType()
-
-
-
Constructor Detail
-
ClientOptions
public ClientOptions(TestClient client, org.apache.axiom.mime.ContentType baseContentType, String charset) throws Exception
- Throws:
Exception
-
-