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 TypeMethodDescriptionMimeCodec.encode(Packet packet, OutputStream out) MtomCodec.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) MimeCodec.getStaticContentType(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)