Class HttpChannel
- java.lang.Object
-
- org.apache.axis2.transport.testkit.http.HttpChannel
-
- All Implemented Interfaces:
AsyncChannel,Channel,RequestResponseChannel
public class HttpChannel extends Object implements AsyncChannel, RequestResponseChannel
-
-
Field Summary
-
Fields inherited from interface org.apache.axis2.transport.testkit.channel.Channel
CONTEXT_PATH
-
-
Constructor Summary
Constructors Constructor Description HttpChannel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EndpointReferencegetEndpointReference()StringgetServiceName()
-
-
-
Method Detail
-
getServiceName
public String getServiceName()
-
getEndpointReference
public EndpointReference getEndpointReference() throws Exception
- Specified by:
getEndpointReferencein interfaceChannel- Throws:
Exception
-
-