Interface Channel
-
- All Known Subinterfaces:
AsyncChannel
,RequestResponseChannel
- All Known Implementing Classes:
HttpChannel
public interface Channel
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONTEXT_PATH
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EndpointReference
getEndpointReference()
-
-
-
Field Detail
-
CONTEXT_PATH
static final String CONTEXT_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEndpointReference
EndpointReference getEndpointReference() throws Exception
- Throws:
Exception
-
-