Uses of Class
org.apache.muse.core.routing.AbstractMessageHandler

Packages that use AbstractMessageHandler
org.apache.muse.core.routing   
org.apache.muse.ws.dm.muws.impl   
org.apache.muse.ws.metadata.impl   
org.apache.muse.ws.notification.impl   
org.apache.muse.ws.resource.lifetime.impl   
org.apache.muse.ws.resource.properties.get.impl   
org.apache.muse.ws.resource.properties.query.impl   
org.apache.muse.ws.resource.properties.set.impl   
org.apache.muse.ws.resource.sg.impl   
 

Uses of AbstractMessageHandler in org.apache.muse.core.routing
 

Subclasses of AbstractMessageHandler in org.apache.muse.core.routing
 class ReflectionMessageHandler
          ReflectionMessageHandler is a generic implementation of MessageHandler that can be applied to any Java method.
 

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

Subclasses of AbstractMessageHandler in org.apache.muse.ws.dm.muws.impl
 class QueryRelationshipsHandler
          QueryRelationshipsHandler is the parser for the MUWS (Part 2) QueryRelationshipsByType operation.
 

Uses of AbstractMessageHandler in org.apache.muse.ws.metadata.impl
 

Subclasses of AbstractMessageHandler in org.apache.muse.ws.metadata.impl
 class GetMetadataHandler
          GetMetadataHandler is the parser for the WS-MetadataExchange GetMetadata operation.
 

Uses of AbstractMessageHandler in org.apache.muse.ws.notification.impl
 

Subclasses of AbstractMessageHandler in org.apache.muse.ws.notification.impl
 class GetCurrentMessageHandler
          GetCurrentHandler is the parser for the WS-Notification GetCurrentMessage operation.
 class NotifyHandler
          NotifyHandler is the parser for the WS-Notification Notify operation.
 class SubscribeHandler
          SubscribeHandler is the parser for the WS-Notification Subscribe operation.
 

Uses of AbstractMessageHandler in org.apache.muse.ws.resource.lifetime.impl
 

Subclasses of AbstractMessageHandler in org.apache.muse.ws.resource.lifetime.impl
 class SetTerminationTimeHandler
          SetTerminationTimeHandler is the parser for the WS-ImmediateTermination SetTerminationTime operation.
 

Uses of AbstractMessageHandler in org.apache.muse.ws.resource.properties.get.impl
 

Subclasses of AbstractMessageHandler in org.apache.muse.ws.resource.properties.get.impl
 class GetDocumentHandler
          GetDocumentHandler is the parser for the WS-ResourceProperties GetResourcePropertyDocument operation.
 class GetHandler
          GetHandler is the parser for the WS-ResourceProperties GetResourceProperty operation.
 class GetMultipleHandler
          GetMultipleHandler is the parser for the WS-ResourceProperties GetMultipleResourceProperties operation.
 

Uses of AbstractMessageHandler in org.apache.muse.ws.resource.properties.query.impl
 

Subclasses of AbstractMessageHandler in org.apache.muse.ws.resource.properties.query.impl
 class QueryHandler
          QueryHandler is the parser for the WS-ResourceProperties QueryResourceProperties operation.
 

Uses of AbstractMessageHandler in org.apache.muse.ws.resource.properties.set.impl
 

Subclasses of AbstractMessageHandler in org.apache.muse.ws.resource.properties.set.impl
 class SetHandler
          SetHandler is the parser for the WS-ResourceProperties SetResourceProperties operation.
 

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

Subclasses of AbstractMessageHandler in org.apache.muse.ws.resource.sg.impl
 class AddHandler
          AddHandler is the parser for the WS-ServiceGroup Add operation.
 



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