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(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.bind.Marshaller marshaller, 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.mex.server
Methods in com.sun.xml.ws.mex.server that return MessageMethods in com.sun.xml.ws.mex.server with parameters of type 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.rx.message.jaxws
Methods in com.sun.xml.ws.rx.message.jaxws that return MessageModifier and TypeMethodDescriptionJaxwsMessage.getJaxwsMessage()SerializableMessage.getMessage()Constructors in com.sun.xml.ws.rx.message.jaxws with parameters of type Message -
Uses of Message in com.sun.xml.ws.rx.rm.faults
Methods in com.sun.xml.ws.rx.rm.faults that return MessageModifier and TypeMethodDescriptionprotected final MessageAbstractSoapFaultException.createSoapFaultMessage(RuntimeContext rc, boolean attachSequenceFaultElement) -
Uses of Message in com.sun.xml.ws.rx.rm.runtime
Methods in com.sun.xml.ws.rx.rm.runtime that return MessageMethods in com.sun.xml.ws.rx.rm.runtime with parameters of type MessageModifier and TypeMethodDescriptionabstract voidWsrmProtocolHandler.appendSequenceHeader(Message jaxwsMessage, ApplicationMessage message) abstract AcknowledgementDataWsrmProtocolHandler.getAcknowledgementData(Message jaxwsMessage) protected final StringWsrmProtocolHandler.getWsaAction(Message message) abstract voidWsrmProtocolHandler.loadAcknowledgementData(ApplicationMessage message, Message jaxwsMessage) abstract voidWsrmProtocolHandler.loadSequenceHeaderData(ApplicationMessage message, Message jaxwsMessage) protected final <T> TWsrmProtocolHandler.readHeaderAsUnderstood(String nsUri, String name, Message message) protected final <T> TWsrmProtocolHandler.unmarshallMessage(Message message) Unmarshalls underlying JAXWSMessageusing JAXB context of a configured RM version -
Uses of Message in com.sun.xml.ws.rx.util
Methods in com.sun.xml.ws.rx.util with parameters of type MessageModifier and TypeMethodDescriptionCommunicator.createRequestPacket(Message message, String wsaAction, boolean expectReply) Communicator.createResponsePacket(Packet requestPacket, Message message, String responseWsaAction) Creates new response packet based for the supplied request packet with the provided response WS-Addressing action set. -
Uses of Message in com.sun.xml.ws.security.encoding
Methods in com.sun.xml.ws.security.encoding that return MessageModifier and TypeMethodDescriptionLazyStreamCodec.decode(XMLStreamReader reader) LazyStreamCodec.decode(XMLStreamReader reader, AttachmentSet att) -
Uses of Message in com.sun.xml.ws.security.message.stream
Subclasses of Message in com.sun.xml.ws.security.message.streamMethods in com.sun.xml.ws.security.message.stream that return Message -
Uses of Message in com.sun.xml.ws.security.opt.impl
Methods in com.sun.xml.ws.security.opt.impl that return MessageModifier and TypeMethodDescriptionJAXBFilterProcessingContext.getJAXWSMessage()JAXBFilterProcessingContext.getPVMessage()Methods in com.sun.xml.ws.security.opt.impl with parameters of type MessageModifier and TypeMethodDescriptionvoidJAXBFilterProcessingContext.setJAXWSMessage(Message jaxWsMessage, SOAPVersion soapVersion) voidJAXBFilterProcessingContext.setMessage(Message message) voidJAXBFilterProcessingContext.setPVMessage(Message msg) Constructors in com.sun.xml.ws.security.opt.impl with parameters of type MessageModifierConstructorDescriptionJAXBFilterProcessingContext(String messageIdentifier, SecurityPolicy securityPolicy, Message message, SOAPVersion soapVersion) -
Uses of Message in com.sun.xml.ws.security.opt.impl.incoming
Subclasses of Message in com.sun.xml.ws.security.opt.impl.incomingMethods in com.sun.xml.ws.security.opt.impl.incoming that return MessageModifier and TypeMethodDescriptionVerifiedStreamMessage.copy()SecurityRecipient.validateMessage(JAXBFilterProcessingContext ctx) -
Uses of Message in com.sun.xml.ws.security.opt.impl.message
Subclasses of Message in com.sun.xml.ws.security.opt.impl.messageConstructors in com.sun.xml.ws.security.opt.impl.message with parameters of type MessageModifierConstructorDescriptionSecuredMessage(Message msg, SecurityHeader sh) SecuredMessage(Message msg, SecurityHeader sh, SOAPVersion soapVersion) Creates a new instance of SecuredMessageSOAPBody(Message message, SOAPVersion soapVersion) Creates a new instance of SOAPBody -
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 -
Uses of Message in com.sun.xml.wss.jaxws.impl
Methods in com.sun.xml.wss.jaxws.impl that return MessageModifier and TypeMethodDescriptionJAXWSProcessingContext.getMessage()returns JAXWS Message if present else null.JAXWSProcessingContextImpl.getMessage()protected MessageSecurityTubeBase.secureOutboundMessage(Message message, ProcessingContext ctx) protected MessageSecurityTubeBase.verifyInboundMessage(Message message, ProcessingContext ctx) Methods in com.sun.xml.wss.jaxws.impl with parameters of type MessageModifier and TypeMethodDescriptionprotected final voidSecurityTubeBase.cacheOperation(Message msg) protected List<PolicyAssertion>SecurityTubeBase.getInBoundSCP(Message message) protected WSDLBoundOperationSecurityTubeBase.getOperation(Message message) protected PolicyMapKeySecurityTubeBase.getOperationKey(Message message) protected List<PolicyAssertion>SecurityTubeBase.getOutBoundSCP(Message message) protected List<PolicyAssertion>SecurityTubeBase.getSecureConversationPolicies(Message message, String scope) SecurityServerTube.processInputStream(Message msg) protected MessageSecurityTubeBase.secureOutboundMessage(Message message, ProcessingContext ctx) voidJAXWSProcessingContext.setMessage(Message message) sets JAXWS Message representation.voidJAXWSProcessingContextImpl.setMessage(Message message) protected MessageSecurityTubeBase.verifyInboundMessage(Message message, ProcessingContext ctx) -
Uses of Message in com.sun.xml.wss.provider.wsit
Methods in com.sun.xml.wss.provider.wsit that return MessageModifier and TypeMethodDescriptionprotected MessageWSITAuthContextBase.secureOutboundMessage(Message message, ProcessingContext ctx) protected MessageWSITClientAuthContext.secureOutboundMessage(Message message, ProcessingContext ctx) protected MessageWSITClientAuthContext.verifyInboundMessage(Message message, ProcessingContext ctx) protected MessageWSITServerAuthContext.verifyInboundMessage(Message message, ProcessingContext ctx) Methods in com.sun.xml.wss.provider.wsit with parameters of type MessageModifier and TypeMethodDescriptionprotected final WSDLBoundOperationWSITAuthContextBase.cacheOperation(Message msg, Packet packet) protected List<PolicyAssertion>WSITAuthContextBase.getInBoundSCP(Message message) protected WSDLBoundOperationWSITAuthContextBase.getOperation(Message message, Packet packet) protected PolicyMapKeyWSITAuthContextBase.getOperationKey(Message message) protected List<PolicyAssertion>WSITAuthContextBase.getOutBoundSCP(Message message) protected List<PolicyAssertion>WSITAuthContextBase.getSecureConversationPolicies(Message message, String scope) protected MessageWSITAuthContextBase.secureOutboundMessage(Message message, ProcessingContext ctx) protected MessageWSITClientAuthContext.secureOutboundMessage(Message message, ProcessingContext ctx) protected MessageWSITClientAuthContext.verifyInboundMessage(Message message, ProcessingContext ctx) protected MessageWSITServerAuthContext.verifyInboundMessage(Message message, ProcessingContext ctx)
Messages.create(jakarta.xml.bind.JAXBContext, java.lang.Object, com.sun.xml.ws.api.SOAPVersion)