org.apache.openejb.jee
Class PortComponentRef
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serviceEndpointInterface
protected String serviceEndpointInterface
enableMtom
protected Boolean enableMtom
portComponentLink
protected String portComponentLink
qname
protected QName qname
properties
protected Properties properties
id
protected String id
PortComponentRef
public PortComponentRef()
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-2013 The Apache OpenEJB development community. All Rights Reserved.