COSMOS ${releaseVersion} data-collection Project
Public API Specification

org.eclipse.cosmos.dc.remote.wsdm.api
Class InboundContextClient

java.lang.Object
  extended by org.apache.muse.core.AbstractResourceClient
      extended by org.apache.muse.ws.resource.remote.WsResourceClient
          extended by org.apache.muse.ws.notification.remote.NotificationConsumerClient
              extended by org.eclipse.cosmos.dc.remote.wsdm.api.ContextClient
                  extended by org.eclipse.cosmos.dc.remote.wsdm.api.InboundContextClient
All Implemented Interfaces:
org.apache.muse.util.Traceable, org.apache.muse.ws.addressing.soap.SoapMonitor

public class InboundContextClient
extends ContextClient


Constructor Summary
InboundContextClient(org.apache.muse.ws.addressing.EndpointReference destination, java.lang.String name)
           
 
Method Summary
 void activate()
           
 void deactivate()
           
 java.lang.Object getRootSource()
           
 
Methods inherited from class org.eclipse.cosmos.dc.remote.wsdm.api.ContextClient
getName, materialize
 
Methods inherited from class org.apache.muse.ws.notification.remote.NotificationConsumerClient
getConsumerReference, getProducerReference, notify, notify
 
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
 

Constructor Detail

InboundContextClient

public InboundContextClient(org.apache.muse.ws.addressing.EndpointReference destination,
                            java.lang.String name)
Method Detail

getRootSource

public java.lang.Object getRootSource()
                               throws java.lang.Exception
Throws:
java.lang.Exception

activate

public void activate()
              throws java.lang.Exception
Throws:
java.lang.Exception

deactivate

public void deactivate()
                throws java.lang.Exception
Throws:
java.lang.Exception

COSMOS ${releaseVersion} data-collection Project
Public API Specification