org.apache.cxf.jca.outbound
Class CXFConnectionSpec
java.lang.Object
org.apache.cxf.jca.outbound.CXFConnectionSpec
- All Implemented Interfaces:
- javax.resource.spi.ConnectionRequestInfo
public class CXFConnectionSpec
- extends Object
- implements javax.resource.spi.ConnectionRequestInfo
The CXFConnectionSpec contains properties that needed for obtaining
a CXFConnection
.
CXFConnectionSpec
public CXFConnectionSpec()
getServiceClass
public Class<?> getServiceClass()
- Returns:
- the serviceClass
setServiceClass
public void setServiceClass(Class<?> serviceClass)
- Parameters:
serviceClass
- the serviceClass to set
getWsdlURL
public URL getWsdlURL()
- Returns:
- the wsdlURL
setWsdlURL
public void setWsdlURL(URL wsdlURL)
- Parameters:
wsdlURL
- the wsdlURL to set
getBusConfigURL
public URL getBusConfigURL()
- Returns:
- the busConfigURL
setBusConfigURL
public void setBusConfigURL(URL busConfigURL)
- Parameters:
busConfigURL
- the busConfigURL to set
getServiceName
public QName getServiceName()
- Returns:
- the serviceName
setServiceName
public void setServiceName(QName serviceName)
- Parameters:
serviceName
- the serviceName to set
getEndpointName
public QName getEndpointName()
- Returns:
- the endpointName
setEndpointName
public void setEndpointName(QName endpointName)
- Parameters:
endpointName
- the endpointName to set
getAddress
public String getAddress()
- Returns:
- the address
setAddress
public void setAddress(String address)
- Parameters:
address
- the address to set
equals
public boolean equals(Object other)
- Specified by:
equals
in interface javax.resource.spi.ConnectionRequestInfo
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Specified by:
hashCode
in interface javax.resource.spi.ConnectionRequestInfo
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Apache CXF