org.ow2.orchestra.cxf
Class CxfInvoker
java.lang.Object
org.ow2.orchestra.cxf.CxfInvoker
- All Implemented Interfaces:
- Invoker
public class CxfInvoker
- extends Object
- implements Invoker
- Author:
- Guillaume Porcher
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CxfInvoker
public CxfInvoker()
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.