|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPolicyReader
Nested Class Summary | |
---|---|
static class |
IPolicyReader.PARSE_ATTRIBUTES Attributes that can be used to customize object parsing |
Method Detail |
---|
void init(Map<String,Constructor> assertionClassMap, Map<String,IDeSerializer> deSerialzierMap)
IPolicy parsePolicy(InputStream inputStream) throws PolicyParseFailedException
PolicyParseFailedException
IPolicy parsePolicy(Reader reader) throws PolicyParseFailedException
PolicyParseFailedException
IConfig parseConfig(InputStream inputStream) throws PolicyParseFailedException
PolicyParseFailedException
IConfig parseConfig(Reader reader) throws PolicyParseFailedException
PolicyParseFailedException
IConfig parseConfig(Element element) throws PolicyParseFailedException
PolicyParseFailedException
IPolicyAttachment parsePolicyAttachment(InputStream inputStream) throws PolicyParseFailedException
PolicyParseFailedException
IPolicyAttachment parsePolicyAttachment(Reader reader) throws PolicyParseFailedException
PolicyParseFailedException
IPolicySet parsePolicySet(InputStream inputStream) throws PolicyParseFailedException
PolicyParseFailedException
IPolicySet parsePolicySet(Reader reader) throws PolicyParseFailedException
PolicyParseFailedException
IPolicy parsePolicy(Element element) throws PolicyParseFailedException
PolicyParseFailedException
IPolicyReference parsePolicyReference(Element element) throws PolicyParseFailedException
PolicyParseFailedException
IPolicyAttachment parsePolicyAttachment(Element element) throws PolicyParseFailedException
PolicyParseFailedException
IAssertionTemplate parseAssertionTemplate(InputStream in) throws PolicyParseFailedException
PolicyParseFailedException
IAssertionTemplate parseAssertionTemplate(Reader reader) throws PolicyParseFailedException
PolicyParseFailedException
IAssertionTemplate parseAssertionTemplate(Element element) throws PolicyParseFailedException
PolicyParseFailedException
IAssertion parseAssertion(InputStream in) throws PolicyParseFailedException
PolicyParseFailedException
IAssertion parseAssertion(Reader reader) throws PolicyParseFailedException
PolicyParseFailedException
IAssertion parseAssertion(Element element) throws PolicyParseFailedException
PolicyParseFailedException
IPolicyReference parsePolicyReference(InputStream in) throws PolicyParseFailedException
PolicyParseFailedException
IPolicyReference parsePolicyReference(Reader reader) throws PolicyParseFailedException
PolicyParseFailedException
IPolicySubject parsePolicySubject(InputStream inputStream) throws PolicyParseFailedException
PolicyParseFailedException
IPolicySubject parsePolicySubject(Reader reader) throws PolicyParseFailedException
PolicyParseFailedException
void addParseParameter(IPolicyReader.PARSE_ATTRIBUTES attribute, Object value)
PARSE_ATTRIBUTES
for the list of allowed valuesattribute
-value
-Map<IPolicyReader.PARSE_ATTRIBUTES,Object> getParseParmeters()
void setUseXDKParser(boolean useXDK)
useXDK
- If set to true, oracle XDK will be used for all subsequent requests to parse XML objects, else the standard XML parser provided by the JVM will be used (it may turn out to be Oracle XDK as well)
|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |