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.service Contains the classes and interfaces for the service model of XFire. 
org.codehaus.xfire.soap SOAP protocol specific contants 
org.codehaus.xfire.transport   
org.codehaus.xfire.transport.dead   
org.codehaus.xfire.transport.http   
org.codehaus.xfire.transport.local   
org.codehaus.xfire.wsdl11   
 

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
          A SOAP 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.service
 

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

Uses of HandlerSupport in org.codehaus.xfire.soap
 

Subinterfaces of HandlerSupport in org.codehaus.xfire.soap
 interface SoapTransport
           
 

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 DefaultEndpoint
          A ChannelEndpoint which executes the in pipeline on the service and starts a MessageExchange.
 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 HttpTransport
           
 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.wsdl11
 

Subinterfaces of HandlerSupport in org.codehaus.xfire.wsdl11
 interface WSDL11Transport
          Indicates that a particular transport supports WSDL 1.1 generation.
 



Copyright © 2004-2013. All Rights Reserved.