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

java.lang.Object
  extended by org.apache.axis2.transport.testkit.axis2.client.AxisTestClient
      extended by org.apache.axis2.transport.testkit.axis2.client.AxisAsyncTestClient
All Implemented Interfaces:
AsyncTestClient<AxisMessage>, TestClient, MessageExchangeValidator

public class AxisAsyncTestClient
extends AxisTestClient
implements AsyncTestClient<AxisMessage>


Field Summary
 
Fields inherited from class org.apache.axis2.transport.testkit.axis2.client.AxisTestClient
axisOptions, serviceClient
 
Constructor Summary
AxisAsyncTestClient()
           
AxisAsyncTestClient(boolean block)
           
 
Method Summary
 void sendMessage(ClientOptions options, javax.mail.internet.ContentType contentType, AxisMessage message)
           
 
Methods inherited from class org.apache.axis2.transport.testkit.axis2.client.AxisTestClient
afterReceive, beforeSend, getContentType, send
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.axis2.transport.testkit.client.TestClient
getContentType
 

Constructor Detail

AxisAsyncTestClient

public AxisAsyncTestClient(boolean block)

AxisAsyncTestClient

public AxisAsyncTestClient()
Method Detail

sendMessage

public void sendMessage(ClientOptions options,
                        javax.mail.internet.ContentType contentType,
                        AxisMessage message)
                 throws java.lang.Exception
Specified by:
sendMessage in interface AsyncTestClient<AxisMessage>
Throws:
java.lang.Exception


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