当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
PortComponentRefMetaData (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.webservice.metadata
Class PortComponentRefMetaData
java.lang.Object
org.jboss.webservice.metadata.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: 1.1 $
- 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()
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.