Uses of Interface
org.codehaus.xfire.service.object.ObjectService

Packages that use ObjectService
org.codehaus.xfire.message   
org.codehaus.xfire.service.object This package includes an implementation of the the org.codehaus.xfire.service package. 
org.codehaus.xfire.wsdl11.builder   
 

Uses of ObjectService in org.codehaus.xfire.message
 

Methods in org.codehaus.xfire.message that return ObjectService
 ObjectService AbstractMessageBridge.getService()
           
 

Uses of ObjectService in org.codehaus.xfire.service.object
 

Classes in org.codehaus.xfire.service.object that implement ObjectService
 class DefaultObjectService
           
 

Methods in org.codehaus.xfire.service.object with parameters of type ObjectService
 java.lang.Object ObjectInvoker.createServiceObject(ObjectService service)
          Override this method to control how XFire creates the service object.
 

Uses of ObjectService in org.codehaus.xfire.wsdl11.builder
 

Constructors in org.codehaus.xfire.wsdl11.builder with parameters of type ObjectService
AbstractJavaWSDL(ObjectService service, java.util.Collection transports)
           
DocumentWSDL(ObjectService service, java.util.Collection transports)
           
RPCEncodedWSDL(ObjectService service, java.util.Collection transports)
           
WrappedWSDL(ObjectService service, java.util.Collection transports)
           
 



Copyright © 2004-2005 Codehaus. All Rights Reserved.