org.apache.axis2.transport.testkit.axis2.endpoint
Class AxisTestEndpointContext

java.lang.Object
  extended by org.apache.axis2.transport.testkit.axis2.endpoint.AxisTestEndpointContext

public class AxisTestEndpointContext
extends java.lang.Object

Resource maintaining the ConfigurationContext for AxisTestEndpoint instances. This class provides the Axis2 server environment.

Dependencies:

TransportDescriptionFactory (1)
Used to create transport descriptions.
AxisTestEndpointContextConfigurator (0..*)
Used to configure the transport.


Field Summary
static AxisTestEndpointContext INSTANCE
           
 
Method Summary
 org.apache.axis2.engine.AxisConfiguration getAxisConfiguration()
           
 java.lang.String getEPR(org.apache.axis2.description.AxisService service)
           
 org.apache.axis2.transport.TransportListener getTransportListener()
           
 java.lang.String getTransportName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final AxisTestEndpointContext INSTANCE
Method Detail

getAxisConfiguration

public org.apache.axis2.engine.AxisConfiguration getAxisConfiguration()

getTransportListener

public org.apache.axis2.transport.TransportListener getTransportListener()

getTransportName

public java.lang.String getTransportName()

getEPR

public java.lang.String getEPR(org.apache.axis2.description.AxisService service)
                        throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.