org.apache.openejb.core.webservices
Class PortRefData

java.lang.Object
  extended by org.apache.openejb.core.webservices.PortRefData

public class PortRefData
extends Object


Constructor Summary
PortRefData()
           
PortRefData(PortRefData src)
           
 
Method Summary
 List<String> getAddresses()
           
 Properties getProperties()
           
 QName getQName()
           
 String getServiceEndpointInterface()
           
 boolean isEnableMtom()
           
 void setEnableMtom(boolean value)
           
 void setQName(QName qname)
           
 void setServiceEndpointInterface(String serviceEndpointInterface)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortRefData

public PortRefData()

PortRefData

public PortRefData(PortRefData src)
Method Detail

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.