public interface EndpointAwareCodec extends Codec
Codecs 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, getStaticContentTypevoid setEndpoint(@NotNull
WSEndpoint endpoint)
WSEndpoint implementation
when the codec is associated with an endpoint.Copyright © 2015 Oracle Corporation. All rights reserved.