Uses of Interface
com.sun.xml.ws.api.pipe.Codec
Packages that use Codec
Package
Description
JAX-WS RI extension of JAX-WS API.
Message and related abstractions that represent a SOAP message.Pipe and related abstractions.APIs for hosting JAX-WS services.
This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
-
Uses of Codec in com.sun.xml.ws.api
Methods in com.sun.xml.ws.api that return CodecModifier and TypeMethodDescriptionabstract 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 CodecMethods in com.sun.xml.ws.api.message that return Codec -
Uses of Codec in com.sun.xml.ws.api.pipe
Subinterfaces of Codec in com.sun.xml.ws.api.pipeModifier and TypeInterfaceDescriptioninterfaceinterfaceReads events fromXMLStreamReaderand constructs aMessagefor SOAP envelope.Methods in com.sun.xml.ws.api.pipe that return CodecModifier and TypeMethodDescriptionCodec.copy()Creates a copy of thisCodec.static CodecCodecs.createXMLCodec(WSFeatureList feature) This creates a fullCodecfor XML binding.ClientTubeAssemblerContext.getCodec()Gets theCodecthat is set byClientTubeAssemblerContext.setCodec(com.sun.xml.ws.api.pipe.Codec)or the default codec based on the binding.ServerTubeAssemblerContext.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 CodecModifier and TypeMethodDescriptionvoidvoidConstructors in com.sun.xml.ws.api.pipe with parameters of type CodecModifierConstructorDescriptionClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec) Deprecated.ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec, SEIModel seiModel, Class sei) Deprecated.UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)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.serverModifier and TypeInterfaceDescriptioninterfaceImplemented byCodecs that want to have access toWSEndpointobject.Fields in com.sun.xml.ws.api.server declared as CodecModifier and TypeFieldDescriptionfinal CodecAdapter.Toolkit.codecFor encoding/decoding infoset to/from the byte stream.Methods in com.sun.xml.ws.api.server that return CodecModifier and TypeMethodDescriptionabstract 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 CodecModifier and TypeMethodDescriptionprotected 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 CodecModifier and TypeMethodDescriptionClientTubelineAssemblyContext.getCodec()Gets theCodecthat is set byClientTubelineAssemblyContext.setCodec(com.sun.xml.ws.api.pipe.Codec)or the default codec based on the binding.ServerTubelineAssemblyContext.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 -
Uses of Codec in com.sun.xml.ws.assembler.metro.impl
Methods in com.sun.xml.ws.assembler.metro.impl that return CodecModifier and TypeMethodDescriptionMetroClientTubelineAssemblyContextImpl.getCodec()Gets theCodecthat is set byMetroClientTubelineAssemblyContextImpl.setCodec(com.sun.xml.ws.api.pipe.Codec)or the default codec based on the binding.Methods in com.sun.xml.ws.assembler.metro.impl with parameters of type Codec -
Uses of Codec in com.sun.xml.ws.binding
Methods in com.sun.xml.ws.binding that return Codec -
Uses of Codec in com.sun.xml.ws.encoding
Subinterfaces of Codec in com.sun.xml.ws.encodingModifier and TypeInterfaceDescriptioninterfaceCodecthat works only on the root part of the MIME/multipart.Classes in com.sun.xml.ws.encoding that implement CodecModifier and TypeClassDescriptionclassCodecs that uses the MIME multipart as the underlying format.classMtom message Codec.classSOAP bindingCodecthat can handle MTOM, SwA, and SOAP messages encoded using XML or Fast Infoset.classA stream SOAP codec.final classCodecthat uses MIME/multipart as the base format.final classXML (infoset) over HTTP bindingCodec.Fields in com.sun.xml.ws.encoding declared as CodecMethods in com.sun.xml.ws.encoding that return CodecModifier and TypeMethodDescriptionprotected CodecMimeCodec.getMimeRootCodec(Packet packet) protected CodecXMLHTTPBindingCodec.getMimeRootCodec(Packet p) Constructors in com.sun.xml.ws.encoding with parameters of type Codec -
Uses of Codec in com.sun.xml.ws.encoding.fastinfoset
Classes in com.sun.xml.ws.encoding.fastinfoset that implement CodecModifier and TypeClassDescriptionclassA codec for encoding/decoding XML infosets to/from fast infoset documents.classA stream SOAP codec for handling SOAP message infosets to fast infoset documents.Methods in com.sun.xml.ws.encoding.fastinfoset that return Codec -
Uses of Codec in com.sun.xml.ws.encoding.xml
Classes in com.sun.xml.ws.encoding.xml that implement CodecMethods in com.sun.xml.ws.encoding.xml that return Codec -
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 -
Uses of Codec in com.sun.xml.ws.security.encoding
Classes in com.sun.xml.ws.security.encoding that implement CodecMethods in com.sun.xml.ws.security.encoding that return Codec -
Uses of Codec in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server that return Codec -
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 -
Uses of Codec in com.sun.xml.ws.transport.tcp.client
Fields in com.sun.xml.ws.transport.tcp.client declared as CodecMethods in com.sun.xml.ws.transport.tcp.client with parameters of type CodecModifier and TypeMethodDescriptionWSConnectionManager.openChannel(WSTCPURI uri, WSService wsService, WSBinding wsBinding, Codec defaultCodec) Constructors in com.sun.xml.ws.transport.tcp.client with parameters of type CodecModifierConstructorDescriptionprotectedTCPTransportPipe(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 CodecModifier and TypeClassDescriptionclassclassclassMethods in com.sun.xml.ws.transport.tcp.encoding that return Codec -
Uses of Codec in com.sun.xml.ws.transport.tcp.server
Methods in com.sun.xml.ws.transport.tcp.server that return CodecModifier and TypeMethodDescriptionprotected 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 CodecModifier and TypeMethodDescriptionChannelContext.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 CodecModifier and TypeMethodDescriptionstatic voidChannelContext.configureCodec(ChannelContext channelContext, SOAPVersion soapVersion, Codec defaultCodec) Configure Codec according to channel settings -
Uses of Codec in com.sun.xml.ws.util
Methods in com.sun.xml.ws.util that return CodecModifier and TypeMethodDescriptionstatic CodecFastInfosetUtil.getFICodec()static CodecFastInfosetUtil.getFICodec(StreamSOAPCodec soapCodec, SOAPVersion version)
ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)