Package | Description |
---|---|
com.sun.xml.ws.api.databinding | |
com.sun.xml.ws.api.pipe |
Pipe and related abstractions. |
com.sun.xml.ws.db | |
com.sun.xml.ws.encoding | |
com.sun.xml.ws.encoding.fastinfoset | |
com.sun.xml.ws.encoding.xml |
Modifier and Type | Method and Description |
---|---|
ContentType |
Databinding.encode(com.sun.xml.ws.api.message.Packet packet,
OutputStream out)
Deprecated.
use MessageContextFactory
|
Modifier and Type | Method and Description |
---|---|
ContentType |
Codec.encode(com.sun.xml.ws.api.message.Packet packet,
OutputStream out)
Encodes an XML infoset portion of the
Message
(from <soap:Envelope> to </soap:Envelope>). |
ContentType |
Codec.encode(com.sun.xml.ws.api.message.Packet packet,
WritableByteChannel buffer)
The version of
Codec.encode(Packet,OutputStream)
that writes to NIO ByteBuffer . |
ContentType |
Codec.getStaticContentType(com.sun.xml.ws.api.message.Packet packet)
If the MIME content-type of the encoding is known statically
then this method returns it.
|
Modifier and Type | Method and Description |
---|---|
ContentType |
DatabindingImpl.encode(com.sun.xml.ws.api.message.Packet packet,
OutputStream out) |
Modifier and Type | Method and Description |
---|---|
ContentType |
SOAPBindingCodec.encode(com.sun.xml.ws.api.message.Packet packet,
OutputStream out) |
ContentType |
XMLHTTPBindingCodec.encode(com.sun.xml.ws.api.message.Packet packet,
OutputStream out) |
ContentType |
MtomCodec.encode(com.sun.xml.ws.api.message.Packet packet,
OutputStream out) |
ContentType |
StreamSOAPCodec.encode(com.sun.xml.ws.api.message.Packet packet,
OutputStream out) |
ContentType |
SOAPBindingCodec.encode(com.sun.xml.ws.api.message.Packet packet,
WritableByteChannel buffer) |
ContentType |
XMLHTTPBindingCodec.encode(com.sun.xml.ws.api.message.Packet packet,
WritableByteChannel buffer) |
ContentType |
MtomCodec.encode(com.sun.xml.ws.api.message.Packet packet,
WritableByteChannel buffer) |
ContentType |
StreamSOAPCodec.encode(com.sun.xml.ws.api.message.Packet packet,
WritableByteChannel buffer) |
ContentType |
SwACodec.encode(com.sun.xml.ws.api.message.Packet packet,
WritableByteChannel buffer) |
protected abstract ContentType |
StreamSOAPCodec.getContentType(com.sun.xml.ws.api.message.Packet packet) |
ContentType |
SOAPBindingCodec.getStaticContentType(com.sun.xml.ws.api.message.Packet packet) |
ContentType |
XMLHTTPBindingCodec.getStaticContentType(com.sun.xml.ws.api.message.Packet packet) |
ContentType |
MtomCodec.getStaticContentType(com.sun.xml.ws.api.message.Packet packet)
Return the soap 1.1 and soap 1.2 specific XOP packaged ContentType
|
ContentType |
StreamSOAPCodec.getStaticContentType(com.sun.xml.ws.api.message.Packet packet) |
static ContentType |
MtomCodec.getStaticContentTypeStatic(com.sun.xml.ws.api.message.Packet packet,
SOAPVersion version) |
Modifier and Type | Field and Description |
---|---|
protected ContentType |
FastInfosetStreamSOAPCodec._defaultContentType |
Modifier and Type | Method and Description |
---|---|
ContentType |
FastInfosetStreamSOAPCodec.encode(com.sun.xml.ws.api.message.Packet packet,
OutputStream out) |
ContentType |
FastInfosetCodec.encode(com.sun.xml.ws.api.message.Packet packet,
OutputStream out) |
ContentType |
FastInfosetStreamSOAPCodec.encode(com.sun.xml.ws.api.message.Packet packet,
WritableByteChannel buffer) |
ContentType |
FastInfosetCodec.encode(com.sun.xml.ws.api.message.Packet packet,
WritableByteChannel buffer) |
protected abstract ContentType |
FastInfosetStreamSOAPCodec.getContentType(String soapAction) |
ContentType |
FastInfosetStreamSOAPCodec.getStaticContentType(com.sun.xml.ws.api.message.Packet packet) |
ContentType |
FastInfosetCodec.getStaticContentType(com.sun.xml.ws.api.message.Packet packet) |
Modifier and Type | Method and Description |
---|---|
ContentType |
XMLCodec.encode(com.sun.xml.ws.api.message.Packet packet,
OutputStream out) |
ContentType |
XMLCodec.encode(com.sun.xml.ws.api.message.Packet packet,
WritableByteChannel buffer) |
ContentType |
XMLCodec.getStaticContentType(com.sun.xml.ws.api.message.Packet packet) |
Copyright © 2015 Oracle Corporation. All rights reserved.