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   
com.sun.xml.ws.security.encoding   
com.sun.xml.ws.transport.tcp.client   
com.sun.xml.ws.transport.tcp.encoding   
 

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, 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, OutputStream out)
          Encodes an XML infoset portion of the Message (from <soap:Envelope> to </soap:Envelope>).
 ContentType Codec.encode(Packet packet, 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, 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, OutputStream out)
           
 ContentType SOAPBindingCodec.encode(Packet packet, OutputStream out)
           
 ContentType StreamSOAPCodec.encode(Packet packet, OutputStream out)
           
 ContentType XMLHTTPBindingCodec.encode(Packet packet, OutputStream out)
           
 ContentType MtomCodec.encode(Packet packet, WritableByteChannel buffer)
           
 ContentType SOAPBindingCodec.encode(Packet packet, WritableByteChannel buffer)
           
 ContentType StreamSOAPCodec.encode(Packet packet, WritableByteChannel buffer)
           
 ContentType SwACodec.encode(Packet packet, WritableByteChannel buffer)
           
 ContentType XMLHTTPBindingCodec.encode(Packet packet, 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 SOAPBindingCodec.getStaticContentType(Packet packet)
           
 ContentType StreamSOAPCodec.getStaticContentType(Packet packet)
           
 ContentType XMLHTTPBindingCodec.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 FastInfosetCodec.encode(Packet packet, OutputStream out)
           
 ContentType FastInfosetStreamSOAPCodec.encode(Packet packet, OutputStream out)
           
 ContentType FastInfosetCodec.encode(Packet packet, WritableByteChannel buffer)
           
 ContentType FastInfosetStreamSOAPCodec.encode(Packet packet, WritableByteChannel buffer)
           
protected abstract  ContentType FastInfosetStreamSOAPCodec.getContentType(String soapAction)
           
 ContentType FastInfosetCodec.getStaticContentType(Packet packet)
           
 ContentType FastInfosetStreamSOAPCodec.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, OutputStream out)
           
 ContentType XMLCodec.encode(Packet packet, WritableByteChannel buffer)
           
 ContentType XMLCodec.getStaticContentType(Packet packet)
           
 

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

Methods in com.sun.xml.ws.security.encoding that return ContentType
 ContentType LazyStreamCodec.encode(Packet packet, OutputStream outputStream)
           
 ContentType LazyStreamCodec.encode(Packet packet, WritableByteChannel writableByteChannel)
           
 ContentType LazyStreamCodec.getStaticContentType(Packet packet)
           
 

Uses of ContentType in com.sun.xml.ws.transport.tcp.client
 

Methods in com.sun.xml.ws.transport.tcp.client with parameters of type ContentType
protected  void TCPTransportPipe.writeTransportSOAPActionHeaderIfRequired(ChannelContext channelContext, ContentType ct, Packet packet)
           
 

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

Fields in com.sun.xml.ws.transport.tcp.encoding declared as ContentType
protected  ContentType WSTCPFastInfosetStreamCodec._defaultContentType
           
 

Methods in com.sun.xml.ws.transport.tcp.encoding that return ContentType
 ContentType WSTCPFastInfosetStreamCodec.encode(Packet packet, OutputStream out)
           
 ContentType WSTCPFastInfosetStreamCodec.encode(Packet packet, WritableByteChannel buffer)
           
protected abstract  ContentType WSTCPFastInfosetStreamCodec.getContentType(String soapAction)
           
protected  ContentType WSTCPFastInfosetStreamSOAP11Codec.getContentType(String soapAction)
           
protected  ContentType WSTCPFastInfosetStreamSOAP12Codec.getContentType(String soapAction)
           
 ContentType WSTCPFastInfosetStreamCodec.getStaticContentType(Packet packet)
           
 



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