org.apache.openejb.core.webservices
Class PortRefData
java.lang.Object
org.apache.openejb.core.webservices.PortRefData
public class PortRefData
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortRefData
public PortRefData()
PortRefData
public PortRefData(PortRefData src)
getQName
public QName getQName()
setQName
public void setQName(QName qname)
getServiceEndpointInterface
public String getServiceEndpointInterface()
setServiceEndpointInterface
public void setServiceEndpointInterface(String serviceEndpointInterface)
isEnableMtom
public boolean isEnableMtom()
setEnableMtom
public void setEnableMtom(boolean value)
getProperties
public Properties getProperties()
getAddresses
public List<String> getAddresses()
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.