| Constructor and Description |
|---|
PortData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBindingID() |
List<HandlerChainData> |
getHandlerChains() |
List<Injection> |
getInjections() |
String |
getLocation() |
String |
getPortId() |
QName |
getPortName() |
Properties |
getProperties() |
QName |
getServiceName() |
QName |
getWsdlPort() |
QName |
getWsdlService() |
URL |
getWsdlUrl() |
boolean |
isMtomEnabled() |
boolean |
isSecure() |
void |
setBindingID(String bindingId) |
void |
setLocation(String location) |
void |
setMtomEnabled(boolean mtomEnabled) |
void |
setPortId(String portId) |
void |
setPortName(QName portName) |
void |
setProperties(Properties properties) |
void |
setSecure(boolean secure) |
void |
setServiceName(QName serviceName) |
void |
setWsdlPort(QName wsdlPort) |
void |
setWsdlService(QName wsdlService) |
void |
setWsdlUrl(URL wsdlUrl) |
public String getPortId()
public void setPortId(String portId)
public QName getServiceName()
getServiceName in interface PortInfopublic void setServiceName(QName serviceName)
public QName getPortName()
getPortName in interface PortInfopublic void setPortName(QName portName)
public String getBindingID()
getBindingID in interface PortInfopublic void setBindingID(String bindingId)
public URL getWsdlUrl()
public void setWsdlUrl(URL wsdlUrl)
public List<HandlerChainData> getHandlerChains()
public boolean isMtomEnabled()
public void setMtomEnabled(boolean mtomEnabled)
public QName getWsdlPort()
public void setWsdlPort(QName wsdlPort)
public QName getWsdlService()
public void setWsdlService(QName wsdlService)
public String getLocation()
public void setLocation(String location)
public void setSecure(boolean secure)
public boolean isSecure()
public Properties getProperties()
public void setProperties(Properties properties)
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.