com.sun.xml.ws.api.server
Interface EndpointAwareCodec

All Superinterfaces:
Codec

public interface EndpointAwareCodec
extends Codec

Implemented by Codecs that want to have access to WSEndpoint object.

Since:
2.1.1

Method Summary
 void setEndpoint(WSEndpoint endpoint)
          Called by the implementation 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 the implementation when the codec is associated with an endpoint.