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.assembler.dev com.sun.xml.ws.binding com.sun.xml.ws.encoding com.sun.xml.ws.encoding.fastinfoset com.sun.xml.ws.encoding.xml com.sun.xml.ws.metro.api.config.management com.sun.xml.ws.security.encoding com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtimecom.sun.xml.ws.transport.http.client com.sun.xml.ws.transport.tcp.client com.sun.xml.ws.transport.tcp.encoding com.sun.xml.ws.transport.tcp.server com.sun.xml.ws.transport.tcp.util -
-
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.assembler.dev
Methods in com.sun.xml.ws.assembler.dev that return Codec Modifier and Type Method Description CodecClientTubelineAssemblyContext. getCodec()Gets theCodecthat is set byClientTubelineAssemblyContext.setCodec(com.sun.xml.ws.api.pipe.Codec)or the default codec based on the binding.CodecServerTubelineAssemblyContext. getCodec()Gets theCodecthat is set byServerTubelineAssemblyContext.setCodec(com.sun.xml.ws.api.pipe.Codec)or the default codec based on the binding.Methods in com.sun.xml.ws.assembler.dev with parameters of type Codec Modifier and Type Method Description voidClientTubelineAssemblyContext. setCodec(Codec codec)voidServerTubelineAssemblyContext. setCodec(Codec codec) -
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.encoding.fastinfoset
Classes in com.sun.xml.ws.encoding.fastinfoset that implement Codec Modifier and Type Class Description classFastInfosetCodecA codec for encoding/decoding XML infosets to/from fast infoset documents.classFastInfosetStreamSOAPCodecA stream SOAP codec for handling SOAP message infosets to fast infoset documents.Methods in com.sun.xml.ws.encoding.fastinfoset that return Codec Modifier and Type Method Description CodecFastInfosetCodec. copy() -
Uses of Codec in com.sun.xml.ws.encoding.xml
Classes in com.sun.xml.ws.encoding.xml that implement Codec Modifier and Type Class Description classXMLCodecMethods in com.sun.xml.ws.encoding.xml that return Codec Modifier and Type Method Description CodecXMLCodec. copy() -
Uses of Codec in com.sun.xml.ws.metro.api.config.management
Methods in com.sun.xml.ws.metro.api.config.management that return Codec Modifier and Type Method Description CodecManagedEndpoint. createCodec() -
Uses of Codec in com.sun.xml.ws.security.encoding
Classes in com.sun.xml.ws.security.encoding that implement Codec Modifier and Type Class Description classLazyStreamCodecMethods in com.sun.xml.ws.security.encoding that return Codec Modifier and Type Method Description CodecLazyStreamCodec. copy() -
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() -
Uses of Codec in com.sun.xml.ws.transport.http.client
Constructors in com.sun.xml.ws.transport.http.client with parameters of type Codec Constructor Description HttpTransportPipe(Codec codec, WSBinding binding) -
Uses of Codec in com.sun.xml.ws.transport.tcp.client
Fields in com.sun.xml.ws.transport.tcp.client declared as Codec Modifier and Type Field Description protected CodecTCPTransportPipe. defaultCodecMethods in com.sun.xml.ws.transport.tcp.client with parameters of type Codec Modifier and Type Method Description ChannelContextWSConnectionManager. openChannel(WSTCPURI uri, WSService wsService, WSBinding wsBinding, Codec defaultCodec)Constructors in com.sun.xml.ws.transport.tcp.client with parameters of type Codec Constructor Description TCPTransportPipe(WSService wsService, WSBinding wsBinding, Codec defaultCodec, int customTCPPort) -
Uses of Codec in com.sun.xml.ws.transport.tcp.encoding
Classes in com.sun.xml.ws.transport.tcp.encoding that implement Codec Modifier and Type Class Description classWSTCPFastInfosetStreamCodecclassWSTCPFastInfosetStreamSOAP11CodecclassWSTCPFastInfosetStreamSOAP12CodecMethods in com.sun.xml.ws.transport.tcp.encoding that return Codec Modifier and Type Method Description CodecWSTCPFastInfosetStreamSOAP11Codec. copy()CodecWSTCPFastInfosetStreamSOAP12Codec. copy() -
Uses of Codec in com.sun.xml.ws.transport.tcp.server
Methods in com.sun.xml.ws.transport.tcp.server that return Codec Modifier and Type Method Description protected CodecTCPAdapter.TCPToolkit. getCodec(ChannelContext context) -
Uses of Codec in com.sun.xml.ws.transport.tcp.util
Methods in com.sun.xml.ws.transport.tcp.util that return Codec Modifier and Type Method Description CodecChannelContext. getCodec()Return message Codec, which is used for encoding/decoding messages on this virtual channelMethods in com.sun.xml.ws.transport.tcp.util with parameters of type Codec Modifier and Type Method Description static voidChannelContext. configureCodec(ChannelContext channelContext, SOAPVersion soapVersion, Codec defaultCodec)Configure Codec according to channel settings
-