org.ow2.petals.binding.soap
Class Constants.JmsTransportLayer

java.lang.Object
  extended by org.ow2.petals.binding.soap.Constants.JmsTransportLayer
Enclosing class:
Constants

public static class Constants.JmsTransportLayer
extends java.lang.Object

JMS transport layer related constants

Author:
Christophe DENEUX - Capgemini Sud

Field Summary
static java.lang.String CONFAC_JNDINAME
          Name of the extension containing the JNDI name of the default JMS connection factory.
static java.lang.String JNDI_INITIAL_FACTORY
          Name of the extension containing the initial context factory class needed to access the JNDI server where the default JMS connection factory can be found.
static java.lang.String JNDI_PROVIDER_URL
          Name of the extension containing the JNDI provider URL where the default JMS connection factory can be found.
 
Constructor Summary
Constants.JmsTransportLayer()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JNDI_INITIAL_FACTORY

public static final java.lang.String JNDI_INITIAL_FACTORY
Name of the extension containing the initial context factory class needed to access the JNDI server where the default JMS connection factory can be found.

See Also:
Constant Field Values

JNDI_PROVIDER_URL

public static final java.lang.String JNDI_PROVIDER_URL
Name of the extension containing the JNDI provider URL where the default JMS connection factory can be found.

See Also:
Constant Field Values

CONFAC_JNDINAME

public static final java.lang.String CONFAC_JNDINAME
Name of the extension containing the JNDI name of the default JMS connection factory.

See Also:
Constant Field Values
Constructor Detail

Constants.JmsTransportLayer

public Constants.JmsTransportLayer()


Copyright © 2005-2010 OW2 Consortium. All Rights Reserved.