Uses of Class
org.codehaus.xfire.service.object.Operation

Packages that use Operation
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 Operation in org.codehaus.xfire.message
 

Fields in org.codehaus.xfire.message declared as Operation
protected  Operation AbstractMessageBridge.operation
           
 

Methods in org.codehaus.xfire.message that return Operation
protected  Operation DocumentBridge.findOperation(int i)
           
 Operation MessageBridge.getOperation()
           
 Operation AbstractMessageBridge.getOperation()
           
 

Methods in org.codehaus.xfire.message with parameters of type Operation
 void AbstractMessageBridge.setOperation(Operation operation)
           
 

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

Methods in org.codehaus.xfire.service.object that return Operation
 Operation ObjectService.getOperation(java.lang.String name)
          Get an operation.
 Operation DefaultObjectService.getOperation(java.lang.String localName)
           
 

Methods in org.codehaus.xfire.service.object with parameters of type Operation
 void DefaultObjectService.addOperation(Operation op)
           
 

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

Methods in org.codehaus.xfire.wsdl11.builder with parameters of type Operation
protected  void WrappedWSDL.createInputParts(javax.wsdl.Message req, Operation op)
           
protected  void RPCEncodedWSDL.createInputParts(javax.wsdl.Message req, Operation op)
           
protected  void DocumentWSDL.createInputParts(javax.wsdl.Message req, Operation op)
           
protected abstract  void AbstractJavaWSDL.createInputParts(javax.wsdl.Message req, Operation op)
           
 javax.wsdl.Operation AbstractJavaWSDL.createOperation(Operation op, javax.wsdl.Message req, javax.wsdl.Message res)
           
protected  void WrappedWSDL.createOutputParts(javax.wsdl.Message req, Operation op)
           
protected  void RPCEncodedWSDL.createOutputParts(javax.wsdl.Message res, Operation op)
           
protected  void DocumentWSDL.createOutputParts(javax.wsdl.Message res, Operation op)
           
protected abstract  void AbstractJavaWSDL.createOutputParts(javax.wsdl.Message req, Operation op)
           
 



Copyright © 2004-2005 Codehaus. All Rights Reserved.