org.apache.muse.ws.notification.remote
Class NotificationConsumerClient
java.lang.Object
org.apache.muse.core.AbstractResourceClient
org.apache.muse.ws.resource.remote.WsResourceClient
org.apache.muse.ws.notification.remote.NotificationConsumerClient
- All Implemented Interfaces:
- Traceable, SoapMonitor
public class NotificationConsumerClient
- extends WsResourceClient
NotificationConsumerClient is a web services client for resources that
implement the WS-N NotificationConsumer port type. It adds the wsnt:Notify
method to the base WS-RF interfaces.
- Author:
- Dan Jemiolo (danj)
Methods inherited from class org.apache.muse.ws.resource.remote.WsResourceClient |
deleteResourceProperty, destroy, getMultipleResourceProperties, getPropertyAsObject, getResourceProperty, getResourcePropertyDocument, insertResourceProperty, putResourcePropertyDocument, queryResourceProperties, setResourceProperties, setTerminationTime, updateResourceProperty |
Methods inherited from class org.apache.muse.core.AbstractResourceClient |
getDestination, getEndpointReference, getSoapClient, getSoapMonitorPort, getSource, getTraceWriter, invoke, invoke, invoke, invoke, isUsingSoapMonitor, isUsingTrace, setTrace, setTraceWriter, startSoapMonitor, stopSoapMonitor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotificationConsumerClient
public NotificationConsumerClient(EndpointReference destination)
NotificationConsumerClient
public NotificationConsumerClient(EndpointReference destination,
EndpointReference source)
NotificationConsumerClient
public NotificationConsumerClient(EndpointReference destination,
EndpointReference source,
Environment environment)
NotificationConsumerClient
public NotificationConsumerClient(EndpointReference destination,
EndpointReference source,
SoapClient soapClient)
getProducerReference
public EndpointReference getProducerReference()
getConsumerReference
public EndpointReference getConsumerReference()
notify
public void notify(NotificationMessage message)
throws SoapFault
- Throws:
SoapFault
notify
public void notify(NotificationMessage[] messages)
throws SoapFault
- Throws:
SoapFault
Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.