org.apache.cxf.jca.cxf
Class CXFConnectionRequestInfo

java.lang.Object
  extended by org.apache.cxf.jca.cxf.CXFConnectionRequestInfo
All Implemented Interfaces:
javax.resource.spi.ConnectionRequestInfo

public class CXFConnectionRequestInfo
extends java.lang.Object
implements javax.resource.spi.ConnectionRequestInfo


Constructor Summary
CXFConnectionRequestInfo(java.lang.Class aIface, java.net.URL aWsdlLocation, javax.xml.namespace.QName aServiceName, javax.xml.namespace.QName aPortName)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.Class<?> getInterface()
           
 javax.xml.namespace.QName getPortQName()
           
 javax.xml.namespace.QName getServiceQName()
           
 java.net.URL getWsdlLocationUrl()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CXFConnectionRequestInfo

public CXFConnectionRequestInfo(java.lang.Class aIface,
                                java.net.URL aWsdlLocation,
                                javax.xml.namespace.QName aServiceName,
                                javax.xml.namespace.QName aPortName)
Method Detail

getInterface

public java.lang.Class<?> getInterface()

getWsdlLocationUrl

public java.net.URL getWsdlLocationUrl()

getServiceQName

public javax.xml.namespace.QName getServiceQName()

getPortQName

public javax.xml.namespace.QName getPortQName()

equals

public boolean equals(java.lang.Object other)
Specified by:
equals in interface javax.resource.spi.ConnectionRequestInfo
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Specified by:
hashCode in interface javax.resource.spi.ConnectionRequestInfo
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.