org.ow2.orchestra.axis
Class AxisInvoker

java.lang.Object
  extended by org.ow2.orchestra.axis.AxisInvoker
All Implemented Interfaces:
org.ow2.orchestra.services.itf.Invoker

public class AxisInvoker
extends java.lang.Object
implements org.ow2.orchestra.services.itf.Invoker

Invoker.java.

Author:
Goulven Le Jeune, Charles Souillard, Candy Chlad, Stanislas Giraudet De Boudemange, Guillaume Porcher Created on : Jul 3, 2007

Field Summary
 
Fields inherited from interface org.ow2.orchestra.services.itf.Invoker
DEFAULT_KEY
 
Constructor Summary
AxisInvoker()
           
 
Method Summary
 org.ow2.orchestra.var.Message invoke(org.ow2.orchestra.services.OperationKey operationKey, java.lang.String name, org.ow2.orchestra.runtime.PartnerLinkRuntime partnerLinkRuntime, org.ow2.orchestra.runtime.VariableRuntime variableRuntime)
          perform an invoke using the given parameters.
static java.lang.String resolveEndPoint(org.w3c.dom.Element serviceRefElem)
          Extract the endPoint reference from a service reference information item.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisInvoker

public AxisInvoker()
Method Detail

invoke

public org.ow2.orchestra.var.Message invoke(org.ow2.orchestra.services.OperationKey operationKey,
                                            java.lang.String name,
                                            org.ow2.orchestra.runtime.PartnerLinkRuntime partnerLinkRuntime,
                                            org.ow2.orchestra.runtime.VariableRuntime variableRuntime)
perform an invoke using the given parameters.

Specified by:
invoke in interface org.ow2.orchestra.services.itf.Invoker
Parameters:
instance - the instance of the process
name - the name of the invoke activity
partnerLinkRuntime - the partnerLink runtime value of the invoke
operation - the operation of the invoke activity
variableRuntime - the value of the variable used in invoke
Returns:
the message received in response of this call (if there is one...)

resolveEndPoint

public static java.lang.String resolveEndPoint(org.w3c.dom.Element serviceRefElem)
Extract the endPoint reference from a service reference information item.

Returns:
the end Point URL


Copyright © 2008 OW2 Consortium. All Rights Reserved.