org.ow2.orchestra.cxf
Class CxfWSImpl

java.lang.Object
  extended by org.ow2.orchestra.cxf.CxfWSImpl
All Implemented Interfaces:
org.apache.cxf.service.invoker.Invoker

public final class CxfWSImpl
extends Object
implements org.apache.cxf.service.invoker.Invoker

Orchestra cxf web service common implementation.

Author:
Guillaume Porcher

Constructor Summary
CxfWSImpl(javax.wsdl.PortType portType, QName processQName, ClassLoader cl, Map<String,Boolean> locks, CommandService commandService)
           
 
Method Summary
 DOMSource[] invoke(org.apache.cxf.message.Exchange exchange, Object payload)
          Method invoked by CXF when a message arrives.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CxfWSImpl

public CxfWSImpl(javax.wsdl.PortType portType,
                 QName processQName,
                 ClassLoader cl,
                 Map<String,Boolean> locks,
                 CommandService commandService)
Method Detail

invoke

public DOMSource[] invoke(org.apache.cxf.message.Exchange exchange,
                          Object payload)
Method invoked by CXF when a message arrives.

Specified by:
invoke in interface org.apache.cxf.service.invoker.Invoker


Copyright © 2011 OW2 Consortium. All Rights Reserved.