Uses of Interface
com.sun.xml.ws.api.pipe.ContentType
Packages that use ContentType
-
Uses of ContentType in com.sun.xml.ws.api.databinding
Methods in com.sun.xml.ws.api.databinding that return ContentTypeModifier and TypeMethodDescriptionDatabinding.encode(Packet packet, OutputStream out) Deprecated.use MessageContextFactory -
Uses of ContentType in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe that return ContentTypeModifier and TypeMethodDescriptionCodec.encode(Packet packet, OutputStream out) Encodes an XML infoset portion of theMessage(from <soap:Envelope> to </soap:Envelope>).Codec.encode(Packet packet, WritableByteChannel buffer) The version ofCodec.encode(Packet,OutputStream)that writes to NIOByteBuffer.Codec.getStaticContentType(Packet packet) If the MIME content-type of the encoding is known statically then this method returns it. -
Uses of ContentType in com.sun.xml.ws.db
Methods in com.sun.xml.ws.db that return ContentType -
Uses of ContentType in com.sun.xml.ws.encoding
Classes in com.sun.xml.ws.encoding that implement ContentTypeMethods in com.sun.xml.ws.encoding that return ContentTypeModifier and TypeMethodDescriptionMtomCodec.encode(Packet packet, OutputStream out) MtomCodec.encode(Packet packet, WritableByteChannel buffer) SOAPBindingCodec.encode(Packet packet, OutputStream out) SOAPBindingCodec.encode(Packet packet, WritableByteChannel buffer) StreamSOAPCodec.encode(Packet packet, OutputStream out) StreamSOAPCodec.encode(Packet packet, WritableByteChannel buffer) SwACodec.encode(Packet packet, WritableByteChannel buffer) XMLHTTPBindingCodec.encode(Packet packet, OutputStream out) XMLHTTPBindingCodec.encode(Packet packet, WritableByteChannel buffer) protected abstract ContentTypeStreamSOAPCodec.getContentType(Packet packet) MtomCodec.getStaticContentType(Packet packet) Return the soap 1.1 and soap 1.2 specific XOP packaged ContentTypeSOAPBindingCodec.getStaticContentType(Packet packet) StreamSOAPCodec.getStaticContentType(Packet packet) XMLHTTPBindingCodec.getStaticContentType(Packet packet) static ContentTypeMtomCodec.getStaticContentTypeStatic(Packet packet, SOAPVersion version) -
Uses of ContentType in com.sun.xml.ws.encoding.fastinfoset
Fields in com.sun.xml.ws.encoding.fastinfoset declared as ContentTypeModifier and TypeFieldDescriptionprotected final ContentTypeFastInfosetStreamSOAPCodec._defaultContentTypeMethods in com.sun.xml.ws.encoding.fastinfoset that return ContentTypeModifier and TypeMethodDescriptionFastInfosetCodec.encode(Packet packet, OutputStream out) FastInfosetCodec.encode(Packet packet, WritableByteChannel buffer) FastInfosetStreamSOAPCodec.encode(Packet packet, OutputStream out) FastInfosetStreamSOAPCodec.encode(Packet packet, WritableByteChannel buffer) protected abstract ContentTypeFastInfosetStreamSOAPCodec.getContentType(String soapAction) FastInfosetCodec.getStaticContentType(Packet packet) FastInfosetStreamSOAPCodec.getStaticContentType(Packet packet) -
Uses of ContentType in com.sun.xml.ws.encoding.xml
Methods in com.sun.xml.ws.encoding.xml that return ContentTypeModifier and TypeMethodDescriptionXMLCodec.encode(Packet packet, OutputStream out) XMLCodec.encode(Packet packet, WritableByteChannel buffer) XMLCodec.getStaticContentType(Packet packet) -
Uses of ContentType in com.sun.xml.ws.security.encoding
Methods in com.sun.xml.ws.security.encoding that return ContentTypeModifier and TypeMethodDescriptionLazyStreamCodec.encode(Packet packet, OutputStream outputStream) LazyStreamCodec.encode(Packet packet, WritableByteChannel writableByteChannel) LazyStreamCodec.getStaticContentType(Packet packet) -
Uses of ContentType in com.sun.xml.ws.transport.tcp.client
Methods in com.sun.xml.ws.transport.tcp.client with parameters of type ContentTypeModifier and TypeMethodDescriptionprotected voidTCPTransportPipe.writeTransportSOAPActionHeaderIfRequired(ChannelContext channelContext, ContentType ct, Packet packet) -
Uses of ContentType in com.sun.xml.ws.transport.tcp.encoding
Fields in com.sun.xml.ws.transport.tcp.encoding declared as ContentTypeModifier and TypeFieldDescriptionprotected final ContentTypeWSTCPFastInfosetStreamCodec._defaultContentTypeMethods in com.sun.xml.ws.transport.tcp.encoding that return ContentTypeModifier and TypeMethodDescriptionWSTCPFastInfosetStreamCodec.encode(Packet packet, OutputStream out) WSTCPFastInfosetStreamCodec.encode(Packet packet, WritableByteChannel buffer) protected abstract ContentTypeWSTCPFastInfosetStreamCodec.getContentType(String soapAction) protected ContentTypeWSTCPFastInfosetStreamSOAP11Codec.getContentType(String soapAction) protected ContentTypeWSTCPFastInfosetStreamSOAP12Codec.getContentType(String soapAction) WSTCPFastInfosetStreamCodec.getStaticContentType(Packet packet)