Uses of Interface
org.objectweb.jonas.ws.base.handler.WSDLHandler

Packages that use WSDLHandler
org.objectweb.jonas.ws.base   
org.objectweb.jonas.ws.base.handler   
 

Uses of WSDLHandler in org.objectweb.jonas.ws.base
 

Methods in org.objectweb.jonas.ws.base with parameters of type WSDLHandler
 void WSDLManager.addHandler(WSDLHandler handler)
          Add a WSDL Handler in charge of publish a wsdl file at a location.
 

Uses of WSDLHandler in org.objectweb.jonas.ws.base.handler
 

Classes in org.objectweb.jonas.ws.base.handler that implement WSDLHandler
 class FileWSDLHandler
          In charge of published a given WSDL in a directory.
 class RegistryWSDLHandler
          Publish a given WSDL Definition into a specified WebServices registry (UDDI/ebXML).
 

Methods in org.objectweb.jonas.ws.base.handler that return WSDLHandler
 WSDLHandler WSDLHandlerFactory.newHandler(String filename)
          Create a new WSDLHandler.
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.