org.apache.axis2.transport.testkit.client
Class ClientOptions

java.lang.Object
  extended by org.apache.axis2.transport.testkit.client.ClientOptions

public class ClientOptions
extends java.lang.Object


Constructor Summary
ClientOptions(TestClient client, javax.mail.internet.ContentType baseContentType, java.lang.String charset)
           
 
Method Summary
 java.lang.String getCharset()
           
 java.lang.String getMimeBoundary()
           
 java.lang.String getRootContentId()
           
 javax.mail.internet.ContentType getTransportContentType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientOptions

public ClientOptions(TestClient client,
                     javax.mail.internet.ContentType baseContentType,
                     java.lang.String charset)
              throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getTransportContentType

public javax.mail.internet.ContentType getTransportContentType()

getCharset

public java.lang.String getCharset()

getMimeBoundary

public java.lang.String getMimeBoundary()

getRootContentId

public java.lang.String getRootContentId()


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.