Package com.sun.xml.ws.api.server
Interface EndpointAwareCodec
-
- All Superinterfaces:
Codec
public interface EndpointAwareCodec extends Codec
Implemented byCodecs that want to have access toWSEndpointobject.- Since:
- 2.1.1
- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetEndpoint(WSEndpoint endpoint)Called by theWSEndpointimplementation when the codec is associated with an endpoint.-
Methods inherited from interface com.sun.xml.ws.api.pipe.Codec
copy, decode, decode, encode, encode, getMimeType, getStaticContentType
-
-
-
-
Method Detail
-
setEndpoint
void setEndpoint(@NotNull WSEndpoint endpoint)
Called by theWSEndpointimplementation when the codec is associated with an endpoint.
-
-