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 java.lang.Object
implements org.apache.cxf.service.invoker.Invoker

Orchestra cxf web service common implementation.

Author:
Guillaume Porcher

Constructor Summary
CxfWSImpl(javax.wsdl.PortType portType, ProcessDefinitionUUID processUUID)
           
 
Method Summary
 javax.xml.transform.dom.DOMSource[] invoke(org.apache.cxf.message.Exchange exchange, java.lang.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,
                 ProcessDefinitionUUID processUUID)
Method Detail

invoke

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

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


Copyright © 2009 OW2 Consortium. All Rights Reserved.