Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


oracle.webservices.transport
Class JmsAddress

java.lang.Object
  extended by oracle.webservices.transport.JmsAddress


public class JmsAddress
extends Object

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

JmsAddress

public JmsAddress()
Default constructor

JmsAddress

public JmsAddress(String jndiDestinationName,
                  String jndiConnectionFactoryName)
Contructs a jms address with a destination name and a connection factory name
Parameters:
jndiDestinationName - the jndi name of the jms destination
jndiConnectionFactoryName - the jndi name of the connection factory

Method Detail

getJndiDestinationName

public String getJndiDestinationName()
Get the jndi name of the jms destination
Returns:
the jndi name of the destination

setJndiDestinationName

public void setJndiDestinationName(String jndiDestinationName)
Set the jndi name of the jms destination
Parameters:
jndiDestinationName - the jndi name of the destination

getJndiConnectionFactoryName

public String getJndiConnectionFactoryName()
Get the jndi name of the connection factory
Returns:
the jndi name of the connection factory

setJndiConnectionFactoryName

public void setJndiConnectionFactoryName(String jndiConnectionFactoryName)
Set the jndi name of the connection factory
Parameters:
jndiConnectionFactoryName - the jndi name of the connection factory

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.