Uses of Interface
org.codehaus.xfire.handler.Handler

Packages that use Handler
org.codehaus.xfire.handler   
org.codehaus.xfire.handler.dom   
org.codehaus.xfire.service   
 

Uses of Handler in org.codehaus.xfire.handler
 

Classes in org.codehaus.xfire.handler that implement Handler
 class AbstractHandler
           
 

Uses of Handler in org.codehaus.xfire.handler.dom
 

Classes in org.codehaus.xfire.handler.dom that implement Handler
 class DOMPipelineHandler
          Creates a DOM structure from the stream (lazily instantiated).
 

Uses of Handler in org.codehaus.xfire.service
 

Methods in org.codehaus.xfire.service that return Handler
 Handler SimpleService.getServiceHandler()
           
 Handler Service.getServiceHandler()
           
 

Methods in org.codehaus.xfire.service with parameters of type Handler
 void SimpleService.setServiceHandler(Handler serviceHandler)
           
 



Copyright © 2004 Codehaus. All Rights Reserved.