Uses of Class
org.apache.muse.ws.resource.remote.WsResourceClient

Packages that use WsResourceClient
org.apache.muse.tools.inspector   
org.apache.muse.ws.dm.muws.impl   
org.apache.muse.ws.dm.muws.remote   
org.apache.muse.ws.notification.remote   
org.apache.muse.ws.resource.sg.impl   
org.apache.muse.ws.resource.sg.remote   
 

Uses of WsResourceClient in org.apache.muse.tools.inspector
 

Methods in org.apache.muse.tools.inspector with parameters of type WsResourceClient
 Object ResourceInspector.invoke(WsResourceClient resource, String operation, Object[] parameters)
          This method will invoke form the proper SOAP request for the given operation and parameters and send it to the resource represented by the given client.
 

Uses of WsResourceClient in org.apache.muse.ws.dm.muws.impl
 

Methods in org.apache.muse.ws.dm.muws.impl that return WsResourceClient
 WsResourceClient[] QueryRelationshipsResponse.getRelationshipClients()
           
 

Constructors in org.apache.muse.ws.dm.muws.impl with parameters of type WsResourceClient
SimpleParticipant(WsResourceClient remote, String role)
           
 

Uses of WsResourceClient in org.apache.muse.ws.dm.muws.remote
 

Subclasses of WsResourceClient in org.apache.muse.ws.dm.muws.remote
 class MetricsClient
          MetricsClient provides two convenience methods for reading WSRP resource properties and their metrics without resorting to separate SOAP calls or DOM APIs.
 class RelationshipsClient
          RelationshipsClient is a client for invoking the web services operations in WSDM MUWS Part 2 that are defined by the muws2:Relationships capability.
 

Methods in org.apache.muse.ws.dm.muws.remote that return WsResourceClient
 WsResourceClient[] RelationshipsClient.queryRelationshipsByType(QName[] types)
           
 

Uses of WsResourceClient in org.apache.muse.ws.notification.remote
 

Subclasses of WsResourceClient in org.apache.muse.ws.notification.remote
 class NotificationConsumerClient
          NotificationConsumerClient is a web services client for resources that implement the WS-N NotificationConsumer port type.
 class NotificationProducerClient
          NotificationProducerClient is a web services client for resources that implement the WS-N NotificationProducer port type.
 class SubscriptionClient
          SubscriptionClient is a web services client for resources that implement the WS-N SubscriptionManager port type.
 

Uses of WsResourceClient in org.apache.muse.ws.resource.sg.impl
 

Methods in org.apache.muse.ws.resource.sg.impl that return WsResourceClient
 WsResourceClient AddResponse.getEntryClient()
           
protected  WsResourceClient SimpleEntry.getMemberClient()
           
 

Uses of WsResourceClient in org.apache.muse.ws.resource.sg.remote
 

Subclasses of WsResourceClient in org.apache.muse.ws.resource.sg.remote
 class ServiceGroupClient
          ServiceGroupClient is a WSRF-based web services client that provides an implementation of the (optional) wsrf-sg:Add operation as well as a few convenience methods that make reading through service groups easier.
 

Methods in org.apache.muse.ws.resource.sg.remote that return WsResourceClient
 WsResourceClient ServiceGroupClient.add(EndpointReference memberEPR, Date termination)
          Invokes the wsrf-sg:Add operation with an empty wsrf-sg:Content parameter.
 WsResourceClient ServiceGroupClient.add(EndpointReference memberEPR, Date termination, Element content)
           
 WsResourceClient[] ServiceGroupClient.getMembers()
           
 



Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.