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
Author:
Kohsuke Kawaguchi

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



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.