org.apache.openejb.jee
Class PortComponentRef

java.lang.Object
  extended by org.apache.openejb.jee.PortComponentRef

public class PortComponentRef
extends Object

The port-component-ref element declares a client dependency on the container for resolving a Service Endpoint Interface to a WSDL port. It optionally associates the Service Endpoint Interface with a particular port-component. This is only used by the container for a Service.getPort(Class) method call.


Field Summary
protected  Boolean enableMtom
           
protected  String id
           
protected  String portComponentLink
           
protected  Properties properties
           
protected  QName qname
           
protected  String serviceEndpointInterface
           
 
Constructor Summary
PortComponentRef()
           
 
Method Summary
 String getId()
           
 String getPortComponentLink()
           
 Properties getProperties()
           
 QName getQName()
           
 String getServiceEndpointInterface()
           
 boolean isEnableMtom()
           
 void setEnableMtom(boolean value)
           
 void setId(String value)
           
 void setPortComponentLink(String value)
           
 void setQName(QName qname)
           
 void setServiceEndpointInterface(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceEndpointInterface

protected String serviceEndpointInterface

enableMtom

protected Boolean enableMtom

portComponentLink

protected String portComponentLink

qname

protected QName qname

properties

protected Properties properties

id

protected String id
Constructor Detail

PortComponentRef

public PortComponentRef()
Method Detail

getServiceEndpointInterface

public String getServiceEndpointInterface()

setServiceEndpointInterface

public void setServiceEndpointInterface(String value)

isEnableMtom

public boolean isEnableMtom()

setEnableMtom

public void setEnableMtom(boolean value)

getPortComponentLink

public String getPortComponentLink()

setPortComponentLink

public void setPortComponentLink(String value)

getQName

public QName getQName()

setQName

public void setQName(QName qname)

getProperties

public Properties getProperties()

getId

public String getId()

setId

public void setId(String value)


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