org.apache.axis2.transport.testkit.client
Interface AsyncTestClient<M>

All Superinterfaces:
TestClient
All Known Implementing Classes:
AsyncTestClientAdapter, AxisAsyncTestClient, JavaNetClient, JavaNetRESTClient

public interface AsyncTestClient<M>
extends TestClient


Method Summary
 void sendMessage(ClientOptions options, javax.mail.internet.ContentType contentType, M message)
           
 
Methods inherited from interface org.apache.axis2.transport.testkit.client.TestClient
getContentType
 

Method Detail

sendMessage

void sendMessage(ClientOptions options,
                 javax.mail.internet.ContentType contentType,
                 M message)
                 throws java.lang.Exception
Throws:
java.lang.Exception


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