Interface AxisTestClientContextConfigurator
-
public interface AxisTestClientContextConfiguratorResource used to determine whether a transport listener is required and to configure the transport.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisTransportListenerRequired()Determine whether a transport listener is required on client side.voidsetupTransport(org.apache.axis2.description.TransportInDescription trpInDesc, org.apache.axis2.description.TransportOutDescription trpOutDesc)Setup the transport on client side.
-