org.apache.openejb.jee
Class PortComponentRef
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
PortComponentRef
public PortComponentRef()
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.