org.ow2.orchestra.cxf
Class CxfInvoker

java.lang.Object
  extended by org.ow2.orchestra.cxf.CxfInvoker
All Implemented Interfaces:
Invoker

public class CxfInvoker
extends Object
implements Invoker

Author:
Guillaume Porcher

Field Summary
 
Fields inherited from interface org.ow2.orchestra.services.itf.Invoker
DEFAULT_KEY
 
Constructor Summary
CxfInvoker()
           
 
Method Summary
 long getTimeout()
           
 MessageVariable invoke(OperationKey operationKey, AddressingUtil.AddressingInfo addressingInfo, MessageVariable requestMessage, Set<javax.wsdl.Definition> wsdlDefinitions, Properties orchestraProperties)
           
 void setTimeout(Long timeout)
          Setter used by the environment to set up the timeout.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CxfInvoker

public CxfInvoker()
Method Detail

invoke

public MessageVariable invoke(OperationKey operationKey,
                              AddressingUtil.AddressingInfo addressingInfo,
                              MessageVariable requestMessage,
                              Set<javax.wsdl.Definition> wsdlDefinitions,
                              Properties orchestraProperties)
Specified by:
invoke in interface Invoker

getTimeout

public long getTimeout()

setTimeout

public void setTimeout(Long timeout)
Setter used by the environment to set up the timeout. Uses a Long object because primitive types cannot be injected by the environment)

Parameters:
timeout -


Copyright © 2012 OW2 Consortium. All Rights Reserved.