org.jboss.webservice.metadata
Class PortComponentRefMetaData

java.lang.Object
  extended byorg.jboss.webservice.metadata.PortComponentRefMetaData
All Implemented Interfaces:
java.io.Serializable

public class PortComponentRefMetaData
extends java.lang.Object
implements java.io.Serializable

The metdata data from service-ref/port-component-ref element in web.xml, ejb-jar.xml, and application-client.xml.

See Also:
Serialized Form

Constructor Summary
PortComponentRefMetaData(ServiceRefMetaData (src)  serviceRefMetaData)
           
 
Method Summary
 java.util.Properties getCallProperties()
           
 java.lang.String getPortComponentLink()
           
 java.lang.String getServiceEndpointInterface()
           
 java.lang.Class getServiceEndpointInterfaceClass()
           
 ServiceRefMetaData (src) getServiceRefMetaData()
           
 void importJBossXml(org.w3c.dom.Element element)
           
 void importStandardXml(org.w3c.dom.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 (src)  serviceRefMetaData)
Method Detail

getServiceRefMetaData

public ServiceRefMetaData (src)  getServiceRefMetaData()

getPortComponentLink

public java.lang.String getPortComponentLink()

getServiceEndpointInterface

public java.lang.String getServiceEndpointInterface()

getServiceEndpointInterfaceClass

public java.lang.Class getServiceEndpointInterfaceClass()

getCallProperties

public java.util.Properties getCallProperties()

importStandardXml

public void importStandardXml(org.w3c.dom.Element element)
                       throws DeploymentException (src) 
Throws:
DeploymentException (src)

importJBossXml

public void importJBossXml(org.w3c.dom.Element element)
                    throws DeploymentException (src) 
Throws:
DeploymentException (src)