
Public Member Functions | |
| ServiceDesc (ClassLoader jarCL, WebserviceDescription wsd, JonasWebserviceDescription jwsd) throws WSDeploymentDescException | |
| String | getName () |
| MappingFile | getMapping () |
| WSDLFile | getWSDL () |
| String | getEndpointURI () |
| List | getPortComponents () |
| PortComponentDesc | getPortComponent (String pcName) |
| String | toString () |
| File | getPublicationDirectory () |
| URL | getMappingFileURL () |
| URL | getLocalWSDLURL () |
Static Protected Member Functions | |
| I18n | getI18n () |
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.
Xavier Delplanque
Definition at line 62 of file ServiceDesc.java.
|
||||||||||||||||
|
Constructor : creates a ServiceDesc object.
Definition at line 121 of file ServiceDesc.java. References org.objectweb.jonas_ws.deployment.api.PortComponentDesc.getName(), org.objectweb.jonas_ws.deployment.xml.PortComponent.getPortComponentName(), org.objectweb.jonas_ws.deployment.api.PortComponentDesc.getQName(), org.objectweb.jonas_ws.deployment.api.WSDLFile.hasPort(), and org.objectweb.jonas_ws.deployment.api.WSDLFile.hasSOAPBinding(). |
Here is the call graph for this function:

|
|
Definition at line 301 of file ServiceDesc.java. Referenced by org.objectweb.jonas_ws.wsgen.generator.axis.AxisWsEndpointGenerator.generate(). |
|
|
Definition at line 345 of file ServiceDesc.java. |
|
|
Definition at line 366 of file ServiceDesc.java. Referenced by org.objectweb.jonas.ws.axis.JAxisServlet.doPost(). |
|
|
Return the Mapping File.
Definition at line 286 of file ServiceDesc.java. Referenced by org.objectweb.jonas_ws.wsgen.generator.axis.VContextFactory.getContext(). |
|
|
Definition at line 359 of file ServiceDesc.java. |
|
|
Return the name of the WebService.
Definition at line 278 of file ServiceDesc.java. Referenced by org.objectweb.jonas.ws.AbsWebServicesServiceImpl.completeWSDeployment(), org.objectweb.jonas_ws.wsgen.generator.axis.AxisWsEndpointGenerator.generate(), and org.objectweb.jonas_ws.wsgen.generator.axis.VContextFactory.getContext(). |
|
|
Return the port component desc with the given name if it exists, null else.
Definition at line 320 of file ServiceDesc.java. |
|
|
Return the port component list of this service desc.
Definition at line 309 of file ServiceDesc.java. Referenced by org.objectweb.jonas.ws.AbsWebServicesServiceImpl.completeWSDeployment(), org.objectweb.jonas.ws.AbsWebServicesServiceImpl.doDeployWebServices(), org.objectweb.jonas_ws.wsgen.generator.ews.EWSWsEndpointGenerator.generate(), org.objectweb.jonas_ws.wsgen.generator.axis.AxisWsEndpointGenerator.generate(), org.objectweb.jonas_ws.wsgen.generator.axis.VContextFactory.getContext(), and org.objectweb.jonas_ws.deployment.api.WSDeploymentDesc.WSDeploymentDesc(). |
|
|
Definition at line 352 of file ServiceDesc.java. |
|
|
Return the WSDL File.
Definition at line 294 of file ServiceDesc.java. Referenced by org.objectweb.jonas.ws.AbsWebServicesServiceImpl.doDeployWebServices(), org.objectweb.jonas_ws.wsgen.generator.axis.VContextFactory.getContext(), org.objectweb.jonas.ws.axis.QSUpdateServiceWSDLHandler.invoke(), and org.objectweb.jonas_ws.wsgen.generator.axis.VcPortComponent.VcPortComponent(). |
|
|
Definition at line 327 of file ServiceDesc.java. References org.objectweb.jonas_ws.deployment.api.WSDLFile.toString(). Referenced by org.objectweb.jonas_ws.deployment.api.PortComponentDesc.toString(). |
Here is the call graph for this function:

1.3.9.1