org.apache.openejb.jee
Class PortComponentRef

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

public class PortComponentRef
extends java.lang.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  java.lang.Boolean enableMtom
           
protected  java.lang.String id
           
protected  java.lang.String portComponentLink
           
protected  java.util.Properties properties
           
protected  javax.xml.namespace.QName qname
           
protected  java.lang.String serviceEndpointInterface
           
 
Constructor Summary
PortComponentRef()
           
 
Method Summary
 java.lang.String getId()
           
 java.lang.String getPortComponentLink()
           
 java.util.Properties getProperties()
           
 javax.xml.namespace.QName getQName()
           
 java.lang.String getServiceEndpointInterface()
           
 boolean isEnableMtom()
           
 void setEnableMtom(boolean value)
           
 void setId(java.lang.String value)
           
 void setPortComponentLink(java.lang.String value)
           
 void setQName(javax.xml.namespace.QName qname)
           
 void setServiceEndpointInterface(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceEndpointInterface

protected java.lang.String serviceEndpointInterface

enableMtom

protected java.lang.Boolean enableMtom

portComponentLink

protected java.lang.String portComponentLink

qname

protected javax.xml.namespace.QName qname

properties

protected java.util.Properties properties

id

protected java.lang.String id
Constructor Detail

PortComponentRef

public PortComponentRef()
Method Detail

getServiceEndpointInterface

public java.lang.String getServiceEndpointInterface()

setServiceEndpointInterface

public void setServiceEndpointInterface(java.lang.String value)

isEnableMtom

public boolean isEnableMtom()

setEnableMtom

public void setEnableMtom(boolean value)

getPortComponentLink

public java.lang.String getPortComponentLink()

setPortComponentLink

public void setPortComponentLink(java.lang.String value)

getQName

public javax.xml.namespace.QName getQName()

setQName

public void setQName(javax.xml.namespace.QName qname)

getProperties

public java.util.Properties getProperties()

getId

public java.lang.String getId()

setId

public void setId(java.lang.String value)


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