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

Packages that use HandlerSupport
org.codehaus.xfire   
org.codehaus.xfire.client   
org.codehaus.xfire.handler   
org.codehaus.xfire.loom   
org.codehaus.xfire.plexus   
org.codehaus.xfire.service Contains the classes and interfaces for the service model of XFire. 
org.codehaus.xfire.transport   
org.codehaus.xfire.transport.dead   
org.codehaus.xfire.transport.http   
org.codehaus.xfire.transport.local   
org.codehaus.xfire.xmpp   
 

Uses of HandlerSupport in org.codehaus.xfire
 

Subinterfaces of HandlerSupport in org.codehaus.xfire
 interface XFire
          Central processing point for XFire.
 

Classes in org.codehaus.xfire that implement HandlerSupport
 class DefaultXFire
           
 

Uses of HandlerSupport in org.codehaus.xfire.client
 

Classes in org.codehaus.xfire.client that implement HandlerSupport
 class Client
           
 

Uses of HandlerSupport in org.codehaus.xfire.handler
 

Classes in org.codehaus.xfire.handler that implement HandlerSupport
 class AbstractHandlerSupport
           
 

Uses of HandlerSupport in org.codehaus.xfire.loom
 

Classes in org.codehaus.xfire.loom that implement HandlerSupport
 class LoomXFire
          An instance of XFire that is managed by Loom / Phoenix.
 

Uses of HandlerSupport in org.codehaus.xfire.plexus
 

Classes in org.codehaus.xfire.plexus that implement HandlerSupport
 class PlexusXFire
          An instance of XFire that is managed by Plexus.
 

Uses of HandlerSupport in org.codehaus.xfire.service
 

Classes in org.codehaus.xfire.service that implement HandlerSupport
 class Service
          Represents a service endpoint.
 

Uses of HandlerSupport in org.codehaus.xfire.transport
 

Subinterfaces of HandlerSupport in org.codehaus.xfire.transport
 interface Transport
          Transport
 

Classes in org.codehaus.xfire.transport that implement HandlerSupport
 class AbstractTransport
           
 class AbstractWSDLTransport
           
 class DelegatedTransport
          Wraps another channel so it is easy to provide custom functionality to any transport - such as reliable messaging.
 

Uses of HandlerSupport in org.codehaus.xfire.transport.dead
 

Classes in org.codehaus.xfire.transport.dead that implement HandlerSupport
 class DeadLetterTransport
          A place for messages which cannot be routed to a destination.
 

Uses of HandlerSupport in org.codehaus.xfire.transport.http
 

Classes in org.codehaus.xfire.transport.http that implement HandlerSupport
 class SoapHttpTransport
           
 

Uses of HandlerSupport in org.codehaus.xfire.transport.local
 

Classes in org.codehaus.xfire.transport.local that implement HandlerSupport
 class LocalTransport
          A transport which passes messages via the JVM.
 

Uses of HandlerSupport in org.codehaus.xfire.xmpp
 

Classes in org.codehaus.xfire.xmpp that implement HandlerSupport
 class XMPPTransport
           
 



Copyright © 2004-2005 Codehaus. All Rights Reserved.