Uses of Class
org.codehaus.xfire.AbstractContext

Packages that use AbstractContext
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   
 

Uses of AbstractContext in org.codehaus.xfire
 

Subclasses of AbstractContext in org.codehaus.xfire
 class DefaultXFire
           
 class MessageContext
          Holds inforrmation about the message request and response.
 

Uses of AbstractContext in org.codehaus.xfire.client
 

Subclasses of AbstractContext in org.codehaus.xfire.client
 class Client
          A SOAP Client.
 

Uses of AbstractContext in org.codehaus.xfire.handler
 

Subclasses of AbstractContext in org.codehaus.xfire.handler
 class AbstractHandlerSupport
           
 

Uses of AbstractContext in org.codehaus.xfire.service
 

Subclasses of AbstractContext in org.codehaus.xfire.service
 class Binding
           
 class Endpoint
           
 class Extensible
           
 class OperationInfo
          Represents the description of a service operation.
 class Service
          Represents a service endpoint.
 class ServiceInfo
          Represents an description of a service.
 

Uses of AbstractContext in org.codehaus.xfire.soap
 

Subclasses of AbstractContext in org.codehaus.xfire.soap
 class AbstractSoapBinding
          A SOAP Binding which contains information on how SOAP is mapped to the service model.
 class Soap11Binding
          A SOAP Binding which contains information on how SOAP is mapped to the service model.
 class Soap12Binding
          A SOAP 1.2 Binding.
 

Uses of AbstractContext in org.codehaus.xfire.transport
 

Subclasses of AbstractContext in org.codehaus.xfire.transport
 class AbstractTransport
           
 class DefaultEndpoint
          A ChannelEndpoint which executes the in pipeline on the service and starts a MessageExchange.
 

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

Subclasses of AbstractContext in org.codehaus.xfire.transport.dead
 class DeadLetterTransport
          A place for messages which cannot be routed to a destination.
 

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

Subclasses of AbstractContext in org.codehaus.xfire.transport.http
 class HttpTransport
           
 class SoapHttpTransport
           
 

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

Subclasses of AbstractContext in org.codehaus.xfire.transport.local
 class LocalTransport
          A transport which passes messages via the JVM.
 



Copyright © 2004-2009. All Rights Reserved.