Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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. |
Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.