|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.webservice.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 |
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 JavaWsdlMapping getJavaWsdlMapping()
public Object getUntypedJavaWsdlMapping()
public void setUntypedJavaWsdlMapping(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 javax.wsdl.Definition getWsdlDefinition()
public Object getUntypedWsdlDefinition()
public void setUntypedWsdlDefinition(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 |