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

Packages that use ContentType
com.oracle.webservices.api.message   
org.jvnet.ws.message   
 

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 org.jvnet.ws.message
 

Subinterfaces of ContentType in org.jvnet.ws.message
 interface ContentType
          Deprecated. 
 

Classes in org.jvnet.ws.message that implement ContentType
static class ContentType.DepContentTypeImpl
          Deprecated.  
 

Constructors in org.jvnet.ws.message with parameters of type ContentType
ContentType.DepContentTypeImpl(ContentType delegate)
           
 



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