public interface EndpointAwareCodec extends Codec
Codec
s that want to have access to
WSEndpoint
object.Modifier and Type | Method and Description |
---|---|
void |
setEndpoint(WSEndpoint endpoint)
Called by the
WSEndpoint implementation
when the codec is associated with an endpoint. |
copy, decode, decode, encode, encode, getMimeType, getStaticContentType
void setEndpoint(@NotNull WSEndpoint endpoint)
WSEndpoint
implementation
when the codec is associated with an endpoint.Copyright © 2015 Oracle Corporation. All rights reserved.