|
Oracle Application Server Web Services Java API Reference 10g Release 3 (10.1.3) B25988-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
oracle.webservices.transport.JmsAddress
This class holds information for a JMS destination. This information will be used to send SOAP messages to the destination over JMS.
| Constructor Summary | |
JmsAddress()Default constructor |
|
JmsAddress(String jndiDestinationName, String jndiConnectionFactoryName)Contructs a jms address with a destination name and a connection factory name |
|
| Method Summary | |
String |
getJndiConnectionFactoryName()Get the jndi name of the connection factory |
String |
getJndiDestinationName()Get the jndi name of the jms destination |
void |
setJndiConnectionFactoryName(String jndiConnectionFactoryName)Set the jndi name of the connection factory |
void |
setJndiDestinationName(String jndiDestinationName)Set the jndi name of the jms destination |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JmsAddress()
public JmsAddress(String jndiDestinationName,
String jndiConnectionFactoryName)
jndiDestinationName - the jndi name of the jms destinationjndiConnectionFactoryName - the jndi name of the connection factory| Method Detail |
public String getJndiDestinationName()
public void setJndiDestinationName(String jndiDestinationName)
jndiDestinationName - the jndi name of the destinationpublic String getJndiConnectionFactoryName()
public void setJndiConnectionFactoryName(String jndiConnectionFactoryName)
jndiConnectionFactoryName - the jndi name of the connection factory
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||