|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContentType | |
|---|---|
| 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 | |
| Uses of ContentType in com.sun.xml.ws.api.databinding |
|---|
| Methods in com.sun.xml.ws.api.databinding that return ContentType | |
|---|---|
ContentType |
Databinding.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 ContentType | |
|---|---|
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. |
| Uses of ContentType in com.sun.xml.ws.db |
|---|
| Methods in com.sun.xml.ws.db that return ContentType | |
|---|---|
ContentType |
DatabindingImpl.encode(Packet packet,
OutputStream out)
|
| Uses of ContentType in com.sun.xml.ws.encoding |
|---|
| Uses of ContentType in com.sun.xml.ws.encoding.fastinfoset |
|---|
| Fields in com.sun.xml.ws.encoding.fastinfoset declared as ContentType | |
|---|---|
protected ContentType |
FastInfosetStreamSOAPCodec._defaultContentType
|
| Methods in com.sun.xml.ws.encoding.fastinfoset that return ContentType | |
|---|---|
ContentType |
FastInfosetCodec.encode(Packet packet,
OutputStream out)
|
ContentType |
FastInfosetStreamSOAPCodec.encode(Packet packet,
OutputStream out)
|
ContentType |
FastInfosetCodec.encode(Packet packet,
WritableByteChannel buffer)
|
ContentType |
FastInfosetStreamSOAPCodec.encode(Packet packet,
WritableByteChannel buffer)
|
protected abstract ContentType |
FastInfosetStreamSOAPCodec.getContentType(String soapAction)
|
ContentType |
FastInfosetCodec.getStaticContentType(Packet packet)
|
ContentType |
FastInfosetStreamSOAPCodec.getStaticContentType(Packet packet)
|
| Uses of ContentType in com.sun.xml.ws.encoding.xml |
|---|
| Methods in com.sun.xml.ws.encoding.xml that return ContentType | |
|---|---|
ContentType |
XMLCodec.encode(Packet packet,
OutputStream out)
|
ContentType |
XMLCodec.encode(Packet packet,
WritableByteChannel buffer)
|
ContentType |
XMLCodec.getStaticContentType(Packet packet)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||