public interface TransportDescriptionFactory
TransportInDescription
and
TransportOutDescription
objects 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 AxisTestClientContextConfigurator
and/or
AxisTestEndpointContextConfigurator
.
Modifier and Type | Method and Description |
---|---|
TransportInDescription |
createTransportInDescription()
Create a TransportInDescription for the transport under test.
|
TransportOutDescription |
createTransportOutDescription() |
TransportOutDescription createTransportOutDescription() throws Exception
Exception
TransportInDescription createTransportInDescription() throws Exception
Exception
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.