Uses of Class
com.sun.xml.ws.api.message.Message
-
Packages that use Message Package Description 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 com.sun.xml.ws.message Messageimplementations.com.sun.xml.ws.message.stream -
-
Uses of Message in com.sun.xml.ws.api.message
Subclasses of Message in com.sun.xml.ws.api.message Modifier and Type Class Description classFilterMessageImplAFilterMessageImplcontains some other Message, which it uses as its basic source of message data, possibly transforming the data along the way or providing additional functionality.Methods in com.sun.xml.ws.api.message that return Message Modifier and Type Method Description MessageFilterMessageImpl. copy()abstract MessageMessage. copy()Creates a copy of aMessage.MessageMessage. copyFrom(Message m)Thecopy()method is used as a shorthand throughout the codecase in place of calling a copy constructor.static MessageMessages. create(com.sun.xml.stream.buffer.XMLStreamBuffer xsb)Creates aMessagefromXMLStreamBufferthat retains the whole envelope infoset.static MessageMessages. create(SOAPVersion soapVersion, ProtocolException pex, QName faultcode)static MessageMessages. create(String unsupportedAction, AddressingVersion av, SOAPVersion sv)Creates a faultMessagethat captures the code/subcode/subsubcode defined by WS-Addressing if wsa:Action is not supported.static MessageMessages. create(Throwable t, SOAPVersion soapVersion)Creates aMessagethat represents an exception as a fault.static MessageMessages. create(JAXBContext context, Object jaxbObject, SOAPVersion soapVersion)Deprecated.static MessageMessages. create(Marshaller marshaller, Object jaxbObject, SOAPVersion soapVersion)Deprecated.Use#create(JAXBRIContext, Object, SOAPVersion)static MessageMessages. create(SOAPFault fault)Creates a faultMessage.static MessageMessages. create(SOAPMessage saaj)Creates aMessagebacked by a SAAJSOAPMessageobject.static MessageMessages. create(XMLStreamReader reader)Creates aMessagefromXMLStreamReaderthat points to the start of the envelope.static MessageMessages. create(Source envelope, SOAPVersion soapVersion)Creates aMessageusing Source as entire envelope.static MessageMessages. create(Element soapEnvelope)static MessageMessages. createAddressingFaultMessage(WSBinding binding, Packet p, QName missingHeader)Creates a faultMessagethat captures the code/subcode/subsubcode defined by WS-Addressing if one of the expected WS-Addressing headers is missing in the messagestatic MessageMessages. createAddressingFaultMessage(WSBinding binding, QName missingHeader)Deprecated.static MessageMessages. createEmpty(SOAPVersion soapVersion)Creates aMessagethat doesn't have any payload.static MessageMessages. createRaw(JAXBContext context, Object jaxbObject, SOAPVersion soapVersion)Deprecated.For use when creating a Dispatch object with an unknown JAXB implementation for he JAXBContext parameter.static MessageMessages. createUsingPayload(XMLStreamReader payload, SOAPVersion ver)Creates aMessageusingXMLStreamReaderas payload.static MessageMessages. createUsingPayload(Source payload, SOAPVersion ver)static MessageMessages. createUsingPayload(Element payload, SOAPVersion ver)abstract MessageExceptionHasMessage. getFaultMessage()Returns the exception into a fault MessageMessagePacket. getInternalMessage()MessagePacket. getMessage()Gets the lastMessageset throughPacket.setMessage(Message).Methods in com.sun.xml.ws.api.message with parameters of type Message Modifier and Type Method Description MessageMessage. copyFrom(Message m)Thecopy()method is used as a shorthand throughout the codecase in place of calling a copy constructor.PacketPacket. createClientResponse(Message msg)Creates a responsePacketfrom a request packet (this).MessageContextMessageContextFactory. createContext(Message m)PacketPacket. createResponse(Message msg)Deprecated.Use createClientResponse(Message) for client side and createServerResponse(Message, String) for server side response creation.PacketPacket. createServerResponse(Message responseMessage, AddressingVersion addressingVersion, SOAPVersion soapVersion, String action)Creates a server-side responsePacketfrom a request packet (this).PacketPacket. createServerResponse(Message responseMessage, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)Creates a server-side responsePacketfrom a request packet (this).voidPacket. setMessage(Message message)Sets aMessageto this packet.voidPacket. setResponseMessage(Packet request, Message responseMessage, AddressingVersion addressingVersion, SOAPVersion soapVersion, String action)Constructors in com.sun.xml.ws.api.message with parameters of type Message Constructor Description FilterMessageImpl(Message delegate)Packet(Message request) -
Uses of Message in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe that return Message Modifier and Type Method Description MessageStreamSOAPCodec. decode(XMLStreamReader reader)Reads events fromXMLStreamReaderand constructs aMessagefor SOAP envelope.MessageStreamSOAPCodec. decode(XMLStreamReader reader, AttachmentSet att)Reads events fromXMLStreamReaderand constructs aMessagefor SOAP envelope.MessageThrowableContainerPropertySet. getFaultMessage()Methods in com.sun.xml.ws.api.pipe that return types with arguments of type Message Modifier and Type Method Description static Dispatch<Message>Stubs. createMessageDispatch(com.sun.xml.ws.api.client.WSPortInfo portInfo, WSBinding binding, WSEndpointReference epr)static Dispatch<Message>Stubs. createMessageDispatch(QName portName, WSService owner, WSBinding binding, Tube next, WSEndpointReference epr)Deprecated.Methods in com.sun.xml.ws.api.pipe with parameters of type Message Modifier and Type Method Description voidThrowableContainerPropertySet. setFaultMessage(Message faultMessage) -
Uses of Message in com.sun.xml.ws.encoding
Methods in com.sun.xml.ws.encoding that return Message Modifier and Type Method Description static MessageStreamSOAPCodec. decode(SOAPVersion soapVersion, XMLStreamReader reader, AttachmentSet attachmentSet)MessageStreamSOAPCodec. decode(XMLStreamReader reader)Decodes a message fromXMLStreamReaderthat points to the beginning of a SOAP infoset.MessageStreamSOAPCodec. decode(XMLStreamReader reader, AttachmentSet attachmentSet)Decodes a message fromXMLStreamReaderthat points to the beginning of a SOAP infoset. -
Uses of Message in com.sun.xml.ws.message
Subclasses of Message in com.sun.xml.ws.message with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description classcom.sun.xml.ws.message.AbstractMessageImplPartialMessageimplementation. -
Uses of Message in com.sun.xml.ws.message.stream
Subclasses of Message in com.sun.xml.ws.message.stream Modifier and Type Class Description classPayloadStreamReaderMessageMessagebacked byXMLStreamReaderas payloadclassStreamMessageMessageimplementation backed byXMLStreamReader.Methods in com.sun.xml.ws.message.stream that return Message Modifier and Type Method Description MessagePayloadStreamReaderMessage. copy()MessageStreamMessage. copy()
-