Message Queue, v4.5.1 API Specification

Uses of Class
javax.xml.messaging.JAXMException

Packages that use JAXMException
com.sun.messaging.xml Provides additional Oracle GlassFish(tm) Server 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(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.5.1 API Specification

Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.