|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AMFBody | |
org.openamf | |
org.openamf.invoker | |
org.openamf.io |
Uses of AMFBody in org.openamf |
Methods in org.openamf that return AMFBody | |
AMFBody |
ServiceRequest.getRequestBody()
|
AMFBody |
AMFMessage.getBody(int index)
|
Methods in org.openamf with parameters of type AMFBody | |
void |
ServiceRequest.setRequestBody(AMFBody body)
|
protected java.lang.Object |
DefaultGateway.invokeBody(javax.servlet.http.HttpServletRequest req,
AMFBody requestBody)
|
protected ServiceInvoker |
DefaultGateway.getServiceInvoker(AMFBody requestBody,
javax.servlet.http.HttpServletRequest httpServletRequest)
This method is used to find the correct invoker for the request. |
void |
AMFMessage.addBody(AMFBody body)
|
protected ServiceInvoker |
AdvancedGateway.getServiceInvoker(AMFBody requestBody,
javax.servlet.http.HttpServletRequest httpServletRequest)
Uses the setting in openamf-config.xml to gets the correct invoker, enforce access control, and store state-beans in the request/session |
Constructors in org.openamf with parameters of type AMFBody | |
ServiceRequest(AMFBody requestBody)
|
|
ServiceRequest(AMFBody requestBody,
ServiceConfig serviceConfig)
|
Uses of AMFBody in org.openamf.invoker |
Fields in org.openamf.invoker declared as AMFBody | |
protected AMFBody |
ServiceInvocationException.requestBody
|
Methods in org.openamf.invoker that return AMFBody | |
AMFBody |
ServiceInvocationException.getAMFBody()
|
Constructors in org.openamf.invoker with parameters of type AMFBody | |
ServiceInvocationException(AMFBody requestBody,
java.lang.Throwable cause)
|
Uses of AMFBody in org.openamf.io |
Methods in org.openamf.io with parameters of type AMFBody | |
protected void |
AMFSerializer.writeBody(AMFBody body)
Writes message body |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |