org.apache.openejb.core.webservices
Class PortData

java.lang.Object
  extended by org.apache.openejb.core.webservices.PortData
All Implemented Interfaces:
javax.xml.ws.handler.PortInfo

public class PortData
extends Object
implements javax.xml.ws.handler.PortInfo


Constructor Summary
PortData()
           
 
Method Summary
 String getBindingID()
           
 List<HandlerChainData> getHandlerChains()
           
 List<Injection> getInjections()
           
 String getLocation()
           
 String getPortId()
           
 QName getPortName()
           
 Properties getSecurityProperties()
           
 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 setSecure(boolean secure)
           
 void setSecurityProperties(Properties securityProperties)
           
 void setServiceName(QName serviceName)
           
 void setWsdlPort(QName wsdlPort)
           
 void setWsdlService(QName wsdlService)
           
 void setWsdlUrl(URL wsdlUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortData

public PortData()
Method Detail

getPortId

public String getPortId()

setPortId

public void setPortId(String portId)

getServiceName

public QName getServiceName()
Specified by:
getServiceName in interface javax.xml.ws.handler.PortInfo

setServiceName

public void setServiceName(QName serviceName)

getPortName

public QName getPortName()
Specified by:
getPortName in interface javax.xml.ws.handler.PortInfo

setPortName

public void setPortName(QName portName)

getBindingID

public String getBindingID()
Specified by:
getBindingID in interface javax.xml.ws.handler.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()

getSecurityProperties

public Properties getSecurityProperties()

setSecurityProperties

public void setSecurityProperties(Properties securityProperties)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.