public class CXFConnectionSpec extends Object implements javax.resource.spi.ConnectionRequestInfo
CXFConnection
.Constructor and Description |
---|
CXFConnectionSpec() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getAddress() |
URL |
getBusConfigURL() |
QName |
getEndpointName() |
Class<?> |
getServiceClass() |
QName |
getServiceName() |
URL |
getWsdlURL() |
int |
hashCode() |
void |
setAddress(String address) |
void |
setBusConfigURL(URL busConfigURL) |
void |
setEndpointName(QName endpointName) |
void |
setServiceClass(Class<?> serviceClass) |
void |
setServiceName(QName serviceName) |
void |
setWsdlURL(URL wsdlURL) |
String |
toString() |
public Class<?> getServiceClass()
public void setServiceClass(Class<?> serviceClass)
serviceClass
- the serviceClass to setpublic URL getWsdlURL()
public void setWsdlURL(URL wsdlURL)
wsdlURL
- the wsdlURL to setpublic URL getBusConfigURL()
public void setBusConfigURL(URL busConfigURL)
busConfigURL
- the busConfigURL to setpublic QName getServiceName()
public void setServiceName(QName serviceName)
serviceName
- the serviceName to setpublic QName getEndpointName()
public void setEndpointName(QName endpointName)
endpointName
- the endpointName to setpublic String getAddress()
public void setAddress(String address)
address
- the address to setpublic boolean equals(Object other)
public int hashCode()
Apache CXF