Package org.apache.axis2.transport
Class UtilsTransportServer
- java.lang.Object
-
- org.apache.axis2.transport.UtilsTransportServer
-
public class UtilsTransportServer extends Object
Base class for transport util servers used in unit testing
-
-
Constructor Summary
Constructors Constructor Description UtilsTransportServer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addTransport(TransportInDescription trpInDesc)
void
addTransport(TransportInDescription trpInDesc, TransportOutDescription trpDescOut)
void
deployEchoService(String name, List<Parameter> parameters)
Deploy the standard Echo service with the custom parameters passed invoid
enableAddressing()
AxisConfiguration
getAxisConfiguration()
ConfigurationContext
getConfigurationContext()
void
start()
void
stop()
-
-
-
Method Detail
-
addTransport
public void addTransport(TransportInDescription trpInDesc, TransportOutDescription trpDescOut) throws AxisFault
- Throws:
AxisFault
-
addTransport
public void addTransport(TransportInDescription trpInDesc) throws AxisFault
- Throws:
AxisFault
-
getConfigurationContext
public ConfigurationContext getConfigurationContext()
-
getAxisConfiguration
public AxisConfiguration getAxisConfiguration()
-
-