org.apache.openejb.client
Class PortRefMetaData

java.lang.Object
  extended by org.apache.openejb.client.PortRefMetaData
All Implemented Interfaces:
Serializable

public class PortRefMetaData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PortRefMetaData()
           
 
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

PortRefMetaData

public PortRefMetaData()
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.