Interface TransportDescriptionFactory
-
- All Known Implementing Classes:
SimpleTransportDescriptionFactory
public interface TransportDescriptionFactoryResource used to create theTransportInDescriptionandTransportOutDescriptionobjects for a transport under test.Note that this resource is used on both client and server side. If the transport needs different configurations on client and server side, use
AxisTestClientContextConfiguratorand/orAxisTestEndpointContextConfigurator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.axis2.description.TransportInDescriptioncreateTransportInDescription()Create a TransportInDescription for the transport under test.org.apache.axis2.description.TransportOutDescriptioncreateTransportOutDescription()
-