| java.lang.Object org.objectweb.jonas_ws.deployment.api.ServiceDesc
ServiceDesc | public class ServiceDesc (Code) | | This class corresponds to 1 webservices-description XML
element. It's used to get a MappingFile instance if it's defined, idem for
WSDLFile instance and give access to the Web service Port component list.
author: Guillaume Sauthier author: Xavier Delplanque |
getEndpointURI | public String getEndpointURI()(Code) | | Returns the endpointURI. |
getI18n | protected static I18n getI18n()(Code) | | Returns the getI18n(). |
getLocalWSDLURL | public URL getLocalWSDLURL()(Code) | | Returns URL where the WSDL can be loaded locally. |
getMapping | public MappingFile getMapping()(Code) | | Return the Mapping File.
the MappingFile. |
getMappingFileURL | public URL getMappingFileURL()(Code) | | Returns URL where mapping file can be loaded. |
getMappingFilename | public String getMappingFilename()(Code) | | Returns the JAX-RPC Mapping filename |
getName | public String getName()(Code) | | Return the name of the WebService.
the name of the WebService. |
getPortComponent | public PortComponentDesc getPortComponent(String pcName)(Code) | | Return the port component desc with the given name if it exists, null
else.
Parameters: pcName - the name of the portComponent to retrieve. the port component desc with the given name if it exists, nullelse. |
getPortComponents | public List getPortComponents()(Code) | | Return the port component list of this service desc.
the port component list of this service desc. |
getPublicationDirectory | public File getPublicationDirectory()(Code) | | Returns the publicationDirectory. |
getWSDL | public WSDLFile getWSDL()(Code) | | Return the WSDL File.
the WSDL File. |
getWsdlFilename | public String getWsdlFilename()(Code) | | Returns the WSDL filename |
toString | public String toString()(Code) | | Returns a String representation of the ServiceDesc. |
|
|