Package com.sun.xml.ws.api.pipe
Interface SOAPBindingCodec
-
- All Superinterfaces:
Codec
- All Known Implementing Classes:
SOAPBindingCodec
public interface SOAPBindingCodec extends Codec
- Author:
- Jitendra Kotamraju
- See Also:
Codecs
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StreamSOAPCodecgetXMLCodec()-
Methods inherited from interface com.sun.xml.ws.api.pipe.Codec
copy, decode, decode, encode, encode, getMimeType, getStaticContentType
-
-
-
-
Method Detail
-
getXMLCodec
StreamSOAPCodec getXMLCodec()
-
-