org.apache.axis2.transport.testkit.client
Interface RequestResponseTestClient<M,N>

All Superinterfaces:
TestClient
All Known Implementing Classes:
AxisRequestResponseTestClient, RequestResponseTestClientAdapter

public interface RequestResponseTestClient<M,N>
extends TestClient


Method Summary
 IncomingMessage<N> 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

IncomingMessage<N> 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.