|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.webservices.transport.JmsClientTransportFactory
public class JmsClientTransportFactory
This is a factory class for JMS client transports
| Constructor Summary | |
|---|---|
JmsClientTransportFactory()Constructs a new JMS client transport factory |
|
JmsClientTransportFactory(JmsAddress destination, JmsAddress replyTo)Constructs a new configured JMS client transport factory |
|
| Method Summary | |
|---|---|
ClientTransport |
create()Creates a new client transport capable of sending soap over JMS |
ClientTransport |
create(String soapVersion)Creates a new client transport capable of sending soap messages of a particular soap version over JMS |
JmsAddress |
getDestination()Get the jms address of the queue that used to send soap messages to the server |
JmsAddress |
getReplyTo()Get the jms address of the queue that used to send response soap messages back to the client |
void |
setDestination(JmsAddress destination)Set the jms address of the queue that used to send soap messages to the server |
void |
setReplyTo(JmsAddress replyTo)Set the jms address of the queue that used to send response soap messages back to the client |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JmsClientTransportFactory()
public JmsClientTransportFactory(JmsAddress destination,
JmsAddress replyTo)
destination - the jms queue configuration for sending soap messages to the serverreplyTo - the jms queue configuration for sending response soap messages back to the client| Method Detail |
|---|
public ClientTransport create()
public ClientTransport create(String soapVersion)
create in interface ClientTransportFactorysoapVersion -public JmsAddress getDestination()
public void setDestination(JmsAddress destination)
public JmsAddress getReplyTo()
public void setReplyTo(JmsAddress replyTo)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||