com.sun.xml.ws.api.pipe
Interface ContentType

All Superinterfaces:
org.jvnet.ws.message.ContentType

public interface ContentType
extends org.jvnet.ws.message.ContentType

A Content-Type transport header that will be returned by Codec.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.

See Also:
org.jvnet.ws.message.ContentType} TODO: rename to ContentMetadata?

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.ws.message.ContentType
org.jvnet.ws.message.ContentType.Builder
 
Method Summary
 
Methods inherited from interface org.jvnet.ws.message.ContentType
getAcceptHeader, getContentType, getSOAPActionHeader
 



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.