Package | Description |
---|---|
oracle.webservices.transport |
This package contains the classes and interfaces to support multiple transport bindings.
|
Modifier and Type | Method and Description |
---|---|
JmsAddress |
JmsClientTransportFactory.getDestination()
Get the jms address of the queue that used to send soap messages to the server
|
JmsAddress |
JmsClientTransportFactory.getReplyTo()
Get the jms address of the queue that used to send response soap messages back to the client
|
Modifier and Type | Method and Description |
---|---|
void |
JmsClientTransportFactory.setDestination(JmsAddress destination)
Set the jms address of the queue that used to send soap messages to the server
|
void |
JmsClientTransportFactory.setReplyTo(JmsAddress replyTo)
Set the jms address of the queue that used to send response soap messages back to the client
|
Constructor and Description |
---|
JmsClientTransportFactory(JmsAddress destination, JmsAddress replyTo)
Constructs a new configured JMS client transport factory
|