Uses of Interface
org.apache.muse.core.routing.MessageHandler

Packages that use MessageHandler
org.apache.muse.core   
org.apache.muse.core.descriptor   
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 MessageHandler in org.apache.muse.core
 

Methods in org.apache.muse.core that return MessageHandler
 MessageHandler Capability.getMessageHandler(String action)
           
 MessageHandler AbstractCapability.getMessageHandler(String action)
           
 

Methods in org.apache.muse.core with parameters of type MessageHandler
protected  void AbstractCapability.setMessageHandler(MessageHandler handler)
           
 

Uses of MessageHandler in org.apache.muse.core.descriptor
 

Methods in org.apache.muse.core.descriptor that return MessageHandler
protected  MessageHandler SimpleResourceDescriptor.createMessageHandler(String actionURI, QName operationName, QName returnValueName)
           
 

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

Classes in org.apache.muse.core.routing that implement MessageHandler
 class AbstractMessageHandler
          AbstractMessageHandler is a convenience class that implements all of the accessor methods of MessageHandler, leaving only the serialization methods (fromXML(Element) and toXML(Object)).
 class ReflectionMessageHandler
          ReflectionMessageHandler is a generic implementation of MessageHandler that can be applied to any Java method.
 

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

Classes in org.apache.muse.ws.dm.muws.impl that implement MessageHandler
 class QueryRelationshipsHandler
          QueryRelationshipsHandler is the parser for the MUWS (Part 2) QueryRelationshipsByType operation.
 

Methods in org.apache.muse.ws.dm.muws.impl that return MessageHandler
protected  MessageHandler SimpleRelationships.createQueryHandler()
           
 

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

Classes in org.apache.muse.ws.metadata.impl that implement MessageHandler
 class GetMetadataHandler
          GetMetadataHandler is the parser for the WS-MetadataExchange GetMetadata operation.
 

Methods in org.apache.muse.ws.metadata.impl that return MessageHandler
protected  MessageHandler SimpleMetadataExchange.createGetMetadataHandler()
           
 

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

Classes in org.apache.muse.ws.notification.impl that implement MessageHandler
 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.
 

Methods in org.apache.muse.ws.notification.impl that return MessageHandler
protected  MessageHandler SimpleNotificationProducer.createGetCurrentMessageHandler()
           
protected  MessageHandler SimpleNotificationConsumer.createNotifyHandler()
           
protected  MessageHandler SimpleNotificationProducer.createSubscribeHandler()
           
 

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

Classes in org.apache.muse.ws.resource.lifetime.impl that implement MessageHandler
 class SetTerminationTimeHandler
          SetTerminationTimeHandler is the parser for the WS-ImmediateTermination SetTerminationTime operation.
 

Methods in org.apache.muse.ws.resource.lifetime.impl that return MessageHandler
protected  MessageHandler SimpleScheduledTermination.createSetTerminationTimeHandler()
           
 

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

Classes in org.apache.muse.ws.resource.properties.get.impl that implement MessageHandler
 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.
 

Methods in org.apache.muse.ws.resource.properties.get.impl that return MessageHandler
protected  MessageHandler SimpleGetCapability.createGetDocumentHandler()
           
protected  MessageHandler SimpleGetCapability.createGetHandler()
           
protected  MessageHandler SimpleGetCapability.createGetMultipleHandler()
           
 

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

Classes in org.apache.muse.ws.resource.properties.query.impl that implement MessageHandler
 class QueryHandler
          QueryHandler is the parser for the WS-ResourceProperties QueryResourceProperties operation.
 

Methods in org.apache.muse.ws.resource.properties.query.impl that return MessageHandler
protected  MessageHandler SimpleQueryCapability.createQueryHandler()
           
 

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

Classes in org.apache.muse.ws.resource.properties.set.impl that implement MessageHandler
 class SetHandler
          SetHandler is the parser for the WS-ResourceProperties SetResourceProperties operation.
 

Methods in org.apache.muse.ws.resource.properties.set.impl that return MessageHandler
protected  MessageHandler SimpleSetCapability.createSetHandler()
           
 

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

Classes in org.apache.muse.ws.resource.sg.impl that implement MessageHandler
 class AddHandler
          AddHandler is the parser for the WS-ServiceGroup Add operation.
 

Methods in org.apache.muse.ws.resource.sg.impl that return MessageHandler
protected  MessageHandler SimpleServiceGroupRegistration.createAddHandler()
           
 



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