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 org.apache.axis2.engine.AxisConfigurationgetAxisConfiguration()StringgetEPR(org.apache.axis2.description.AxisService service)org.apache.axis2.kernel.TransportListenergetTransportListener()StringgetTransportName()
-
-
-
Field Detail
-
INSTANCE
public static final AxisTestEndpointContext INSTANCE
-
-
Method Detail
-
getAxisConfiguration
public org.apache.axis2.engine.AxisConfiguration getAxisConfiguration()
-
getTransportListener
public org.apache.axis2.kernel.TransportListener getTransportListener()
-
getTransportName
public String getTransportName()
-
getEPR
public String getEPR(org.apache.axis2.description.AxisService service) throws org.apache.axis2.AxisFault
- Throws:
org.apache.axis2.AxisFault
-
-