org.jboss.metadata.serviceref
Class PortComponentRefMetaData

java.lang.Object
  extended by org.jboss.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

Constructor Summary
PortComponentRefMetaData(ServiceRefMetaData serviceRefMetaData)
           
 
Method Summary
 Properties getCallProperties()
           
 String getPortComponentLink()
           
 String getServiceEndpointInterface()
           
 Class getServiceEndpointInterfaceClass()
           
 ServiceRefMetaData getServiceRefMetaData()
           
 void importJBossXml(Element element)
           
 void importStandardXml(Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortComponentRefMetaData

public PortComponentRefMetaData(ServiceRefMetaData serviceRefMetaData)
Method Detail

getServiceRefMetaData

public ServiceRefMetaData getServiceRefMetaData()

getPortComponentLink

public String getPortComponentLink()

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.