Uses of Interface
com.oracle.webservices.api.message.ContentType
-
Packages that use ContentType Package Description com.oracle.webservices.api.message com.sun.xml.ws.api.message Messageand related abstractions that represent a SOAP message.com.sun.xml.ws.api.pipe Pipeand related abstractions.com.sun.xml.ws.encoding -
-
Uses of ContentType in com.oracle.webservices.api.message
Methods in com.oracle.webservices.api.message that return ContentType Modifier and Type Method Description ContentTypeContentType.Builder. build()ContentTypeMessageContext. getContentType()Gets the Content-type of this message.ContentTypeMessageContext. writeTo(OutputStream out)Writes the XML infoset portion of this MessageContext (from <soap:Envelope> to </soap:Envelope>). -
Uses of ContentType in com.sun.xml.ws.api.message
Methods in com.sun.xml.ws.api.message that return ContentType Modifier and Type Method Description ContentTypeMessageWritable. getContentType()Gets the Content-type of this message.ContentTypePacket. getContentType()ContentTypePacket. getInternalContentType()ContentTypeMessageWritable. writeTo(OutputStream out)Writes the XML infoset portion of this MessageContext (from <soap:Envelope> to </soap:Envelope>).ContentTypePacket. writeTo(OutputStream out)ContentTypePacket. writeTo(WritableByteChannel buffer)Methods in com.sun.xml.ws.api.message with parameters of type ContentType Modifier and Type Method Description voidPacket. setContentType(ContentType contentType) -
Uses of ContentType in com.sun.xml.ws.api.pipe
Subinterfaces of ContentType in com.sun.xml.ws.api.pipe Modifier and Type Interface Description interfaceContentTypeA Content-Type transport header that will be returned byCodec.encode(com.sun.xml.ws.api.message.Packet, java.io.OutputStream). -
Uses of ContentType in com.sun.xml.ws.encoding
Classes in com.sun.xml.ws.encoding that implement ContentType Modifier and Type Class Description classContentTypeImpl
-