|
Message Queue, v4.4 API Specification | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JAXMException | |
---|---|
com.sun.messaging.xml | Provides additional Sun GlassFish(tm) Message Queue classes for features that relate to XML and SOAP messaging. |
javax.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 | |
---|---|
static javax.xml.soap.SOAPMessage |
MessageTransformer.SOAPMessageFromJMSMessage(Message message,
javax.xml.soap.MessageFactory messageFactory)
Extracts a javax.xml.soap.SOAPMessage object from the
javax.jms.Message object into which it was transformed
using the SOAPMessageIntoJMSMessage method. |
static Message |
MessageTransformer.SOAPMessageIntoJMSMessage(javax.xml.soap.SOAPMessage soapMessage,
Session session)
Transforms a javax.xml.soap.SOAPMessage message
into a javax.jms.Message message. |
Uses of JAXMException in javax.xml.messaging |
---|
Methods in javax.xml.messaging that throw JAXMException | |
---|---|
void |
ProviderConnection.close()
Closes this ProviderConnection object, freeing its resources
and making it immediately available for garbage collection. |
abstract ProviderConnection |
ProviderConnectionFactory.createConnection()
Creates a ProviderConnection object to the messaging provider that
is associated with this ProviderConnectionFactory
object. |
javax.xml.soap.MessageFactory |
ProviderConnection.createMessageFactory(java.lang.String profile)
Creates a MessageFactory object that will produce
SOAPMessage objects for the given profile. |
ProviderMetaData |
ProviderConnection.getMetaData()
Retrieves the ProviderMetaData object that contains
information about the messaging provider to which this
ProviderConnection object is connected. |
static ProviderConnectionFactory |
ProviderConnectionFactory.newInstance()
Creates a default ProviderConnectionFactory object. |
void |
ProviderConnection.send(javax.xml.soap.SOAPMessage message)
Sends the given SOAPMessage object and returns immediately
after handing the message over to the
messaging provider. |
|
Message Queue, v4.4 API Specification | |||||||||
PREV NEXT | FRAMES NO FRAMES |