Package com.sun.xml.ws.api.pipe
Interface ContentType
-
- All Superinterfaces:
ContentType
- All Known Implementing Classes:
ContentTypeImpl
public interface ContentType extends ContentType
A Content-Type transport header that will be returned byCodec.encode(com.sun.xml.ws.api.message.Packet, java.io.OutputStream). It will provide the Content-Type header and also take care of SOAP 1.1 SOAPAction header.- Author:
- Vivek Pandey
- See Also:
TODO: rename to ContentMetadata?
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.oracle.webservices.api.message.ContentType
ContentType.Builder
-
-
Method Summary
-
Methods inherited from interface com.oracle.webservices.api.message.ContentType
getAcceptHeader, getContentType, getSOAPActionHeader
-
-