|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
| Uses of ContentType in com.sun.xml.ws.security.encoding |
|---|
| Methods in com.sun.xml.ws.security.encoding that return ContentType | |
|---|---|
ContentType |
LazyStreamCodec.encode(Packet packet,
OutputStream outputStream)
|
ContentType |
LazyStreamCodec.encode(Packet packet,
WritableByteChannel writableByteChannel)
|
ContentType |
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 ContentType | |
|---|---|
protected void |
TCPTransportPipe.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 ContentType | |
|---|---|
protected ContentType |
WSTCPFastInfosetStreamCodec._defaultContentType
|
| Methods in com.sun.xml.ws.transport.tcp.encoding that return ContentType | |
|---|---|
ContentType |
WSTCPFastInfosetStreamCodec.encode(Packet packet,
OutputStream out)
|
ContentType |
WSTCPFastInfosetStreamCodec.encode(Packet packet,
WritableByteChannel buffer)
|
protected abstract ContentType |
WSTCPFastInfosetStreamCodec.getContentType(String soapAction)
|
protected ContentType |
WSTCPFastInfosetStreamSOAP11Codec.getContentType(String soapAction)
|
protected ContentType |
WSTCPFastInfosetStreamSOAP12Codec.getContentType(String soapAction)
|
ContentType |
WSTCPFastInfosetStreamCodec.getStaticContentType(Packet packet)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||