Uses of Class
com.sun.xml.ws.api.message.Message
Packages that use Message
Package
Description
Message and related abstractions that represent a SOAP message.Pipe and related abstractions.SEIStub and its supporting code.Message implementations.Message implementation for JAXB.-
Uses of Message in com.oracle.webservices.impl.encoding
Methods in com.oracle.webservices.impl.encoding that return MessageModifier and TypeMethodDescriptionStreamDecoderImpl.decode(InputStream in, String charset, AttachmentSet att, SOAPVersion soapVersion) -
Uses of Message in com.oracle.webservices.impl.internalspi.encoding
Methods in com.oracle.webservices.impl.internalspi.encoding that return MessageModifier and TypeMethodDescriptionStreamDecoder.decode(InputStream in, String charset, AttachmentSet att, SOAPVersion soapVersion) -
Uses of Message in com.sun.xml.ws.api.handler
Methods in com.sun.xml.ws.api.handler that return MessageModifier and TypeMethodDescriptionMessageHandlerContext.getMessage()Gets the message from this message contextMethods in com.sun.xml.ws.api.handler with parameters of type MessageModifier and TypeMethodDescriptionvoidMessageHandlerContext.setMessage(Message message) Sets the message in this message context -
Uses of Message in com.sun.xml.ws.api.message
Subclasses of Message in com.sun.xml.ws.api.messageModifier and TypeClassDescriptionclassAFilterMessageImplcontains 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 MessageModifier and TypeMethodDescriptionFilterMessageImpl.copy()abstract MessageMessage.copy()Creates a copy of aMessage.final MessageThecopy()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, jakarta.xml.ws.ProtocolException pex, QName faultcode) static MessageMessages.create(jakarta.xml.bind.JAXBContext context, Object jaxbObject, SOAPVersion soapVersion) Deprecated.static MessageMessages.create(jakarta.xml.soap.SOAPFault fault) Creates a faultMessage.static MessageMessages.create(jakarta.xml.soap.SOAPMessage saaj) Creates aMessagebacked by a SAAJSOAPMessageobject.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(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 Messagestatic 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(jakarta.xml.bind.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 MessagePacket.getInternalMessage()Packet.getMessage()Gets the lastMessageset throughPacket.setMessage(Message).Methods in com.sun.xml.ws.api.message with parameters of type MessageModifier and TypeMethodDescriptionfinal MessageThecopy()method is used as a shorthand throughout the codecase in place of calling a copy constructor.Packet.createClientResponse(Message msg) Creates a responsePacketfrom a request packet (this).MessageContextFactory.createContext(Message m) Packet.createResponse(Message msg) Deprecated.Use createClientResponse(Message) for client side and createServerResponse(Message, String) for server side response creation.Packet.createServerResponse(Message responseMessage, AddressingVersion addressingVersion, SOAPVersion soapVersion, String action) Creates a server-side responsePacketfrom a request packet (this).Packet.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 -
Uses of Message in com.sun.xml.ws.api.message.saaj
Methods in com.sun.xml.ws.api.message.saaj that return MessageModifier and TypeMethodDescriptionstatic MessageSAAJFactory.create(jakarta.xml.soap.SOAPMessage saaj) Creates Message from SOAPMessageSAAJFactory.createMessage(jakarta.xml.soap.SOAPMessage saaj) Creates Message from SOAPMessageMethods in com.sun.xml.ws.api.message.saaj with parameters of type MessageModifier and TypeMethodDescriptionprotected static voidSAAJFactory.addAttachmentsToSOAPMessage(jakarta.xml.soap.SOAPMessage msg, Message message) static jakarta.xml.soap.SOAPMessageSAAJFactory.read(SOAPVersion soapVersion, Message message) Reads Message as SOAPMessage.static jakarta.xml.soap.SOAPMessageSAAJFactory.read(SOAPVersion soapVersion, Message message, Packet packet) Reads Message as SOAPMessage.jakarta.xml.soap.SOAPMessageSAAJFactory.readAsSOAPMessage(SOAPVersion soapVersion, Message message) Reads Message as SOAPMessage.jakarta.xml.soap.SOAPMessageSAAJFactory.readAsSOAPMessage(SOAPVersion soapVersion, Message message, Packet packet) Reads Message as SOAPMessage.jakarta.xml.soap.SOAPMessageSAAJFactory.readAsSOAPMessageSax2Dom(SOAPVersion soapVersion, Message message) -
Uses of Message in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe that return MessageModifier and TypeMethodDescriptionStreamSOAPCodec.decode(XMLStreamReader reader) Reads events fromXMLStreamReaderand constructs aMessagefor SOAP envelope.StreamSOAPCodec.decode(XMLStreamReader reader, AttachmentSet att) Reads events fromXMLStreamReaderand constructs aMessagefor SOAP envelope.ThrowableContainerPropertySet.getFaultMessage()Methods in com.sun.xml.ws.api.pipe that return types with arguments of type MessageModifier and TypeMethodDescriptionstatic jakarta.xml.ws.Dispatch<Message>Stubs.createMessageDispatch(WSPortInfo portInfo, WSBinding binding, WSEndpointReference epr) Creates a newMessage-basedDispatchstub that connects to the given pipe.static jakarta.xml.ws.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 MessageModifier and TypeMethodDescriptionvoidThrowableContainerPropertySet.setFaultMessage(Message faultMessage) -
Uses of Message in com.sun.xml.ws.client.sei
Methods in com.sun.xml.ws.client.sei with parameters of type MessageModifier and TypeMethodDescriptionResponseBuilder.AttachmentBuilder.readResponse(Message msg, Object[] args) ResponseBuilder.Body.readResponse(Message msg, Object[] args) ResponseBuilder.Composite.readResponse(Message msg, Object[] args) ResponseBuilder.DocLit.readResponse(Message msg, Object[] args) ResponseBuilder.Header.readResponse(Message msg, Object[] args) ResponseBuilder.NullSetter.readResponse(Message msg, Object[] args) abstract ObjectResponseBuilder.readResponse(Message reply, Object[] args) Reads a responseMessage, disassembles it, and moves obtained Java values to the expected places.ResponseBuilder.RpcLit.readResponse(Message msg, Object[] args) protected ObjectResponseBuilder.readWrappedResponse(Message msg, Object[] args) -
Uses of Message in com.sun.xml.ws.commons.xmlutil
Methods in com.sun.xml.ws.commons.xmlutil that return MessageModifier and TypeMethodDescriptionstatic MessageConverter.toMessage(InputStream dataStream, String encoding) Converts JAX-WS RI message represented as input stream back to Message object.Methods in com.sun.xml.ws.commons.xmlutil with parameters of type Message -
Uses of Message in com.sun.xml.ws.encoding
Methods in com.sun.xml.ws.encoding that return MessageModifier and TypeMethodDescriptionstatic final MessageStreamSOAPCodec.decode(SOAPVersion soapVersion, XMLStreamReader reader, AttachmentSet attachmentSet) final MessageStreamSOAPCodec.decode(XMLStreamReader reader) Decodes a message fromXMLStreamReaderthat points to the beginning of a SOAP infoset.final 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.encoding.xml
Subclasses of Message in com.sun.xml.ws.encoding.xmlModifier and TypeClassDescriptionstatic classDon't know about this content.static final classData represented as a multi-part MIME message.Methods in com.sun.xml.ws.encoding.xml that return MessageModifier and TypeMethodDescriptionXMLMessage.UnknownContent.copy()XMLMessage.XMLMultiPart.copy()static MessageXMLMessage.create(jakarta.activation.DataSource ds, WSFeatureList f) static Messagestatic MessageXMLMessage.create(String ct, InputStream in, WSFeatureList f) static MessageMethods in com.sun.xml.ws.encoding.xml with parameters of type MessageModifier and TypeMethodDescriptionstatic jakarta.activation.DataSourceXMLMessage.getDataSource(Message msg, WSFeatureList f) -
Uses of Message in com.sun.xml.ws.fault
Methods in com.sun.xml.ws.fault that return MessageModifier and TypeMethodDescriptionstatic MessageSOAPFaultBuilder.createSOAPFaultMessage(SOAPVersion soapVersion, CheckedExceptionImpl ceModel, Throwable ex) To be called by the server runtime in the situations when there is an Exception that needs to be transformed in to a soapenv:Fault payload.static MessageSOAPFaultBuilder.createSOAPFaultMessage(SOAPVersion soapVersion, CheckedExceptionImpl ceModel, Throwable ex, QName faultCode) Create the Message with the specified faultCodestatic MessageSOAPFaultBuilder.createSOAPFaultMessage(SOAPVersion soapVersion, jakarta.xml.soap.SOAPFault fault) static MessageSOAPFaultBuilder.createSOAPFaultMessage(SOAPVersion soapVersion, jakarta.xml.ws.ProtocolException ex, QName faultcode) static MessageSOAPFaultBuilder.createSOAPFaultMessage(SOAPVersion soapVersion, String faultString, QName faultCode) Server runtime will call this when there is some internal error not resulting from an exception.Methods in com.sun.xml.ws.fault with parameters of type MessageModifier and TypeMethodDescriptionstatic SOAPFaultBuilderParses a faultMessageand returns it as aSOAPFaultBuilder. -
Uses of Message in com.sun.xml.ws.handler
Methods in com.sun.xml.ws.handler that return MessageMethods in com.sun.xml.ws.handler with parameters of type Message -
Uses of Message in com.sun.xml.ws.message
Subclasses of Message in com.sun.xml.ws.messageModifier and TypeClassDescriptionclassPartialMessageimplementation.final classclassMessagethat has no body.classSOAP Fault message.Methods in com.sun.xml.ws.message that return MessageConstructors in com.sun.xml.ws.message with parameters of type Message -
Uses of Message in com.sun.xml.ws.message.jaxb
Subclasses of Message in com.sun.xml.ws.message.jaxbModifier and TypeClassDescriptionclassMessagebacked by a JAXB bean; this implementation is used when client uses Dispatch mechanism in JAXB/MESSAGE mode; difference fromJAXBMessageis thatjaxbObjectholds whole SOAP message including SOAP envelope; it's the client who is responsible for preparing message content.final classMessagebacked by a JAXB bean.Methods in com.sun.xml.ws.message.jaxb that return MessageModifier and TypeMethodDescriptionJAXBDispatchMessage.copy()JAXBMessage.copy()static MessageJAXBMessage.create(BindingContext context, Object jaxbObject, SOAPVersion soapVersion) Creates aMessagebacked by a JAXB bean.static MessageJAXBMessage.create(BindingContext context, Object jaxbObject, SOAPVersion soapVersion, MessageHeaders headers, AttachmentSet attachments) static MessageJAXBMessage.create(XMLBridge bridge, Object jaxbObject, SOAPVersion soapVer) Creates aMessagebacked by a JAXB bean.static MessageJAXBMessage.create(jakarta.xml.bind.JAXBContext context, Object jaxbObject, SOAPVersion soapVersion) Deprecated.static MessageJAXBMessage.createRaw(jakarta.xml.bind.JAXBContext context, Object jaxbObject, SOAPVersion soapVersion) Deprecated.For use when creating a Dispatch object with an unknown JAXB implementation for he JAXBContext parameter. -
Uses of Message in com.sun.xml.ws.message.saaj
Subclasses of Message in com.sun.xml.ws.message.saajMethods in com.sun.xml.ws.message.saaj that return Message -
Uses of Message in com.sun.xml.ws.message.source
Subclasses of Message in com.sun.xml.ws.message.sourceModifier and TypeClassDescriptionclassclassMethods in com.sun.xml.ws.message.source that return Message -
Uses of Message in com.sun.xml.ws.message.stream
Subclasses of Message in com.sun.xml.ws.message.streamModifier and TypeClassDescriptionclassMessagebacked byXMLStreamReaderas payloadclassMessageimplementation backed byXMLStreamReader.Methods in com.sun.xml.ws.message.stream that return Message -
Uses of Message in com.sun.xml.ws.protocol.soap
Methods in com.sun.xml.ws.protocol.soap that return MessageModifier and TypeMethodDescriptionMessageCreationException.getFaultMessage()VersionMismatchException.getFaultMessage() -
Uses of Message in com.sun.xml.ws.server.provider
Methods in com.sun.xml.ws.server.provider that return MessageModifier and TypeMethodDescriptionprotected abstract MessageProviderArgumentsBuilder.getResponseMessage(Exception e) Creates a faultMessagefrom method invocation's exceptionprotected abstract MessageProviderArgumentsBuilder.getResponseMessage(T returnValue) -
Uses of Message in com.sun.xml.ws.server.sei
Methods in com.sun.xml.ws.server.sei that return MessageModifier and TypeMethodDescriptionabstract MessageEndpointResponseMessageBuilder.createMessage(Object[] methodArgs, Object returnValue) TieHandler.createResponse(JavaCallInfo call) Methods in com.sun.xml.ws.server.sei with parameters of type MessageModifier and TypeMethodDescriptionabstract voidMoves an argument of a method invocation into aMessage.voidvoidEndpointArgumentsBuilder.AttachmentBuilder.readRequest(Message msg, Object[] args) voidEndpointArgumentsBuilder.Body.readRequest(Message msg, Object[] args) voidEndpointArgumentsBuilder.Composite.readRequest(Message msg, Object[] args) voidEndpointArgumentsBuilder.DocLit.readRequest(Message msg, Object[] args) voidEndpointArgumentsBuilder.Header.readRequest(Message msg, Object[] args) voidEndpointArgumentsBuilder.NullSetter.readRequest(Message msg, Object[] args) abstract voidEndpointArgumentsBuilder.readRequest(Message request, Object[] args) Reads a requestMessage, disassembles it, and moves obtained Java values to the expected places.voidEndpointArgumentsBuilder.RpcLit.readRequest(Message msg, Object[] args) Object[]TieHandler.readRequest(Message reqMsg) protected voidEndpointArgumentsBuilder.readWrappedRequest(Message msg, Object[] args) -
Uses of Message in com.sun.xml.ws.wsdl
Fields in com.sun.xml.ws.wsdl declared as MessageConstructors in com.sun.xml.ws.wsdl with parameters of type Message
Messages.createAddressingFaultMessage(WSBinding, Packet, QName)