Package org.apache.cxf.jca.outbound
Class CXFConnectionSpec
java.lang.Object
org.apache.cxf.jca.outbound.CXFConnectionSpec
- All Implemented Interfaces:
jakarta.resource.spi.ConnectionRequestInfo
The CXFConnectionSpec contains properties that needed for obtaining
a
CXFConnection.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanClass<?>inthashCode()voidsetAddress(String address) voidsetBusConfigURL(URL busConfigURL) voidsetEndpointName(QName endpointName) voidsetServiceClass(Class<?> serviceClass) voidsetServiceName(QName serviceName) voidsetWsdlURL(URL wsdlURL) toString()
-
Constructor Details
-
CXFConnectionSpec
public CXFConnectionSpec()
-
-
Method Details
-
getServiceClass
- Returns:
- the serviceClass
-
setServiceClass
- Parameters:
serviceClass- the serviceClass to set
-
getWsdlURL
- Returns:
- the wsdlURL
-
setWsdlURL
- Parameters:
wsdlURL- the wsdlURL to set
-
getBusConfigURL
- Returns:
- the busConfigURL
-
setBusConfigURL
- Parameters:
busConfigURL- the busConfigURL to set
-
getServiceName
- Returns:
- the serviceName
-
setServiceName
- Parameters:
serviceName- the serviceName to set
-
getEndpointName
- Returns:
- the endpointName
-
setEndpointName
- Parameters:
endpointName- the endpointName to set
-
getAddress
- Returns:
- the address
-
setAddress
- Parameters:
address- the address to set
-
equals
-
hashCode
public int hashCode() -
toString
-