|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RequestContext
Represents a Request
Method Summary | |
---|---|
Node |
getDocumentElement()
Return the element of the document from where the request was created if available Null if no parsing was involved |
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 |
Methods inherited from interface org.jboss.security.xacml.interfaces.ElementMappingType |
---|
asElement |
Method Detail |
---|
Node getDocumentElement()
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 |