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

Packages that use OperationInfo
org.codehaus.xfire.addressing   
org.codehaus.xfire.client   
org.codehaus.xfire.exchange   
org.codehaus.xfire.handler   
org.codehaus.xfire.service Contains the classes and interfaces for the service model of XFire. 
org.codehaus.xfire.service.binding   
org.codehaus.xfire.service.documentation   
org.codehaus.xfire.soap SOAP protocol specific contants 
org.codehaus.xfire.wsdl11.builder   
org.codehaus.xfire.wsdl11.parser   
 

Uses of OperationInfo in org.codehaus.xfire.addressing
 

Methods in org.codehaus.xfire.addressing that return OperationInfo
 OperationInfo AddressingOperationInfo.getOperationInfo()
           
 

Methods in org.codehaus.xfire.addressing with parameters of type OperationInfo
static AddressingOperationInfo AddressingOperationInfo.getAddressingOperationInfo(OperationInfo op)
           
static java.lang.String AddressingOperationInfo.getInAction(OperationInfo op)
           
static java.lang.String AddressingOperationInfo.getOutAction(OperationInfo op)
           
 void AddressingOperationInfo.setOperationInfo(OperationInfo operationInfo)
           
 

Constructors in org.codehaus.xfire.addressing with parameters of type OperationInfo
AddressingOperationInfo(OperationInfo op)
           
AddressingOperationInfo(java.lang.String inAction, OperationInfo op)
           
AddressingOperationInfo(java.lang.String inAction, java.lang.String outAction, OperationInfo op)
           
AddressingOperationInfo(java.lang.String inAction, java.lang.String outAction, java.lang.String to, OperationInfo op)
           
 

Uses of OperationInfo in org.codehaus.xfire.client
 

Methods in org.codehaus.xfire.client with parameters of type OperationInfo
protected  MessagePartInfo ClientFaultConverter.getFaultPart(OperationInfo operation, org.jdom.Element exDetail)
           
 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()
           
 

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

Uses of OperationInfo in org.codehaus.xfire.handler
 

Methods in org.codehaus.xfire.handler with parameters of type OperationInfo
 FaultInfo CustomFaultHandler.getFaultForClass(OperationInfo op, java.lang.Class class1)
          Find the correct Fault part for a particular exception.
 

Uses of OperationInfo in org.codehaus.xfire.service
 

Methods in org.codehaus.xfire.service that return OperationInfo
 OperationInfo ServiceInfo.addOperation(javax.xml.namespace.QName name, java.lang.reflect.Method method)
           
 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.reflect.Method m)
           
 OperationInfo ServiceInfo.getOperation(java.lang.String name)
          Returns the operation info with the given name, 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.
 MessageSerializer Binding.getSerializer(OperationInfo operation)
           
 void Binding.setSerializer(OperationInfo op, MessageSerializer ser)
           
 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 ObjectServiceFactory.addOperation(Service endpoint, java.lang.reflect.Method method, java.lang.String style)
           
protected  OperationInfo AbstractBinding.findOperation(java.util.Collection operations, java.util.List parameters)
           
 

Methods in org.codehaus.xfire.service.binding with parameters of type OperationInfo
protected  FaultInfo ObjectServiceFactory.addFault(Service service, OperationInfo op, java.lang.Class exClass)
           
protected  void ObjectServiceFactory.configureHeaders(Service service, OperationInfo op, Binding b)
           
protected  void ObjectServiceFactory.createBindingOperation(Service service, AbstractSoapBinding binding, OperationInfo op)
           
protected  javax.xml.namespace.QName ObjectServiceFactory.createInputMessageName(OperationInfo op)
           
protected  javax.xml.namespace.QName ObjectServiceFactory.createOutputMessageName(OperationInfo op)
           
protected  void ServiceInvocationHandler.execute(java.lang.Runnable runnable, Service service, OperationInfo operation)
          Run the Runnable which executes our service.
protected  java.lang.Object[] ServiceInvocationHandler.fillInHolders(MessageContext context, OperationInfo opInfo, MessageInfo inMsg, MessageInfo outMsg, MessagePartContainer headerMsg, MessagePartContainer outHeaderMsg, java.util.List params)
          Looks for holders, instantiates them, then inserts them into the parameters.
 java.lang.String ServiceConfiguration.getAction(OperationInfo op)
           
protected  java.lang.String ObjectServiceFactory.getAction(OperationInfo op)
           
 java.lang.String DefaultServiceConfiguration.getAction(OperationInfo op)
           
 javax.xml.namespace.QName ServiceConfiguration.getFaultName(Service service, OperationInfo o, java.lang.Class exClass, java.lang.Class beanClass)
           
protected  javax.xml.namespace.QName ObjectServiceFactory.getFaultName(Service service, OperationInfo o, java.lang.Class exClass, java.lang.Class beanClass)
           
 javax.xml.namespace.QName DefaultServiceConfiguration.getFaultName(Service service, OperationInfo o, java.lang.Class exClass, java.lang.Class beanClass)
           
 javax.xml.namespace.QName ServiceConfiguration.getInParameterName(Service service, OperationInfo op, java.lang.reflect.Method method, int paramNumber, boolean doc)
           
protected  javax.xml.namespace.QName ObjectServiceFactory.getInParameterName(Service service, OperationInfo op, java.lang.reflect.Method method, int paramNumber, boolean doc)
           
 javax.xml.namespace.QName DefaultServiceConfiguration.getInParameterName(Service endpoint, OperationInfo op, java.lang.reflect.Method method, int paramNumber, boolean doc)
           
 javax.xml.namespace.QName ServiceConfiguration.getInputMessageName(OperationInfo op)
           
 javax.xml.namespace.QName DefaultServiceConfiguration.getInputMessageName(OperationInfo op)
           
 javax.xml.namespace.QName ServiceConfiguration.getOutParameterName(Service service, OperationInfo op, java.lang.reflect.Method method, int paramNumber, boolean doc)
           
protected  javax.xml.namespace.QName ObjectServiceFactory.getOutParameterName(Service service, OperationInfo op, java.lang.reflect.Method method, int paramNumber, boolean doc)
           
 javax.xml.namespace.QName DefaultServiceConfiguration.getOutParameterName(Service endpoint, OperationInfo op, java.lang.reflect.Method method, int paramNumber, boolean doc)
           
 javax.xml.namespace.QName ServiceConfiguration.getOutputMessageName(OperationInfo op)
           
 javax.xml.namespace.QName DefaultServiceConfiguration.getOutputMessageName(OperationInfo op)
           
 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.
 javax.xml.namespace.QName MessageBindingProvider.getSuggestedName(Service service, OperationInfo op, int param)
           
protected  void ObjectServiceFactory.initializeFaults(Service service, OperationInfo op)
           
protected  void ServiceInvocationHandler.sendMessage(MessageContext context, java.lang.Object[] params, OperationInfo operation, Invoker invoker)
           
 void AbstractBinding.setOperation(OperationInfo operation, MessageContext context)
           
 

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

Methods in org.codehaus.xfire.service.documentation with parameters of type OperationInfo
 java.lang.String DocumentationProvider.getExceptionDocumentation(OperationInfo operation, java.lang.String className)
           
 java.lang.String DocumentationProvider.getOperationDoc(OperationInfo operation)
           
 java.lang.String DocumentationProvider.getParamters(OperationInfo operation, int index)
           
 java.lang.String DocumentationProvider.getResultDocumentation(OperationInfo operation)
           
 

Uses of OperationInfo in org.codehaus.xfire.soap
 

Methods in org.codehaus.xfire.soap that return OperationInfo
 OperationInfo AbstractSoapBinding.getOperationByAction(java.lang.String action)
           
 

Methods in org.codehaus.xfire.soap with parameters of type OperationInfo
protected  javax.wsdl.BindingOperation Soap11Binding.createBindingOperation(WSDLBuilder builder, javax.wsdl.Operation wsdlOp, OperationInfo op)
           
protected  void Soap11Binding.createHeaders(WSDLBuilder builder, OperationInfo op, javax.wsdl.BindingOperation bop)
           
 java.lang.String AbstractSoapBinding.getSoapAction(OperationInfo operation)
          Get the soap action for an operation.
 java.lang.String AbstractSoapBinding.getStyle(OperationInfo operation)
           
 boolean Soap12Binding.isSoapActionRequired(OperationInfo op)
           
 void AbstractSoapBinding.setSoapAction(OperationInfo operation, java.lang.String action)
           
 

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

Methods in org.codehaus.xfire.wsdl11.builder with parameters of type OperationInfo
 void WSDLBuilder.createInputParts(javax.wsdl.Message req, OperationInfo op)
           
 javax.wsdl.Operation WSDLBuilder.createOperation(OperationInfo op, javax.wsdl.Message req, javax.wsdl.Message res, java.util.List faultMessages)
           
 void WSDLBuilder.createOutputParts(javax.wsdl.Message req, OperationInfo op)
           
protected  void WSDLBuilder.createWrappedInputParts(javax.wsdl.Message req, OperationInfo op)
           
protected  void WSDLBuilder.createWrappedOutputParts(javax.wsdl.Message req, OperationInfo op)
           
 

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

Methods in org.codehaus.xfire.wsdl11.parser with parameters of type OperationInfo
protected  void BindingAnnotator.visit(javax.wsdl.BindingOperation operation, OperationInfo opInfo)
           
protected  void SoapBindingAnnotator.visit(javax.wsdl.BindingOperation operation, OperationInfo opInfo)
           
 



Copyright © 2004-2011. All Rights Reserved.