Uses of Class
jakarta.xml.messaging.JAXMException
-
Packages that use JAXMException Package Description com.sun.messaging.xml Provides additional Oracle GlassFish(tm) Server Message Queue classes for features that relate to XML and SOAP messaging.jakarta.xml.messaging Provides the API for using a messaging provider to send and receive SOAP messages. -
-
Uses of JAXMException in com.sun.messaging.xml
Methods in com.sun.messaging.xml that throw JAXMException Modifier and Type Method Description static jakarta.xml.soap.SOAPMessage
MessageTransformer. SOAPMessageFromJMSMessage(jakarta.jms.Message message, jakarta.xml.soap.MessageFactory messageFactory)
Extracts ajakarta.xml.soap.SOAPMessage
object from thejakarta.jms.Message
object into which it was transformed using theSOAPMessageIntoJMSMessage
method.static jakarta.jms.Message
MessageTransformer. SOAPMessageIntoJMSMessage(jakarta.xml.soap.SOAPMessage soapMessage, jakarta.jms.Session session)
Transforms ajakarta.xml.soap.SOAPMessage
message into ajakarta.jms.Message
message. -
Uses of JAXMException in jakarta.xml.messaging
Methods in jakarta.xml.messaging that throw JAXMException Modifier and Type Method Description void
ProviderConnection. close()
Closes thisProviderConnection
object, freeing its resources and making it immediately available for garbage collection.abstract ProviderConnection
ProviderConnectionFactory. createConnection()
Creates aProviderConnection
object to the messaging provider that is associated with thisProviderConnectionFactory
object.jakarta.xml.soap.MessageFactory
ProviderConnection. createMessageFactory(java.lang.String profile)
Creates aMessageFactory
object that will produceSOAPMessage
objects for the given profile.ProviderMetaData
ProviderConnection. getMetaData()
Retrieves theProviderMetaData
object that contains information about the messaging provider to which thisProviderConnection
object is connected.static ProviderConnectionFactory
ProviderConnectionFactory. newInstance()
Creates a defaultProviderConnectionFactory
object.void
ProviderConnection. send(jakarta.xml.soap.SOAPMessage message)
Sends the givenSOAPMessage
object and returns immediately after handing the message over to the messaging provider.
-