public class CXFConnectionParam extends Object
Constructor and Description |
---|
CXFConnectionParam() |
CXFConnectionParam(Class<?> aIface,
URL aWsdlLocation,
QName aServiceName,
QName aPortName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getAddress() |
Class<?> |
getInterface() |
QName |
getPortName() |
QName |
getServiceName() |
URL |
getWsdlLocation() |
int |
hashCode() |
void |
setAddress(String address) |
void |
setInterface(Class<?> aInterface) |
void |
setPortName(QName portName) |
void |
setServiceName(QName serviceName) |
void |
setWsdlLocation(URL wsdlLocation) |
String |
toString() |
public Class<?> getInterface()
public URL getWsdlLocation()
public QName getServiceName()
public QName getPortName()
public String getAddress()
public void setAddress(String address)
public void setPortName(QName portName)
public void setServiceName(QName serviceName)
public void setWsdlLocation(URL wsdlLocation)
public void setInterface(Class<?> aInterface)
Apache CXF