Uses of Interface
com.sun.xml.ws.api.pipe.SOAPBindingCodec

Packages that use SOAPBindingCodec
com.sun.xml.ws.api.pipe Pipe and related abstractions. 
com.sun.xml.ws.encoding   
 

Uses of SOAPBindingCodec in com.sun.xml.ws.api.pipe
 

Methods in com.sun.xml.ws.api.pipe that return SOAPBindingCodec
static SOAPBindingCodec Codecs.createSOAPBindingCodec(WSBinding binding, StreamSOAPCodec xmlEnvelopeCodec)
          This creates a full Codec for SOAP binding using the primary XML codec argument.
 

Uses of SOAPBindingCodec in com.sun.xml.ws.encoding
 

Classes in com.sun.xml.ws.encoding that implement SOAPBindingCodec
 class SOAPBindingCodec
          SOAP binding Codec that can handle MTOM, SwA, and SOAP messages encoded using XML or Fast Infoset.