Uses of Interface
org.jvnet.ws.message.ContentType

Packages that use ContentType
org.jvnet.ws.message   
 

Uses of ContentType in org.jvnet.ws.message
 

Methods in org.jvnet.ws.message that return ContentType
abstract  ContentType MessageContext.writeTo(OutputStream out)
          Writes the XML infoset portion of this MessageContext (from <soap:Envelope> to </soap:Envelope>).
abstract  ContentType MessageContext.writeTo(WritableByteChannel buffer)
          The version of MessageContext.writeTo(OutputStream) that writes to NIO ByteBuffer.
 



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