org.jboss.webservice.metadata
Class PortComponentRefMetaData
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortComponentRefMetaData
public PortComponentRefMetaData(ServiceRefMetaData (src) serviceRefMetaData)
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)