Package com.sun.xml.ws.api.server
Interface EndpointAwareCodec
- All Superinterfaces:
Codec
Implemented by
Codecs that want to have access to
WSEndpoint object.- Since:
- 2.1.1
- Author:
- Kohsuke Kawaguchi
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetEndpoint(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 Details
-
setEndpoint
Called by theWSEndpointimplementation when the codec is associated with an endpoint.
-