Methods Summary |
---|
public java.lang.String | getAppId()Returns the name of the application or stand alone module that has
this web service.
|
public java.lang.String | getBundleName()Returns the module name within a EAR or null if it is a stand alone
module.
|
public java.lang.String[] | getDescriptorLocations()Returns the descriptor locations. The descriptors include WSDL,
webservices.xml and mapping file. If the alt WSDL location is specified
in the archive, the overridden (correct) WSDL file location is returned.
|
public java.lang.String | getEndpointUri()Returns the relative URI of this endpoint.
|
public java.lang.String | getMappingFileLocation()Returns the mapping file location.
|
public java.lang.String | getName()Returns the name of the WebService.
|
public java.lang.String | getServiceImplClass()Returns the implementation Ejb or Servlet class name of this web service.
|
public java.lang.String | getServiceImplName()Returns the implementation Ejb or Servlet name of this web service.
|
public java.lang.String | getServiceImplType()Returns the implementation type of this web service.
|
public java.lang.String | getWSDLFileLocation()Returns the WSDL file location.
|
public java.lang.String | getWebservicesFileLocation()Returns the webservices.xml file location.
|
public boolean | isAppStandAloneModule()Returns true if this web service belongs to a stand alone module.
|