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, ContentType baseContentType, String charset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCharset()
String
getMimeBoundary()
String
getRootContentId()
ContentType
getTransportContentType()
-
-
-
Constructor Detail
-
ClientOptions
public ClientOptions(TestClient client, ContentType baseContentType, String charset) throws Exception
- Throws:
Exception
-
-
Method Detail
-
getTransportContentType
public ContentType getTransportContentType()
-
getCharset
public String getCharset()
-
getMimeBoundary
public String getMimeBoundary()
-
getRootContentId
public String getRootContentId()
-
-