| Methods in com.sun.xml.ws.encoding that return ContentType |
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 |
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)
|
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 |
static ContentType |
MtomCodec.getStaticContentTypeStatic(Packet packet,
SOAPVersion version)
|