org.apache.axis2.transport.testkit.axis2.client
Interface AxisTestClientContextConfigurator


public interface AxisTestClientContextConfigurator


Method Summary
 boolean isTransportListenerRequired()
          Determine whether a transport listener is required on client side.
 void setupTransport(org.apache.axis2.description.TransportInDescription trpInDesc, org.apache.axis2.description.TransportOutDescription trpOutDesc)
          Setup the transport on client side.
 

Method Detail

isTransportListenerRequired

boolean isTransportListenerRequired()
Determine whether a transport listener is required on client side.

Returns:
true if a transport listener instance is required

setupTransport

void setupTransport(org.apache.axis2.description.TransportInDescription trpInDesc,
                    org.apache.axis2.description.TransportOutDescription trpOutDesc)
                    throws java.lang.Exception
Setup the transport on client side.

Parameters:
trpInDesc -
trpOutDesc -
Throws:
java.lang.Exception


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