Uses of Interface
org.apache.muse.util.Traceable

Packages that use Traceable
org.apache.muse.core   
org.apache.muse.ws.addressing.soap   
org.apache.muse.ws.dm.muws.remote   
org.apache.muse.ws.metadata.remote   
org.apache.muse.ws.notification.remote   
org.apache.muse.ws.resource.metadata.ext   
org.apache.muse.ws.resource.remote   
org.apache.muse.ws.resource.sg.remote   
 

Uses of Traceable in org.apache.muse.core
 

Classes in org.apache.muse.core that implement Traceable
 class AbstractResourceClient
          AbstractResourceClient is a base class for resource clients that are deployed as doc-literal services using WS-Addressing.
 

Uses of Traceable in org.apache.muse.ws.addressing.soap
 

Subinterfaces of Traceable in org.apache.muse.ws.addressing.soap
 interface SoapClient
          SoapClient is a generic interface for a common set of SOAP utilities that may be implemented with different APIs from platform to platform.
 

Classes in org.apache.muse.ws.addressing.soap that implement Traceable
 class SimpleSoapClient
          SimpleSoapClient is and implementation of SoapClient that relies on the java.net.HttpURLConnection API to send and receive SOAP messages.
 

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

Classes in org.apache.muse.ws.dm.muws.remote that implement Traceable
 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.
 

Uses of Traceable in org.apache.muse.ws.metadata.remote
 

Classes in org.apache.muse.ws.metadata.remote that implement Traceable
 class MetadataExchangeClient
          MetadataExchangeClient is a client for invoking the web services operations in WS-MetadataExchange 09/2004.
 

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

Classes in org.apache.muse.ws.notification.remote that implement Traceable
 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 Traceable in org.apache.muse.ws.resource.metadata.ext
 

Classes in org.apache.muse.ws.resource.metadata.ext that implement Traceable
 class WsrfMetadataExchangeClient
          WsrfMetadataExchangeClient is an extension of Muse's MetadataExchangeClient to include a convenience method for retrieving the resource's metadata descriptor.
 

Uses of Traceable in org.apache.muse.ws.resource.remote
 

Classes in org.apache.muse.ws.resource.remote that implement Traceable
 class WsResourceClient
          WsResourceClient is a web service client that allows users to invoke standard WSRF operations without writing any XML plumbing code.
 

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

Classes in org.apache.muse.ws.resource.sg.remote that implement Traceable
 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.
 



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