org.apache.cxf.jca.cxf
Class CXFConnectionRequestInfo
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CXFConnectionRequestInfo
public CXFConnectionRequestInfo(java.lang.Class aIface,
java.net.URL aWsdlLocation,
javax.xml.namespace.QName aServiceName,
javax.xml.namespace.QName aPortName)
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.