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(Packet packet,
OutputStream out)
Deprecated.
use MessageContextFactory
|
Modifier and Type | Method and Description |
---|---|
ContentType |
Codec.encode(Packet packet,
OutputStream out)
Encodes an XML infoset portion of the
Message
(from <soap:Envelope> to </soap:Envelope>). |
ContentType |
Codec.encode(Packet packet,
WritableByteChannel buffer)
The version of
Codec.encode(Packet,OutputStream)
that writes to NIO ByteBuffer . |
ContentType |
Codec.getStaticContentType(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(Packet packet,
OutputStream out) |
Modifier and Type | Method and Description |
---|---|
ContentType |
XMLHTTPBindingCodec.encode(Packet packet,
OutputStream out) |
ContentType |
StreamSOAPCodec.encode(Packet packet,
OutputStream out) |
ContentType |
SOAPBindingCodec.encode(Packet packet,
OutputStream out) |
ContentType |
MtomCodec.encode(Packet packet,
OutputStream out) |
ContentType |
MimeCodec.encode(Packet packet,
OutputStream out) |
ContentType |
XMLHTTPBindingCodec.encode(Packet packet,
WritableByteChannel buffer) |
ContentType |
SwACodec.encode(Packet packet,
WritableByteChannel buffer) |
ContentType |
StreamSOAPCodec.encode(Packet packet,
WritableByteChannel buffer) |
ContentType |
SOAPBindingCodec.encode(Packet packet,
WritableByteChannel buffer) |
ContentType |
MtomCodec.encode(Packet packet,
WritableByteChannel buffer) |
protected abstract ContentType |
StreamSOAPCodec.getContentType(Packet packet) |
protected ContentType |
StreamSOAP12Codec.getContentType(Packet packet) |
protected ContentType |
StreamSOAP11Codec.getContentType(Packet packet) |
ContentType |
XMLHTTPBindingCodec.getStaticContentType(Packet packet) |
ContentType |
StreamSOAPCodec.getStaticContentType(Packet packet) |
ContentType |
SOAPBindingCodec.getStaticContentType(Packet packet) |
ContentType |
MtomCodec.getStaticContentType(Packet packet)
Return the soap 1.1 and soap 1.2 specific XOP packaged ContentType
|
ContentType |
MimeCodec.getStaticContentType(Packet packet) |
static ContentType |
MtomCodec.getStaticContentTypeStatic(Packet packet,
SOAPVersion version) |
Modifier and Type | Field and Description |
---|---|
protected ContentType |
FastInfosetStreamSOAPCodec._defaultContentType |
Modifier and Type | Method and Description |
---|---|
ContentType |
FastInfosetStreamSOAPCodec.encode(Packet packet,
OutputStream out) |
ContentType |
FastInfosetCodec.encode(Packet packet,
OutputStream out) |
ContentType |
FastInfosetStreamSOAPCodec.encode(Packet packet,
WritableByteChannel buffer) |
ContentType |
FastInfosetCodec.encode(Packet packet,
WritableByteChannel buffer) |
protected abstract ContentType |
FastInfosetStreamSOAPCodec.getContentType(String soapAction) |
protected ContentType |
FastInfosetStreamSOAP12Codec.getContentType(String soapAction) |
protected ContentType |
FastInfosetStreamSOAP11Codec.getContentType(String soapAction) |
ContentType |
FastInfosetStreamSOAPCodec.getStaticContentType(Packet packet) |
ContentType |
FastInfosetCodec.getStaticContentType(Packet packet) |
Modifier and Type | Method and Description |
---|---|
ContentType |
XMLCodec.encode(Packet packet,
OutputStream out) |
ContentType |
XMLCodec.encode(Packet packet,
WritableByteChannel buffer) |
ContentType |
XMLCodec.getStaticContentType(Packet packet) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.