Uses of Interface
com.sun.xml.ws.api.pipe.Codec
-
Packages that use Codec Package Description com.sun.xml.ws.api JAX-WS RI extension of JAX-WS API.com.sun.xml.ws.api.message Messageand related abstractions that represent a SOAP message.com.sun.xml.ws.api.pipe Pipeand related abstractions.com.sun.xml.ws.api.server APIs for hosting JAX-WS services.com.sun.xml.ws.binding com.sun.xml.ws.encoding com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime -
-
Uses of Codec in com.sun.xml.ws.api
Methods in com.sun.xml.ws.api that return Codec Modifier and Type Method Description abstract CodecBindingID. createEncoder(WSBinding binding)Creates a newCodecfor this binding. -
Uses of Codec in com.sun.xml.ws.api.message
Fields in com.sun.xml.ws.api.message declared as Codec Modifier and Type Field Description CodecPacket. codecMethods in com.sun.xml.ws.api.message that return Codec Modifier and Type Method Description CodecPacket. getCodec() -
Uses of Codec in com.sun.xml.ws.api.pipe
Subinterfaces of Codec in com.sun.xml.ws.api.pipe Modifier and Type Interface Description interfaceSOAPBindingCodecinterfaceStreamSOAPCodecReads events fromXMLStreamReaderand constructs aMessagefor SOAP envelope.Methods in com.sun.xml.ws.api.pipe that return Codec Modifier and Type Method Description CodecCodec. copy()Creates a copy of thisCodec.static CodecCodecs. createXMLCodec(WSFeatureList feature)This creates a fullCodecfor XML binding.CodecClientTubeAssemblerContext. getCodec()Gets theCodecthat is set byClientTubeAssemblerContext.setCodec(com.sun.xml.ws.api.pipe.Codec)or the default codec based on the binding.CodecServerTubeAssemblerContext. getCodec()Gets theCodecthat is set byServerTubeAssemblerContext.setCodec(com.sun.xml.ws.api.pipe.Codec)or the default codec based on the binding.Methods in com.sun.xml.ws.api.pipe with parameters of type Codec Modifier and Type Method Description voidClientTubeAssemblerContext. setCodec(Codec codec)voidServerTubeAssemblerContext. setCodec(Codec codec)Constructors in com.sun.xml.ws.api.pipe with parameters of type Codec Constructor Description ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec, SEIModel seiModel, Class sei)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSBindingProvider bindingProvider, WSBinding binding, Container container, Codec codec, SEIModel seiModel, Class sei)This constructor should be used only by JAX-WS Runtime and is not meant for external consumption. -
Uses of Codec in com.sun.xml.ws.api.server
Subinterfaces of Codec in com.sun.xml.ws.api.server Modifier and Type Interface Description interfaceEndpointAwareCodecImplemented byCodecs that want to have access toWSEndpointobject.Fields in com.sun.xml.ws.api.server declared as Codec Modifier and Type Field Description CodecAdapter.Toolkit. codecFor encoding/decoding infoset to/from the byte stream.Methods in com.sun.xml.ws.api.server that return Codec Modifier and Type Method Description abstract CodecWSEndpoint. createCodec()Gets the Endpoint's codec that is used to encode/decodeMessages.Methods in com.sun.xml.ws.api.server with parameters of type Codec Modifier and Type Method Description protected PacketAbstractServerAsyncTransport. decodePacket(T connection, Codec codec)decodes the transport data to Packetprotected abstract voidAbstractServerAsyncTransport. encodePacket(T connection, Packet packet, Codec codec)Encodes thePacketto infoset and writes on the connection. -
Uses of Codec in com.sun.xml.ws.binding
Methods in com.sun.xml.ws.binding that return Codec Modifier and Type Method Description CodecBindingImpl. createCodec() -
Uses of Codec in com.sun.xml.ws.encoding
Subinterfaces of Codec in com.sun.xml.ws.encoding Modifier and Type Interface Description interfaceRootOnlyCodecCodecthat works only on the root part of the MIME/multipart.Classes in com.sun.xml.ws.encoding that implement Codec Modifier and Type Class Description classMtomCodecMtom message Codec.classSOAPBindingCodecSOAP bindingCodecthat can handle MTOM, SwA, and SOAP messages encoded using XML or Fast Infoset.classStreamSOAPCodecA stream SOAP codec.classSwACodecCodecthat uses MIME/multipart as the base format.classXMLHTTPBindingCodecXML (infoset) over HTTP bindingCodec.Fields in com.sun.xml.ws.encoding declared as Codec Modifier and Type Field Description protected CodecMimeCodec. mimeRootCodecprotected CodecMimeCodec. mimeRootCodecprotected CodecMimeCodec. mimeRootCodecprotected CodecMimeCodec. mimeRootCodecMethods in com.sun.xml.ws.encoding that return Codec Modifier and Type Method Description protected CodecXMLHTTPBindingCodec. getMimeRootCodec(Packet p)Constructors in com.sun.xml.ws.encoding with parameters of type Codec Constructor Description SwACodec(SOAPVersion version, WSFeatureList f, Codec rootCodec) -
Uses of Codec in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server that return Codec Modifier and Type Method Description CodecWSEndpointImpl. createCodec()CodecWSEndpointMOMProxy. createCodec()
-