org.ow2.petals.binding.soap.listener.outgoing
Class Axis2NotificationConsumerClient

java.lang.Object
  extended by org.ow2.petals.binding.soap.listener.outgoing.Axis2NotificationConsumerClient
All Implemented Interfaces:
org.ow2.petals.ws.client.SoapClient

public class Axis2NotificationConsumerClient
extends java.lang.Object
implements org.ow2.petals.ws.client.SoapClient

A SoapClient implementation that will be used to send Web Service Notifications.

Author:
Christophe HAMERLING (chamerling) - eBM WebSourcing

Constructor Summary
Axis2NotificationConsumerClient(java.util.logging.Logger logger)
          Creates a new instance of Axis2NotificationConsumerClient
 
Method Summary
 org.apache.axiom.soap.SOAPEnvelope send(org.ow2.petals.ws.addressing.EndpointReference src, org.ow2.petals.ws.addressing.EndpointReference dest, java.lang.String wsaAction, org.apache.axiom.om.OMElement body, org.apache.axiom.om.OMElement[] extraHeaders)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Axis2NotificationConsumerClient

public Axis2NotificationConsumerClient(java.util.logging.Logger logger)
Creates a new instance of Axis2NotificationConsumerClient

Method Detail

send

public org.apache.axiom.soap.SOAPEnvelope send(org.ow2.petals.ws.addressing.EndpointReference src,
                                               org.ow2.petals.ws.addressing.EndpointReference dest,
                                               java.lang.String wsaAction,
                                               org.apache.axiom.om.OMElement body,
                                               org.apache.axiom.om.OMElement[] extraHeaders)
Specified by:
send in interface org.ow2.petals.ws.client.SoapClient


Copyright © 2005-2010 OW2 Consortium. All Rights Reserved.