Uses of Interface
flex.messaging.messages.Message

Packages that use Message
flex.messaging.messages   
org.granite.client.messaging.channel.amf   
org.granite.client.messaging.codec   
org.granite.context   
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.client.messaging.channel.amf
 

Methods in org.granite.client.messaging.channel.amf that return Message
protected  Message[] AbstractAMFChannel.convertToAmf(RequestMessage request)
           
 

Uses of Message in org.granite.client.messaging.codec
 

Methods in org.granite.client.messaging.codec that return Message
 Message[] AMF3MessagingCodec.decode(InputStream input)
           
 Message[] JMFAMF3MessagingCodec.decode(InputStream input)
           
 

Methods in org.granite.client.messaging.codec with parameters of type Message
 void AMF3MessagingCodec.encode(Message[] messages, OutputStream output)
           
 void JMFAMF3MessagingCodec.encode(Message[] messages, OutputStream output)
           
 

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.messaging.amf.process
 

Methods in org.granite.messaging.amf.process with parameters of type Message
 void AMF3MessageInterceptor.after(Message request, Message response)
           
 void AMF3MessageInterceptor.before(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)
           
 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)