Uses of Interface
com.sun.xml.ws.api.pipe.ContentType
-
Packages that use ContentType Package Description com.sun.xml.ws.api.databinding com.sun.xml.ws.api.pipe Pipeand 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 Modifier and Type Method Description ContentTypeDatabinding. 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 Modifier and Type Method Description ContentTypeCodec. encode(Packet packet, OutputStream out)Encodes an XML infoset portion of theMessage(from <soap:Envelope> to </soap:Envelope>).ContentTypeCodec. encode(Packet packet, WritableByteChannel buffer)The version ofCodec.encode(Packet,OutputStream)that writes to NIOByteBuffer.ContentTypeCodec. 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 Modifier and Type Method Description ContentTypeDatabindingImpl. encode(Packet packet, OutputStream out) -
Uses of ContentType in com.sun.xml.ws.encoding
Classes in com.sun.xml.ws.encoding that implement ContentType Modifier and Type Class Description classContentTypeImplMethods in com.sun.xml.ws.encoding that return ContentType Modifier and Type Method Description ContentTypeMtomCodec. encode(Packet packet, OutputStream out)ContentTypeMtomCodec. encode(Packet packet, WritableByteChannel buffer)ContentTypeSOAPBindingCodec. encode(Packet packet, OutputStream out)ContentTypeSOAPBindingCodec. encode(Packet packet, WritableByteChannel buffer)ContentTypeStreamSOAPCodec. encode(Packet packet, OutputStream out)ContentTypeStreamSOAPCodec. encode(Packet packet, WritableByteChannel buffer)ContentTypeSwACodec. encode(Packet packet, WritableByteChannel buffer)ContentTypeXMLHTTPBindingCodec. encode(Packet packet, OutputStream out)ContentTypeXMLHTTPBindingCodec. encode(Packet packet, WritableByteChannel buffer)protected abstract ContentTypeStreamSOAPCodec. getContentType(Packet packet)ContentTypeMtomCodec. getStaticContentType(Packet packet)Return the soap 1.1 and soap 1.2 specific XOP packaged ContentTypeContentTypeSOAPBindingCodec. getStaticContentType(Packet packet)ContentTypeStreamSOAPCodec. getStaticContentType(Packet packet)ContentTypeXMLHTTPBindingCodec. getStaticContentType(Packet packet)static ContentTypeMtomCodec. 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 Modifier and Type Field Description protected ContentTypeFastInfosetStreamSOAPCodec. _defaultContentTypeMethods in com.sun.xml.ws.encoding.fastinfoset that return ContentType Modifier and Type Method Description ContentTypeFastInfosetCodec. encode(Packet packet, OutputStream out)ContentTypeFastInfosetCodec. encode(Packet packet, WritableByteChannel buffer)ContentTypeFastInfosetStreamSOAPCodec. encode(Packet packet, OutputStream out)ContentTypeFastInfosetStreamSOAPCodec. encode(Packet packet, WritableByteChannel buffer)protected abstract ContentTypeFastInfosetStreamSOAPCodec. getContentType(String soapAction)ContentTypeFastInfosetCodec. getStaticContentType(Packet packet)ContentTypeFastInfosetStreamSOAPCodec. getStaticContentType(Packet packet) -
Uses of ContentType in com.sun.xml.ws.encoding.xml
Methods in com.sun.xml.ws.encoding.xml that return ContentType Modifier and Type Method Description ContentTypeXMLCodec. encode(Packet packet, OutputStream out)ContentTypeXMLCodec. encode(Packet packet, WritableByteChannel buffer)ContentTypeXMLCodec. getStaticContentType(Packet packet) -
Uses of ContentType in com.sun.xml.ws.security.encoding
Methods in com.sun.xml.ws.security.encoding that return ContentType Modifier and Type Method Description ContentTypeLazyStreamCodec. encode(Packet packet, OutputStream outputStream)ContentTypeLazyStreamCodec. encode(Packet packet, WritableByteChannel writableByteChannel)ContentTypeLazyStreamCodec. 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 Modifier and Type Method Description protected voidTCPTransportPipe. 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 Modifier and Type Field Description protected ContentTypeWSTCPFastInfosetStreamCodec. _defaultContentTypeMethods in com.sun.xml.ws.transport.tcp.encoding that return ContentType Modifier and Type Method Description ContentTypeWSTCPFastInfosetStreamCodec. encode(Packet packet, OutputStream out)ContentTypeWSTCPFastInfosetStreamCodec. encode(Packet packet, WritableByteChannel buffer)protected abstract ContentTypeWSTCPFastInfosetStreamCodec. getContentType(String soapAction)protected ContentTypeWSTCPFastInfosetStreamSOAP11Codec. getContentType(String soapAction)protected ContentTypeWSTCPFastInfosetStreamSOAP12Codec. getContentType(String soapAction)ContentTypeWSTCPFastInfosetStreamCodec. getStaticContentType(Packet packet)
-