org.ow2.orchestra.cxf
Class CxfWSImpl
java.lang.Object
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,
javax.xml.namespace.QName processQName,
java.lang.ClassLoader cl,
java.util.Map<java.lang.String,java.lang.Boolean> locks,
CommandService commandService)
|
|
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 |
CxfWSImpl
public CxfWSImpl(javax.wsdl.PortType portType,
javax.xml.namespace.QName processQName,
java.lang.ClassLoader cl,
java.util.Map<java.lang.String,java.lang.Boolean> locks,
CommandService commandService)
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 © 2010 OW2 Consortium. All Rights Reserved.