org.n52.wps.transactional.deploy.bpel.apache
Class ODEServiceClient

java.lang.Object
  extended by org.n52.wps.transactional.deploy.bpel.apache.ODEServiceClient

public class ODEServiceClient
extends java.lang.Object

Author:
hoffmannn this class is based on: org.apache.ode.axis2.service.ServiceClientUtil Except that the send method is patched so that the serviceClient gets closed properly.

Constructor Summary
ODEServiceClient()
           
 
Method Summary
 org.apache.axiom.om.OMElement buildMessage(java.lang.String operation, java.lang.String[] params, java.lang.Object[] values)
           
 org.apache.axiom.om.OMElement send(org.apache.axiom.om.OMElement msg, java.lang.String url)
           
 org.apache.axiom.om.OMElement send(org.apache.axiom.om.OMElement msg, java.lang.String url, long timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ODEServiceClient

public ODEServiceClient()
Method Detail

send

public org.apache.axiom.om.OMElement send(org.apache.axiom.om.OMElement msg,
                                          java.lang.String url)
                                   throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault

send

public org.apache.axiom.om.OMElement send(org.apache.axiom.om.OMElement msg,
                                          java.lang.String url,
                                          long timeout)
                                   throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault

buildMessage

public org.apache.axiom.om.OMElement buildMessage(java.lang.String operation,
                                                  java.lang.String[] params,
                                                  java.lang.Object[] values)


Copyright © 2007-2011 52north.org. All Rights Reserved.