|
||||||||||
| 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(OutputStream os)
Marshall the request context onto an Output Stream |
void |
readRequest(InputStream is)
Read the Request from a stream |
void |
readRequest(Node node)
Read a preparsed Node |
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 IOException
requestType - An instance of RequestType
IOException
void readRequest(InputStream is)
throws IOException
is - InputStream for the request
IOException
void readRequest(Node node)
throws IOException
node -
IOException
void marshall(OutputStream os)
throws IOException
os - OutputStream (System.out, ByteArrayOutputStream etc)
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||