org.apache.openejb.core.webservices
Class PortData
java.lang.Object
org.apache.openejb.core.webservices.PortData
- All Implemented Interfaces:
- PortInfo
public class PortData
- extends Object
- implements PortInfo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortData
public PortData()
getPortId
public String getPortId()
setPortId
public void setPortId(String portId)
getServiceName
public QName getServiceName()
- Specified by:
getServiceName in interface PortInfo
setServiceName
public void setServiceName(QName serviceName)
getPortName
public QName getPortName()
- Specified by:
getPortName in interface PortInfo
setPortName
public void setPortName(QName portName)
getBindingID
public String getBindingID()
- Specified by:
getBindingID in interface PortInfo
setBindingID
public void setBindingID(String bindingId)
getWsdlUrl
public URL getWsdlUrl()
setWsdlUrl
public void setWsdlUrl(URL wsdlUrl)
getHandlerChains
public List<HandlerChainData> getHandlerChains()
getInjections
public List<Injection> getInjections()
isMtomEnabled
public boolean isMtomEnabled()
setMtomEnabled
public void setMtomEnabled(boolean mtomEnabled)
getWsdlPort
public QName getWsdlPort()
setWsdlPort
public void setWsdlPort(QName wsdlPort)
getWsdlService
public QName getWsdlService()
setWsdlService
public void setWsdlService(QName wsdlService)
getLocation
public String getLocation()
setLocation
public void setLocation(String location)
setSecure
public void setSecure(boolean secure)
isSecure
public boolean isSecure()
getProperties
public Properties getProperties()
setProperties
public void setProperties(Properties properties)
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.