Uses of Interface
flex.messaging.messages.Message

Packages that use Message
flex.messaging.messages   
org.granite.context   
org.granite.gravity   
org.granite.gravity.adapters   
org.granite.gravity.gae   
org.granite.gravity.security   
org.granite.gravity.selector   
org.granite.messaging.amf.process   
org.granite.messaging.service   
org.granite.messaging.service.security   
 

Uses of Message in flex.messaging.messages
 

Classes in flex.messaging.messages that implement Message
 class AbstractMessage
           
 class AcknowledgeMessage
           
 class AsyncMessage
           
 class CommandMessage
           
 class ErrorMessage
           
 class RemotingMessage
           
 

Methods in flex.messaging.messages with parameters of type Message
 ErrorMessage ErrorMessage.copy(Message request)
           
 

Constructors in flex.messaging.messages with parameters of type Message
AbstractMessage(Message request)
           
AbstractMessage(Message request, boolean keepClientId)
           
AcknowledgeMessage(Message request)
           
AcknowledgeMessage(Message request, boolean keepClientId)
           
AsyncMessage(Message request)
           
AsyncMessage(Message request, boolean keepClientId)
           
ErrorMessage(Message request)
           
ErrorMessage(Message request, boolean keepClientId)
           
ErrorMessage(Message request, Throwable t)
           
ErrorMessage(Message request, Throwable t, boolean keepClientId)
           
 

Uses of Message in org.granite.context
 

Methods in org.granite.context that return Message
abstract  Message AMFContext.getRequest()
           
 Message AMFContextImpl.getRequest()
           
 

Methods in org.granite.context with parameters of type Message
 void AMFContextImpl.setCurrentAmf3Message(Message currentAmf3Message)
           
 

Uses of Message in org.granite.gravity
 

Methods in org.granite.gravity that return Message
protected  Message[] AbstractGravityServlet.deserialize(Gravity gravity, HttpServletRequest request)
           
static Message[] GravityServletUtil.deserialize(Gravity gravity, HttpServletRequest request)
           
protected  Message[] AbstractGravityServlet.deserialize(Gravity gravity, HttpServletRequest request, InputStream is)
           
static Message[] GravityServletUtil.deserialize(Gravity gravity, HttpServletRequest request, InputStream is)
           
 Message AsyncHttpContext.getConnectMessage()
           
 Message MessageReceivingException.getUnreceivedMessage()
           
 Message Subscription.getUnsubscribeMessage()
           
 Message DefaultGravity.handleMessage(Message message)
           
 Message Gravity.handleMessage(Message message)
           
 Message GravityProxy.handleMessage(Message message)
           
 Message DefaultGravity.handleMessage(Message message, boolean skipInterceptor)
           
 Message Gravity.handleMessage(Message message, boolean skipInterceptor)
           
 Message GravityProxy.handleMessage(Message message, boolean skipInterceptor)
           
 Message DefaultGravity.publishMessage(AsyncMessage message)
           
 Message Gravity.publishMessage(AsyncMessage message)
           
 Message GravityProxy.publishMessage(AsyncMessage message)
           
 Message DefaultGravity.publishMessage(Channel fromChannel, AsyncMessage message)
           
 Message Gravity.publishMessage(Channel fromChannel, AsyncMessage message)
           
 Message GravityProxy.publishMessage(Channel fromChannel, AsyncMessage message)
           
 

Methods in org.granite.gravity with parameters of type Message
 Message DefaultGravity.handleMessage(Message message)
           
 Message Gravity.handleMessage(Message message)
           
 Message GravityProxy.handleMessage(Message message)
           
 Message DefaultGravity.handleMessage(Message message, boolean skipInterceptor)
           
 Message Gravity.handleMessage(Message message, boolean skipInterceptor)
           
 Message GravityProxy.handleMessage(Message message, boolean skipInterceptor)
           
protected  void AbstractGravityServlet.serialize(Gravity gravity, HttpServletResponse response, Message[] messages)
           
static void GravityServletUtil.serialize(Gravity gravity, HttpServletResponse response, Message[] messages)
           
static void AbstractGravityServlet.setConnectMessage(HttpServletRequest request, Message connect)
           
static void GravityServletUtil.setConnectMessage(HttpServletRequest request, Message connect)
           
 

Constructors in org.granite.gravity with parameters of type Message
AsyncHttpContext(HttpServletRequest request, HttpServletResponse response, Message connect)
           
AsyncHttpContext(HttpServletRequest request, HttpServletResponse response, Message connect, Object object)
           
MessageReceivingException(Message unreceivedMessage)
           
MessageReceivingException(Message unreceivedMessage, String message)
           
MessageReceivingException(Message unreceivedMessage, String message, Throwable cause)
           
MessageReceivingException(Message unreceivedMessage, Throwable cause)
           
 

Uses of Message in org.granite.gravity.adapters
 

Methods in org.granite.gravity.adapters with parameters of type Message
 boolean SecurityPolicy.canCreate(Channel client, String channel, Message message)
           
 boolean SecurityPolicy.canPublish(Channel client, String channel, Message messsage)
           
 boolean SecurityPolicy.canSubscribe(Channel client, String channel, Message messsage)
           
 ServiceAdapter AdapterFactory.getServiceAdapter(Message request)
           
 

Uses of Message in org.granite.gravity.gae
 

Methods in org.granite.gravity.gae that return types with arguments of type Message
 List<Message> GAEChannel.takeMessages()
           
 

Uses of Message in org.granite.gravity.security
 

Constructors in org.granite.gravity.security with parameters of type Message
GravityInvocationContext(Message message, Destination destination)
           
 

Uses of Message in org.granite.gravity.selector
 

Methods in org.granite.gravity.selector that return Message
 Message MessageEvaluationContext.getMessage()
           
 

Methods in org.granite.gravity.selector with parameters of type Message
 boolean ActiveMQMessageSelector.accept(Message message)
           
 boolean GravityMessageSelector.accept(Message message)
           
 boolean JBossMQMessageSelector.accept(Message message)
           
 boolean MessageSelector.accept(Message message)
           
 Object PropertyExpression.evaluate(Message message)
           
 

Constructors in org.granite.gravity.selector with parameters of type Message
MessageEvaluationContext(Message message)
           
 

Uses of Message in org.granite.messaging.amf.process
 

Methods in org.granite.messaging.amf.process that return Message
static Message AMF3MessageProcessor.process(Message request)
           
static Message AMF3MessageProcessor.processCommandMessage(CommandMessage request)
           
static Message AMF3MessageProcessor.processRemotingMessage(RemotingMessage request)
           
 

Methods in org.granite.messaging.amf.process with parameters of type Message
 void AMF3MessageInterceptor.after(Message request, Message response)
           
 void AMF3MessageInterceptor.before(Message request)
           
static Message AMF3MessageProcessor.process(Message request)
           
 

Uses of Message in org.granite.messaging.service
 

Methods in org.granite.messaging.service with parameters of type Message
 ServiceInvocationContext DefaultMethodMatcher.findServiceMethod(Message message, Destination destination, Object service, String methodName, Object[] params)
           
 ServiceInvocationContext MethodMatcher.findServiceMethod(Message message, Destination destination, Object service, String methodName, Object[] params)
           
protected  ServiceException AbstractServiceExceptionHandler.getServiceException(Message request, Destination destination, String method, Throwable e)
           
protected  ServiceException ExtendedServiceExceptionHandler.getServiceException(Message request, Destination destination, String method, Throwable t)
           
 ServiceException DefaultServiceExceptionHandler.handleNoSuchMethodException(Message request, Destination destination, Object invokee, String method, Object[] args, NoSuchMethodException e)
           
 ServiceException ServiceExceptionHandler.handleNoSuchMethodException(Message request, Destination destination, Object invokee, String method, Object[] args, NoSuchMethodException e)
           
 

Constructors in org.granite.messaging.service with parameters of type Message
ServiceInvocationContext(Message message, Destination destination, Object bean, Method method, Object[] parameters)
           
 

Uses of Message in org.granite.messaging.service.security
 

Methods in org.granite.messaging.service.security that return Message
 Message AbstractSecurityContext.getMessage()
           
 

Constructors in org.granite.messaging.service.security with parameters of type Message
AbstractSecurityContext(Message message, Destination destination)