Uses of Class
org.openamf.AMFMessage

Packages that use AMFMessage
org.openamf   
org.openamf.io   
org.openamf.test   
 

Uses of AMFMessage in org.openamf
 

Methods in org.openamf that return AMFMessage
static AMFMessage RequestContext.getRequestMessage()
           
protected  AMFMessage DefaultGateway.deserializeAMFMessage(javax.servlet.http.HttpServletRequest req)
          Uses the AMFDeserializer to deserialize the request
protected  AMFMessage DefaultGateway.processMessage(javax.servlet.http.HttpServletRequest req, AMFMessage message)
          Iterates through the request message's bodies, invokes each body and then, builds a message to send as the results
 

Methods in org.openamf with parameters of type AMFMessage
static void RequestContext.setRequestMessage(AMFMessage m)
           
protected  void DefaultGateway.serializeAMFMessage(javax.servlet.http.HttpServletResponse resp, AMFMessage message)
          Uses the AMFSerializer to serialize the request
protected  AMFMessage DefaultGateway.processMessage(javax.servlet.http.HttpServletRequest req, AMFMessage message)
          Iterates through the request message's bodies, invokes each body and then, builds a message to send as the results
 

Uses of AMFMessage in org.openamf.io
 

Fields in org.openamf.io declared as AMFMessage
protected  AMFMessage AMFDeserializer.message
          Object to store the deserialized data
 

Methods in org.openamf.io that return AMFMessage
 AMFMessage AMFDeserializer.getAMFMessage()
           
 

Methods in org.openamf.io with parameters of type AMFMessage
 void AMFSerializer.serializeMessage(AMFMessage message)
          Writes message
 

Uses of AMFMessage in org.openamf.test
 

Methods in org.openamf.test that return AMFMessage
static AMFMessage RemotingTester.sendMessage(java.lang.String gateway, java.lang.String target, java.lang.String response, java.util.List parameters)
           
static AMFMessage RemotingTester.sendMessage(java.lang.String gateway, AMFMessage requestMessage)
           
 

Methods in org.openamf.test with parameters of type AMFMessage
static AMFMessage RemotingTester.sendMessage(java.lang.String gateway, AMFMessage requestMessage)