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.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(java.lang.String inAction, OperationInfo op)
           
AddressingOperationInfo(java.lang.String inAction, java.lang.String outAction, 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(java.lang.String name, java.lang.reflect.Method method)
          Adds an operation to this service.
 OperationInfo ServiceInfo.getOperation(java.lang.String name)
          Returns the operation info with the given name, if found.
 OperationInfo ServiceInfo.getOperation(java.lang.reflect.Method m)
           
 OperationInfo MessagePartContainer.getOperation()
          Returns the operation of this container.
 

Methods in org.codehaus.xfire.service with parameters of type OperationInfo
 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.
 void Visitor.endOperation(OperationInfo operationInfo)
          Receive notification at the end 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 AbstractBinding.findOperation(java.util.Collection operations, java.util.List parameters)
           
protected  OperationInfo ObjectServiceFactory.addOperation(Service endpoint, java.lang.reflect.Method method, java.lang.String style)
           
 

Methods in org.codehaus.xfire.service.binding with parameters of type OperationInfo
 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.
 void AbstractBinding.setOperation(OperationInfo operation, MessageContext context)
           
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.
protected  void ServiceInvocationHandler.sendMessage(MessageContext context, java.lang.Object[] params, OperationInfo operation, Invoker invoker)
           
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 ObjectServiceFactory.initializeFaults(Service service, OperationInfo op)
           
protected  FaultInfo ObjectServiceFactory.addFault(Service service, OperationInfo op, java.lang.Class exClass)
           
protected  javax.xml.namespace.QName ObjectServiceFactory.getFaultName(Service service, OperationInfo o, java.lang.Class exClass, java.lang.Class beanClass)
           
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)
           
 

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.getStyle(OperationInfo operation)
           
 java.lang.String AbstractSoapBinding.getSoapAction(OperationInfo operation)
          Get the soap action for an operation.
 void AbstractSoapBinding.setSoapAction(OperationInfo operation, java.lang.String action)
           
 boolean Soap12Binding.isSoapActionRequired(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, java.util.List faultMessages)
           
 void WSDLBuilder.createInputParts(javax.wsdl.Message req, OperationInfo op)
           
 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-2006 null. All Rights Reserved.