|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.webservice.metadata.ServiceRefMetaData
The metdata data from service-ref element in web.xml, ejb-jar.xml, and application-client.xml.
Constructor Summary | |
ServiceRefMetaData()
Default constructor, used when unmarshalling on the client side |
|
ServiceRefMetaData(URLClassLoader resourceCl)
Constructor with a given resource classloader, used on the server side |
Method Summary | |
Properties |
getCallProperties()
|
HandlerMetaData[] |
getHandlers()
|
JavaWsdlMapping |
getJavaWsdlMapping()
|
String |
getJaxrpcMappingFile()
|
PortComponentRefMetaData[] |
getPortComponentRefs()
|
URLClassLoader |
getResourceCL()
|
String |
getServiceInterface()
|
Class |
getServiceInterfaceClass()
|
javax.xml.namespace.QName |
getServiceQName()
|
String |
getServiceRefName()
|
javax.wsdl.Definition |
getWsdlDefinition()
|
String |
getWsdlFile()
|
URL |
getWsdlOverride()
|
void |
importJBossXml(Element element)
Parse jboss specific service-ref child elements |
void |
importStandardXml(Element element)
|
void |
setResourceCl(URLClassLoader resourceCl)
Set the resource classloader that can load the wsdl file On the client side this is set expicitly after unmarshalling. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServiceRefMetaData()
public ServiceRefMetaData(URLClassLoader resourceCl)
Method Detail |
public void setResourceCl(URLClassLoader resourceCl)
public URLClassLoader getResourceCL()
public String getJaxrpcMappingFile()
public JavaWsdlMapping getJavaWsdlMapping()
public PortComponentRefMetaData[] getPortComponentRefs()
public HandlerMetaData[] getHandlers()
public String getServiceInterface()
public Class getServiceInterfaceClass() throws ClassNotFoundException
ClassNotFoundException
public javax.xml.namespace.QName getServiceQName()
public String getServiceRefName()
public String getWsdlFile()
public URL getWsdlOverride()
public Properties getCallProperties()
public javax.wsdl.Definition getWsdlDefinition()
public void importStandardXml(Element element) throws org.jboss.deployment.DeploymentException
org.jboss.deployment.DeploymentException
public void importJBossXml(Element element) throws org.jboss.deployment.DeploymentException
element
-
org.jboss.deployment.DeploymentException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |