Uses of Interface
org.codehaus.xfire.service.binding.ObjectBinding

Packages that use ObjectBinding
org.codehaus.xfire.service Contains the classes and interfaces for the service model of XFire. 
org.codehaus.xfire.service.binding   
 

Uses of ObjectBinding in org.codehaus.xfire.service
 

Methods in org.codehaus.xfire.service that return ObjectBinding
 ObjectBinding Service.getBinding()
          Returns the binding for this endpoint.
 

Methods in org.codehaus.xfire.service with parameters of type ObjectBinding
 void Visitor.endBinding(ObjectBinding binding)
          Receive notification at the end of a binding visit.
 void Service.setBinding(ObjectBinding binding)
          Sets the binding for this endpoint.
 void Visitor.startBinding(ObjectBinding binding)
          Receive notification at the beginning of a binding visit.
 

Uses of ObjectBinding in org.codehaus.xfire.service.binding
 

Classes in org.codehaus.xfire.service.binding that implement ObjectBinding
 class AbstractBinding
           
 class DocumentBinding
           
 class MessageBinding
          Handles messages.
 class RPCEncodedBinding
           
 class WrappedBinding
           
 

Methods in org.codehaus.xfire.service.binding that return ObjectBinding
static ObjectBinding ObjectBindingFactory.getMessageBinding(java.lang.String style, java.lang.String use)
           
 



Copyright © 2004-2005 Codehaus. All Rights Reserved.