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

Packages that use ContentType
com.sun.xml.ws.api.databinding   
com.sun.xml.ws.api.pipe Pipe and related abstractions. 
com.sun.xml.ws.db   
com.sun.xml.ws.encoding   
com.sun.xml.ws.encoding.fastinfoset   
com.sun.xml.ws.encoding.xml   
 

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

Methods in com.sun.xml.ws.api.databinding that return ContentType
 ContentType Databinding.encode(Packet packet, java.io.OutputStream out)
          Deprecated. use MessageContextFactory
 

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

Methods in com.sun.xml.ws.api.pipe that return ContentType
 ContentType Codec.encode(Packet packet, java.io.OutputStream out)
          Encodes an XML infoset portion of the Message (from <soap:Envelope> to </soap:Envelope>).
 ContentType Codec.encode(Packet packet, java.nio.channels.WritableByteChannel buffer)
          The version of Codec.encode(Packet,OutputStream) that writes to NIO ByteBuffer.
 ContentType Codec.getStaticContentType(Packet packet)
          If the MIME content-type of the encoding is known statically then this method returns it.
 

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

Methods in com.sun.xml.ws.db that return ContentType
 ContentType DatabindingImpl.encode(Packet packet, java.io.OutputStream out)
           
 

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

Methods in com.sun.xml.ws.encoding that return ContentType
 ContentType MtomCodec.encode(Packet packet, java.io.OutputStream out)
           
 ContentType StreamSOAPCodec.encode(Packet packet, java.io.OutputStream out)
           
 ContentType XMLHTTPBindingCodec.encode(Packet packet, java.io.OutputStream out)
           
 ContentType SOAPBindingCodec.encode(Packet packet, java.io.OutputStream out)
           
 ContentType MtomCodec.encode(Packet packet, java.nio.channels.WritableByteChannel buffer)
           
 ContentType StreamSOAPCodec.encode(Packet packet, java.nio.channels.WritableByteChannel buffer)
           
 ContentType SwACodec.encode(Packet packet, java.nio.channels.WritableByteChannel buffer)
           
 ContentType XMLHTTPBindingCodec.encode(Packet packet, java.nio.channels.WritableByteChannel buffer)
           
 ContentType SOAPBindingCodec.encode(Packet packet, java.nio.channels.WritableByteChannel buffer)
           
protected abstract  ContentType StreamSOAPCodec.getContentType(Packet packet)
           
 ContentType MtomCodec.getStaticContentType(Packet packet)
          Return the soap 1.1 and soap 1.2 specific XOP packaged ContentType
 ContentType StreamSOAPCodec.getStaticContentType(Packet packet)
           
 ContentType XMLHTTPBindingCodec.getStaticContentType(Packet packet)
           
 ContentType SOAPBindingCodec.getStaticContentType(Packet packet)
           
static ContentType MtomCodec.getStaticContentTypeStatic(Packet packet, SOAPVersion version)
           
 

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

Fields in com.sun.xml.ws.encoding.fastinfoset declared as ContentType
protected  ContentType FastInfosetStreamSOAPCodec._defaultContentType
           
 

Methods in com.sun.xml.ws.encoding.fastinfoset that return ContentType
 ContentType FastInfosetStreamSOAPCodec.encode(Packet packet, java.io.OutputStream out)
           
 ContentType FastInfosetCodec.encode(Packet packet, java.io.OutputStream out)
           
 ContentType FastInfosetStreamSOAPCodec.encode(Packet packet, java.nio.channels.WritableByteChannel buffer)
           
 ContentType FastInfosetCodec.encode(Packet packet, java.nio.channels.WritableByteChannel buffer)
           
protected abstract  ContentType FastInfosetStreamSOAPCodec.getContentType(java.lang.String soapAction)
           
 ContentType FastInfosetStreamSOAPCodec.getStaticContentType(Packet packet)
           
 ContentType FastInfosetCodec.getStaticContentType(Packet packet)
           
 

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

Methods in com.sun.xml.ws.encoding.xml that return ContentType
 ContentType XMLCodec.encode(Packet packet, java.io.OutputStream out)
           
 ContentType XMLCodec.encode(Packet packet, java.nio.channels.WritableByteChannel buffer)
           
 ContentType XMLCodec.getStaticContentType(Packet packet)
           
 



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