Uses of Class
org.codehaus.xfire.service.OperationInfo

Packages that use OperationInfo
org.codehaus.xfire   
org.codehaus.xfire.aegis   
org.codehaus.xfire.annotations Package defining the classes for annotation support in XFire. 
org.codehaus.xfire.client   
org.codehaus.xfire.exchange   
org.codehaus.xfire.service Contains the classes and interfaces for the service model of XFire. 
org.codehaus.xfire.service.binding   
org.codehaus.xfire.wsdl11   
org.codehaus.xfire.wsdl11.builder   
 

Uses of OperationInfo in org.codehaus.xfire
 

Methods in org.codehaus.xfire with parameters of type OperationInfo
 MessageExchange MessageContext.createMessageExchange(OperationInfo operation)
           
 

Uses of OperationInfo in org.codehaus.xfire.aegis
 

Methods in org.codehaus.xfire.aegis with parameters of type OperationInfo
 javax.xml.namespace.QName AegisBindingProvider.getSuggestedName(Service service, OperationInfo op, int param)
           
 

Uses of OperationInfo in org.codehaus.xfire.annotations
 

Methods in org.codehaus.xfire.annotations with parameters of type OperationInfo
protected  java.lang.String AnnotationServiceFactory.getAction(OperationInfo op)
           
protected  javax.xml.namespace.QName AnnotationServiceFactory.getInParameterName(Service endpoint, OperationInfo op, java.lang.reflect.Method method, int paramNumber, boolean doc)
           
protected  javax.xml.namespace.QName AnnotationServiceFactory.getOutParameterName(Service endpoint, OperationInfo op, java.lang.reflect.Method method, boolean doc)
           
 void WebMethodAnnotation.populate(OperationInfo operationInfo)
          Populates the given operation info with the information contained in this annotation.
 

Uses of OperationInfo in org.codehaus.xfire.client
 

Methods in org.codehaus.xfire.client with parameters of type OperationInfo
 java.lang.Object[] Client.invoke(OperationInfo op, java.lang.Object[] params)
           
 

Uses of OperationInfo in org.codehaus.xfire.exchange
 

Methods in org.codehaus.xfire.exchange that return OperationInfo
 OperationInfo MessageExchange.getOperation()
           
 OperationInfo AbstractMessageExchange.getOperation()
           
 

Methods in org.codehaus.xfire.exchange with parameters of type OperationInfo
 void MessageExchange.setOperation(OperationInfo operation)
           
 void AbstractMessageExchange.setOperation(OperationInfo operation)
           
 

Uses of OperationInfo in org.codehaus.xfire.service
 

Methods in org.codehaus.xfire.service that return OperationInfo
 OperationInfo ServiceInfo.addOperation(java.lang.String name, java.lang.reflect.Method method)
          Adds an operation to this service.
 OperationInfo MessagePartContainer.getOperation()
          Returns the operation of this container.
 OperationInfo ServiceInfo.getOperation(java.lang.String name)
          Returns the operation info with the given name, if found.
 OperationInfo ServiceInfo.getOperationByAction(java.lang.String name)
          Returns the operation info with the given action, if found.
 

Methods in org.codehaus.xfire.service with parameters of type OperationInfo
 void Visitor.endOperation(OperationInfo operationInfo)
          Receive notification at the end of a operation visit.
 void Visitor.startOperation(OperationInfo operationInfo)
          Receive notification at the beginning of a operation visit.
 

Constructors in org.codehaus.xfire.service with parameters of type OperationInfo
MessagePartContainer(OperationInfo operation)
          Initializes a new instance of the MessagePartContainer.
 

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

Methods in org.codehaus.xfire.service.binding that return OperationInfo
protected  OperationInfo DocumentBinding.findOperation(Service endpoint, java.util.List parameters)
           
 

Methods in org.codehaus.xfire.service.binding with parameters of type OperationInfo
 void WrappedBinding.createInputParts(WSDLBuilder builder, javax.wsdl.Message req, OperationInfo op)
           
 void RPCEncodedBinding.createInputParts(WSDLBuilder builder, javax.wsdl.Message req, OperationInfo op)
           
 void DocumentBinding.createInputParts(WSDLBuilder builder, javax.wsdl.Message req, OperationInfo op)
           
 void WrappedBinding.createOutputParts(WSDLBuilder builder, javax.wsdl.Message req, OperationInfo op)
           
 void RPCEncodedBinding.createOutputParts(WSDLBuilder builder, javax.wsdl.Message req, OperationInfo op)
           
 void DocumentBinding.createOutputParts(WSDLBuilder builder, javax.wsdl.Message req, OperationInfo op)
           
protected  java.lang.String ObjectServiceFactory.getAction(OperationInfo op)
           
protected  javax.xml.namespace.QName ObjectServiceFactory.getInParameterName(Service endpoint, OperationInfo op, java.lang.reflect.Method method, int paramNumber, boolean doc)
           
protected  javax.xml.namespace.QName ObjectServiceFactory.getOutParameterName(Service endpoint, OperationInfo op, java.lang.reflect.Method method, boolean doc)
           
 javax.xml.namespace.QName MessageBindingProvider.getSuggestedName(Service service, OperationInfo op, int param)
           
 javax.xml.namespace.QName BindingProvider.getSuggestedName(Service service, OperationInfo op, int param)
          Gives a binding the chance to suggest a name for a particular parameter.
protected  void AbstractBinding.sendMessage(MessageContext context, java.util.List params, OperationInfo operation, Invoker invoker)
           
 void AbstractBinding.setOperation(OperationInfo operation, MessageContext context)
           
 

Uses of OperationInfo in org.codehaus.xfire.wsdl11
 

Methods in org.codehaus.xfire.wsdl11 with parameters of type OperationInfo
 void WSDL11ParameterBinding.createInputParts(WSDLBuilder builder, javax.wsdl.Message req, OperationInfo op)
           
 void WSDL11ParameterBinding.createOutputParts(WSDLBuilder builder, javax.wsdl.Message req, OperationInfo op)
           
 

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

Methods in org.codehaus.xfire.wsdl11.builder with parameters of type OperationInfo
 javax.wsdl.Operation WSDLBuilder.createOperation(OperationInfo op, javax.wsdl.Message req, javax.wsdl.Message res)
           
 



Copyright © 2004-2005 Codehaus. All Rights Reserved.