org.jboss.webservice.metadata.serviceref
Class PortComponentRefMetaData
java.lang.Object
org.jboss.webservice.metadata.serviceref.PortComponentRefMetaData
- All Implemented Interfaces:
- Serializable
public class PortComponentRefMetaData
- extends Object
- implements Serializable
The metdata data from service-ref/port-component-ref element in web.xml, ejb-jar.xml, and application-client.xml.
- Version:
- $Revision: 57209 $
- Author:
- Thomas.Diesler@jboss.org
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortComponentRefMetaData
public PortComponentRefMetaData(ServiceRefMetaData serviceRefMetaData)
getServiceRefMetaData
public ServiceRefMetaData getServiceRefMetaData()
getPortComponentLink
public String getPortComponentLink()
- The port-component-link element links a port-component-ref
to a specific port-component required to be made available
by a service reference.
The value of a port-component-link must be the
port-component-name of a port-component in the same module
or another module in the same application unit. The syntax
for specification follows the syntax defined for ejb-link
in the EJB 2.0 specification.
getServiceEndpointInterface
public String getServiceEndpointInterface()
getServiceEndpointInterfaceClass
public Class getServiceEndpointInterfaceClass()
getCallProperties
public Properties getCallProperties()
importStandardXml
public void importStandardXml(Element element)
throws org.jboss.deployment.DeploymentException
- Throws:
org.jboss.deployment.DeploymentException
importJBossXml
public void importJBossXml(Element element)
throws org.jboss.deployment.DeploymentException
- Throws:
org.jboss.deployment.DeploymentException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.