|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RequestContext
Represents a Request
| Method Summary | |
|---|---|
void |
marshall(java.io.OutputStream os)
Marshall the request context onto an Output Stream |
void |
readRequest(java.io.InputStream is)
Read the Request from a stream |
void |
setRequest(RequestType requestType)
Place the Request instance on the context |
| Methods inherited from interface org.jboss.security.xacml.interfaces.ContextMapOp |
|---|
get, set |
| Method Detail |
|---|
void setRequest(RequestType requestType)
throws java.io.IOException
requestType - An instance of RequestType
java.io.IOException
void readRequest(java.io.InputStream is)
throws java.io.IOException
is - InputStream for the request
java.io.IOException
void marshall(java.io.OutputStream os)
throws java.io.IOException
os - OutputStream (System.out, ByteArrayOutputStream etc)
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||