Uses of Class
javax.xml.messaging.JAXMException

Packages that use JAXMException
javax.xml.messaging Provides the API for using a messaging provider to send and receive SOAP messages. 
 

Uses of JAXMException in javax.xml.messaging
 

Methods in javax.xml.messaging that throw JAXMException
 ProviderMetaData ProviderConnection.getMetaData()
          Retrieves the ProviderMetaData object that contains information about the messaging provider to which this ProviderConnection object is connected.
 void ProviderConnection.close()
          Closes this ProviderConnection object, freeing its resources and making it immediately available for garbage collection.
 MessageFactory ProviderConnection.createMessageFactory(java.lang.String profile)
          Creates a MessageFactory object that will produce SOAPMessage objects for the given profile.
 void ProviderConnection.send(SOAPMessage message)
          Sends the given SOAPMessage object and returns immediately after handing the message over to the messaging provider.
abstract  ProviderConnection ProviderConnectionFactory.createConnection()
          Creates a ProviderConnection object to the messaging provider that is associated with this ProviderConnectionFactory object.
static ProviderConnectionFactory ProviderConnectionFactory.newInstance()
          Creates a default ProviderConnectionFactory object.