|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.serviceref.ServiceRefMetaData
public class 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()
|
String |
getConfigFile()
|
String |
getConfigName()
|
HandlerMetaData[] |
getHandlers()
|
Object |
getJavaWsdlMapping()
|
URL |
getJavaWsdlMappingURL()
|
String |
getJaxrpcMappingFile()
|
PortComponentRefMetaData[] |
getPortComponentRefs()
|
URLClassLoader |
getResourceCL()
|
String |
getServiceInterface()
|
javax.xml.namespace.QName |
getServiceQName()
|
String |
getServiceRefName()
|
Object |
getWsdlDefinition()
|
String |
getWsdlFile()
|
URL |
getWsdlOverride()
|
URL |
getWsdlURL()
|
void |
importJBossXml(Element element)
Parse jboss specific service-ref child elements |
void |
importStandardXml(Element element)
|
void |
setConfigFile(String configFile)
|
void |
setConfigName(String configName)
|
void |
setJavaWsdlMapping(Object javaWsdlMapping)
|
void |
setResourceCL(URLClassLoader resourceCL)
Set the resource classloader that can load the wsdl file On the client side this is set expicitly after unmarshalling. |
void |
setWsdlDefinition(Object wsdlDefinition)
|
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 URL getJavaWsdlMappingURL()
public Object getJavaWsdlMapping()
public void setJavaWsdlMapping(Object javaWsdlMapping)
public PortComponentRefMetaData[] getPortComponentRefs()
public HandlerMetaData[] getHandlers()
public String getServiceInterface()
public javax.xml.namespace.QName getServiceQName()
public String getServiceRefName()
public String getWsdlFile()
public String getConfigFile()
public void setConfigFile(String configFile)
public String getConfigName()
public void setConfigName(String configName)
public URL getWsdlOverride()
public URL getWsdlURL()
public Properties getCallProperties()
public Object getWsdlDefinition()
public void setWsdlDefinition(Object wsdlDefinition)
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 |