|
Oracle Application Server Web Services Java API Reference 10g Release 3 (10.1.3) B25988-01 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use JmsAddress | |
| oracle.webservices.transport | This package contains the classes and interfaces to support multiple transport bindings. |
| Uses of JmsAddress in oracle.webservices.transport |
| Methods in oracle.webservices.transport that return JmsAddress | |
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 |
| Methods in oracle.webservices.transport with parameters of type JmsAddress | |
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 |
| Constructors in oracle.webservices.transport with parameters of type JmsAddress | |
JmsClientTransportFactory(JmsAddress destination, JmsAddress replyTo)Constructs a new configured JMS client transport factory |
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||