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 |
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(String soapAction)
|
protected ContentType |
StreamSOAP12Codec.getContentType(String soapAction)
|
protected ContentType |
StreamSOAP11Codec.getContentType(String soapAction)
|
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)
|