Inheritance diagram for org.objectweb.jonas.ws.handler.RegistryWSDLHandler:


Public Member Functions | |
| RegistryWSDLHandler (Properties props) throws WSServiceException | |
| void | publish (ServiceDesc sd) throws WSServiceException |
jonas.service.publish.uddi.username : publisher username<br/>jonas.service.publish.uddi.password : publisher password<br/>javax.xml.registry.lifeCycleManagerURL : url of the Publish API for a registry<br/>javax.xml.registry.queryManagerURL : url of the Query API for a registry<br/>jonas.service.publish.uddi.organization.name : The organisation name<br/>jonas.service.publish.uddi.organization.desc : The organization description (optionnal)<br/>jonas.service.publish.uddi.organization.person_name : Primary Contact for the organization<br/> The property file is given 'as is' to the ConnectionFactory, If you want to add some JAXR specific properties, add them in this property file.
Definition at line 92 of file RegistryWSDLHandler.java.
|
|
Constructor : creates a RegistryWSDLHandler object.
Definition at line 159 of file RegistryWSDLHandler.java. References org.objectweb.jonas_lib.I18n.getMessage(). |
Here is the call graph for this function:

|
|
Publish the WSDL into a Registry.
Implements org.objectweb.jonas.ws.handler.WSDLHandler. Definition at line 220 of file RegistryWSDLHandler.java. References org.objectweb.jonas_lib.I18n.getMessage(). |
Here is the call graph for this function:

1.3.9.1