Uses of Interface
com.oracle.webservices.api.message.ContentType

Packages that use ContentType
com.oracle.webservices.api.message   
com.sun.xml.ws.api.message Message and related abstractions that represent a SOAP message. 
com.sun.xml.ws.api.pipe Pipe and related abstractions. 
com.sun.xml.ws.encoding   
 

Uses of ContentType in com.oracle.webservices.api.message
 

Methods in com.oracle.webservices.api.message that return ContentType
 ContentType ContentType.Builder.build()
           
 ContentType MessageContext.getContentType()
          Gets the Content-type of this message.
 ContentType MessageContext.writeTo(OutputStream out)
          Writes the XML infoset portion of this MessageContext (from <soap:Envelope> to </soap:Envelope>).
 

Uses of ContentType in com.sun.xml.ws.api.message
 

Methods in com.sun.xml.ws.api.message that return ContentType
 ContentType MessageWritable.getContentType()
          Gets the Content-type of this message.
 ContentType Packet.getContentType()
           
 ContentType Packet.getInternalContentType()
           
 ContentType MessageWritable.writeTo(OutputStream out)
          Writes the XML infoset portion of this MessageContext (from <soap:Envelope> to </soap:Envelope>).
 ContentType Packet.writeTo(OutputStream out)
           
 ContentType Packet.writeTo(WritableByteChannel buffer)
           
 

Methods in com.sun.xml.ws.api.message with parameters of type ContentType
 void Packet.setContentType(ContentType contentType)
           
 

Uses of ContentType in com.sun.xml.ws.api.pipe
 

Subinterfaces of ContentType in com.sun.xml.ws.api.pipe
 interface ContentType
          A Content-Type transport header that will be returned by Codec.encode(com.sun.xml.ws.api.message.Packet, java.io.OutputStream).
 

Uses of ContentType in com.sun.xml.ws.encoding
 

Classes in com.sun.xml.ws.encoding that implement ContentType
 class ContentTypeImpl
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.