Uses of Interface
com.oracle.webservices.api.message.ContentType
Packages that use ContentType
Package
Description
Message and related abstractions that represent a SOAP message.Pipe and related abstractions.-
Uses of ContentType in com.oracle.webservices.api.message
Methods in com.oracle.webservices.api.message that return ContentTypeModifier and TypeMethodDescriptionContentType.Builder.build()MessageContext.getContentType()Gets the Content-type of this message.MessageContext.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 ContentTypeModifier and TypeMethodDescriptionMessageWritable.getContentType()Gets the Content-type of this message.Packet.getContentType()Packet.getInternalContentType()MessageWritable.writeTo(OutputStream out) Writes the XML infoset portion of this MessageContext (from <soap:Envelope> to </soap:Envelope>).Packet.writeTo(OutputStream out) Packet.writeTo(WritableByteChannel buffer) Methods in com.sun.xml.ws.api.message with parameters of type ContentType -
Uses of ContentType in com.sun.xml.ws.api.pipe
Subinterfaces of ContentType in com.sun.xml.ws.api.pipeModifier and TypeInterfaceDescriptioninterfaceA 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