Class AxisTestEndpointContext
- java.lang.Object
 - 
- org.apache.axis2.transport.testkit.axis2.endpoint.AxisTestEndpointContext
 
 
- 
public class AxisTestEndpointContext extends Object
Resource maintaining theConfigurationContextforAxisTestEndpointinstances. This class provides the Axis2 server environment.Dependencies:
TransportDescriptionFactory(1)- Used to create transport descriptions.
 AxisTestEndpointContextConfigurator(0..*)- Used to configure the transport.
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static AxisTestEndpointContextINSTANCE 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AxisConfigurationgetAxisConfiguration()StringgetEPR(AxisService service)TransportListenergetTransportListener()StringgetTransportName() 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final AxisTestEndpointContext INSTANCE
 
 - 
 
- 
Method Detail
- 
getAxisConfiguration
public AxisConfiguration getAxisConfiguration()
 
- 
getTransportListener
public TransportListener getTransportListener()
 
- 
getTransportName
public String getTransportName()
 
- 
getEPR
public String getEPR(AxisService service) throws AxisFault
- Throws:
 AxisFault
 
 - 
 
 -