Uses of Class
jakarta.xml.soap.SOAPMessage
-
Packages that use SOAPMessage Package Description com.sun.xml.messaging.saaj.soap com.sun.xml.messaging.saaj.soap.dynamic com.sun.xml.messaging.saaj.soap.ver1_1 com.sun.xml.messaging.saaj.soap.ver1_2 com.sun.xml.messaging.saaj.util.stax jakarta.xml.soap Provides the API for creating and building SOAP messages.jakarta.xml.ws.handler.soap This package defines APIs for SOAP message handlers.org.apache.cxf.ws.security.wss4j.policyhandlers org.jboss.wsf.stack.cxf.saaj -
-
Uses of SOAPMessage in com.sun.xml.messaging.saaj.soap
Subclasses of SOAPMessage in com.sun.xml.messaging.saaj.soap Modifier and Type Class Description classMessageImplThe message implementation for SOAP messages with attachments.Methods in com.sun.xml.messaging.saaj.soap that return SOAPMessage Modifier and Type Method Description SOAPMessageMessageFactoryImpl. createMessage()SOAPMessageMessageFactoryImpl. createMessage(boolean isFastInfoset, boolean acceptFastInfoset)SOAPMessageMessageFactoryImpl. createMessage(MimeHeaders headers, InputStream in)SOAPMessageMessageFactoryImpl. createMessage(MimeHeaders headers, XMLStreamReader reader)SOAPMessageMessageFactoryImpl. createMessage(String protocol)Constructors in com.sun.xml.messaging.saaj.soap with parameters of type SOAPMessage Constructor Description MessageImpl(SOAPMessage msg)Shallow copy. -
Uses of SOAPMessage in com.sun.xml.messaging.saaj.soap.dynamic
Methods in com.sun.xml.messaging.saaj.soap.dynamic that return SOAPMessage Modifier and Type Method Description SOAPMessageSOAPMessageFactoryDynamicImpl. createMessage() -
Uses of SOAPMessage in com.sun.xml.messaging.saaj.soap.ver1_1
Subclasses of SOAPMessage in com.sun.xml.messaging.saaj.soap.ver1_1 Modifier and Type Class Description classMessage1_1ImplMethods in com.sun.xml.messaging.saaj.soap.ver1_1 that return SOAPMessage Modifier and Type Method Description SOAPMessageSOAPMessageFactory1_1Impl. createMessage()SOAPMessageSOAPMessageFactory1_1Impl. createMessage(boolean isFastInfoset, boolean acceptFastInfoset)SOAPMessageSOAPMessageFactory1_1Impl. createMessage(MimeHeaders headers, InputStream in)Constructors in com.sun.xml.messaging.saaj.soap.ver1_1 with parameters of type SOAPMessage Constructor Description Message1_1Impl(SOAPMessage msg) -
Uses of SOAPMessage in com.sun.xml.messaging.saaj.soap.ver1_2
Subclasses of SOAPMessage in com.sun.xml.messaging.saaj.soap.ver1_2 Modifier and Type Class Description classMessage1_2ImplMethods in com.sun.xml.messaging.saaj.soap.ver1_2 that return SOAPMessage Modifier and Type Method Description SOAPMessageSOAPMessageFactory1_2Impl. createMessage()SOAPMessageSOAPMessageFactory1_2Impl. createMessage(boolean isFastInfoset, boolean acceptFastInfoset)SOAPMessageSOAPMessageFactory1_2Impl. createMessage(MimeHeaders headers, InputStream in)Constructors in com.sun.xml.messaging.saaj.soap.ver1_2 with parameters of type SOAPMessage Constructor Description Message1_2Impl(SOAPMessage msg) -
Uses of SOAPMessage in com.sun.xml.messaging.saaj.util.stax
Fields in com.sun.xml.messaging.saaj.util.stax declared as SOAPMessage Modifier and Type Field Description protected SOAPMessageSaajStaxWriter. soapMethods in com.sun.xml.messaging.saaj.util.stax that return SOAPMessage Modifier and Type Method Description SOAPMessageSaajStaxWriter. getSOAPMessage()Constructors in com.sun.xml.messaging.saaj.util.stax with parameters of type SOAPMessage Constructor Description SaajStaxWriter(SOAPMessage msg, String uri)SaajStaxWriterEx(SOAPMessage msg, String uri) -
Uses of SOAPMessage in jakarta.xml.soap
Methods in jakarta.xml.soap that return SOAPMessage Modifier and Type Method Description abstract SOAPMessageSOAPConnection. call(SOAPMessage request, Object to)Sends the given message to the specified endpoint and blocks until it has returned the response.abstract SOAPMessageMessageFactory. createMessage()Creates a newSOAPMessageobject with the defaultSOAPPart,SOAPEnvelope,SOAPBody, andSOAPHeaderobjects.abstract SOAPMessageMessageFactory. createMessage(MimeHeaders headers, InputStream in)Internalizes the contents of the givenInputStreamobject into a newSOAPMessageobject and returns theSOAPMessageobject.SOAPMessageSOAPConnection. get(Object to)Gets a message from a specific endpoint and blocks until it receives,Methods in jakarta.xml.soap with parameters of type SOAPMessage Modifier and Type Method Description abstract SOAPMessageSOAPConnection. call(SOAPMessage request, Object to)Sends the given message to the specified endpoint and blocks until it has returned the response.Constructors in jakarta.xml.soap with parameters of type SOAPMessage Constructor Description SAAJResult(SOAPMessage message)Creates aSAAJResultthat will write the results into theSOAPPartof the suppliedSOAPMessage. -
Uses of SOAPMessage in jakarta.xml.ws.handler.soap
Methods in jakarta.xml.ws.handler.soap that return SOAPMessage Modifier and Type Method Description SOAPMessageSOAPMessageContext. getMessage()Gets theSOAPMessagefrom this message context.Methods in jakarta.xml.ws.handler.soap with parameters of type SOAPMessage Modifier and Type Method Description voidSOAPMessageContext. setMessage(SOAPMessage message)Sets the SOAPMessage in this message context -
Uses of SOAPMessage in org.apache.cxf.ws.security.wss4j.policyhandlers
Fields in org.apache.cxf.ws.security.wss4j.policyhandlers declared as SOAPMessage Modifier and Type Field Description protected SOAPMessageAbstractBindingBuilder. saajConstructors in org.apache.cxf.ws.security.wss4j.policyhandlers with parameters of type SOAPMessage Constructor Description AbstractBindingBuilder(WSSConfig config, AbstractBinding binding, SOAPMessage saaj, WSSecHeader secHeader, org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.binding.soap.SoapMessage message)AsymmetricBindingHandler(WSSConfig config, AsymmetricBinding binding, SOAPMessage saaj, WSSecHeader secHeader, org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.binding.soap.SoapMessage message)SymmetricBindingHandler(WSSConfig config, SymmetricBinding binding, SOAPMessage saaj, WSSecHeader secHeader, org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.binding.soap.SoapMessage message)TransportBindingHandler(WSSConfig config, TransportBinding binding, SOAPMessage saaj, WSSecHeader secHeader, org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.binding.soap.SoapMessage message) -
Uses of SOAPMessage in org.jboss.wsf.stack.cxf.saaj
Methods in org.jboss.wsf.stack.cxf.saaj that return SOAPMessage Modifier and Type Method Description SOAPMessageSOAPConnectionImpl. call(SOAPMessage msgOut, Object addressObject)SOAPMessageSOAPConnectionImpl. get(Object addressObject)Methods in org.jboss.wsf.stack.cxf.saaj with parameters of type SOAPMessage Modifier and Type Method Description SOAPMessageSOAPConnectionImpl. call(SOAPMessage msgOut, Object addressObject)
-