org.objectweb.jonas.jaxr
Class JAXRConnection

java.lang.Object
  extended by org.objectweb.jonas.jaxr.JAXRConnection
All Implemented Interfaces:
java.io.Serializable, javax.naming.Referenceable

public class JAXRConnection
extends java.lang.Object
implements javax.naming.Referenceable, java.io.Serializable

Represents a JAXR Connectionfactory bound in Registry.

Author:
Guillaume Sauthier
See Also:
Serialized Form

Constructor Summary
JAXRConnection(java.util.Properties p)
          Constructs a JAXRConnection instance.
 
Method Summary
 javax.naming.Reference getReference()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXRConnection

public JAXRConnection(java.util.Properties p)
Constructs a JAXRConnection instance.

Parameters:
p - properties used to configure connection
Method Detail

getReference

public javax.naming.Reference getReference()
                                    throws javax.naming.NamingException
Specified by:
getReference in interface javax.naming.Referenceable
Throws:
javax.naming.NamingException
See Also:
Referenceable.getReference()