Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Uses of Class
oracle.wsm.policy.parser.PolicyParseFailedException

Packages that use PolicyParseFailedException
oracle.fabric.common.legacypolicy   
oracle.wsm.log.model   
oracle.wsm.policy.logging   
oracle.wsm.policy.model   
oracle.wsm.policy.model.impl   
oracle.wsm.policy.parser   
oracle.wsm.policy.parser.impl   
oracle.wsm.policy.util   
oracle.wsm.security.policy.scenario   
oracle.wsm.xml   

 

Uses of PolicyParseFailedException in oracle.fabric.common.legacypolicy

 

Methods in oracle.fabric.common.legacypolicy that throw PolicyParseFailedException
static Object LegacyPolicyConversion.fromXML(Node element)
           

 

Uses of PolicyParseFailedException in oracle.wsm.log.model

 

Methods in oracle.wsm.log.model that throw PolicyParseFailedException
 Object LogAssertion.parse(Element element, ParseContext ctx)
           

 

Uses of PolicyParseFailedException in oracle.wsm.policy.logging

 

Methods in oracle.wsm.policy.logging with parameters of type PolicyParseFailedException
static void PolicyMessageLogger.apiSeverePolicyParseFailedException(PolicyParseFailedException pe)
           
static void PolicyMessageLogger.severePolicyParseFailedException(PolicyParseFailedException pe)
           

 

Uses of PolicyParseFailedException in oracle.wsm.policy.model

 

Methods in oracle.wsm.policy.model that throw PolicyParseFailedException
 Object IScenarioAssertion.fromXML(Element element)
           

 

Uses of PolicyParseFailedException in oracle.wsm.policy.model.impl

 

Methods in oracle.wsm.policy.model.impl that throw PolicyParseFailedException
 Object ScenarioAssertion.parse(Element element, ParseContext ctx)
           
 Object PartsAssertion.parse(Element element, ParseContext ctx)
           
 Object ElementsAssertion.parse(Element element, ParseContext ctx)
           

 

Uses of PolicyParseFailedException in oracle.wsm.policy.parser

 

Methods in oracle.wsm.policy.parser that throw PolicyParseFailedException
 Object IDeSerializer.parse(Element element, ParseContext ctx)
           
 IAssertion IPolicyReader.parseAssertion(Element element)
           
 IAssertion IPolicyReader.parseAssertion(InputStream in)
           
 IAssertion IPolicyReader.parseAssertion(Reader reader)
           
 IAssertionTemplate IPolicyReader.parseAssertionTemplate(Element element)
           
 IAssertionTemplate IPolicyReader.parseAssertionTemplate(InputStream in)
           
 IAssertionTemplate IPolicyReader.parseAssertionTemplate(Reader reader)
           
 IConfig IPolicyReader.parseConfig(Element element)
           
 IConfig IPolicyReader.parseConfig(InputStream inputStream)
           
 IConfig IPolicyReader.parseConfig(Reader reader)
           
 IPolicy IPolicyReader.parsePolicy(Element element)
           
 IPolicy IPolicyReader.parsePolicy(InputStream inputStream)
           
 IPolicy IPolicyReader.parsePolicy(Reader reader)
           
 IPolicyAttachment IPolicyReader.parsePolicyAttachment(Element element)
           
 IPolicyAttachment IPolicyReader.parsePolicyAttachment(InputStream inputStream)
           
 IPolicyAttachment IPolicyReader.parsePolicyAttachment(Reader reader)
           
 IPolicyReference IPolicyReader.parsePolicyReference(Element element)
           
 IPolicyReference IPolicyReader.parsePolicyReference(InputStream in)
           
 IPolicyReference IPolicyReader.parsePolicyReference(Reader reader)
           
 IPolicySet IPolicyReader.parsePolicySet(InputStream inputStream)
           
 IPolicySet IPolicyReader.parsePolicySet(Reader reader)
           
 IPolicySubject IPolicyReader.parsePolicySubject(InputStream inputStream)
           
 IPolicySubject IPolicyReader.parsePolicySubject(Reader reader)
           

 

Uses of PolicyParseFailedException in oracle.wsm.policy.parser.impl

 

Methods in oracle.wsm.policy.parser.impl that throw PolicyParseFailedException
 Object XorCompositeAssertionSerializerDeSerializer.parse(Element element, ParseContext ctx)
           
 Object PolicySubjectSerializerDeSerializer.parse(Element element, ParseContext ctx)
           
 Object PolicySetSerializerDeSerializer.parse(Element element, ParseContext ctx)
           
 Object PolicySerializerDeSerializer.parse(Element element, ParseContext ctx)
           
 Object PolicyReferenceSerializerDeSerializer.parse(Element element, ParseContext ctx)
           
 Object PolicyAttachmentSerializerDeSerializer.parse(Element element, ParseContext ctx)
           
 Object DefaultAssertionSerializerDeSerializer.parse(Element element, ParseContext ctx)
           
static List DeSerializerUtil.parse(Element element, ParseContext ctx)
           
 Object ConfigSerializerDeSerializer.parse(Element element, ParseContext ctx)
           
 Object ConfigReferenceSerializerDeSerializer.parse(Element element, ParseContext ctx)
           
 Object AssertionTemplateSerializerDeSerializer.parse(Element element, ParseContext ctx)
           
 Object AssertionGuardSerializerDeSerializer.parse(Element element, ParseContext ctx)
           
 Object AssertionBindingsSerializerDeSerializer.parse(Element element, ParseContext ctx)
           
 Object AndCompositeAssertionSerializerDeSerializer.parse(Element element, ParseContext ctx)
           
static Object DeSerializerUtil.parseAndReturnObject(Element obj, ParseContext ctx)
           
 IConfig AssertionBindingsSerializerDeSerializer.parseConfig(Element element, ParseContext ctx)
           
 IConfigReference AssertionBindingsSerializerDeSerializer.parseConfigRef(Element element, ParseContext ctx)
           
 IPolicy PolicyAttachmentSerializerDeSerializer.parsePolicy(Element element, ParseContext ctx)
           
 IPolicyReference PolicyAttachmentSerializerDeSerializer.parsePolicyReference(Element element, ParseContext ctx)
           
 IPolicySubject PolicyAttachmentSerializerDeSerializer.parsePolicySubject(Element element, ParseContext ctx)
           
 List<IPolicySubject> PolicyAttachmentSerializerDeSerializer.parsePolicySubjects(Element element, ParseContext ctx)
           

 

Uses of PolicyParseFailedException in oracle.wsm.policy.util

 

Methods in oracle.wsm.policy.util that throw PolicyParseFailedException
static List<IAssertionTemplate> PolicyUtil.convertStrsToATs(List<String> atsStr, boolean gracefulParse)
           
static List<IPolicy> PolicyUtil.convertStrsToPolicies(List<String> polsStr, boolean gracefulParse)
           
static List<IPolicyAttachment> PolicyUtil.convertStrsToPolicyAttachments(List<String> pasStr)
           
static List<IPolicySubject> PolicyUtil.convertStrsToPolicySubjects(List<String> polSubjsStr)
           
static List<IPolicyReference> PolicyUtil.convertStrsToPolRefs(List<String> polRefsStr)
           
static IAssertionTemplate PolicyUtil.convertStrToAT(String atStr, boolean gracefulParse)
           
static IPolicy PolicyUtil.convertStrToPolicy(String polString, boolean gracefulParse)
           
static IPolicyAttachment PolicyUtil.convertStrToPolicyAttachment(String polAttachment)
           
static IPolicySet PolicyUtil.convertStrToPolicySet(String policySet)
           
static IPolicySubject PolicyUtil.convertStrToPolicySubject(String polSubj)
           
static IPolicyReference PolicyUtil.convertStrToPolRef(String polRef)
           
 IAssertion PolicyParser.parseAssertion(Element element)
           
 IAssertion PolicyParser.parseAssertion(InputStream in)
           
 IAssertion PolicyParser.parseAssertion(Reader reader)
           
 IAssertionTemplate PolicyParser.parseAssertionTemplate(Element element)
           
 IAssertionTemplate PolicyParser.parseAssertionTemplate(InputStream in)
           
 IAssertionTemplate PolicyParser.parseAssertionTemplate(Reader reader)
           
 IConfig PolicyParser.parseConfig(Element element)
           
 IConfig PolicyParser.parseConfig(InputStream in)
           
 IConfig PolicyParser.parseConfig(Reader reader)
           
 IPolicy PolicyParser.parsePolicy(Element element)
           
 IPolicy PolicyParser.parsePolicy(InputStream inputStream)
           
 IPolicy PolicyParser.parsePolicy(Reader reader)
           
 IPolicyAttachment PolicyParser.parsePolicyAttachment(Element element)
           
 IPolicyAttachment PolicyParser.parsePolicyAttachment(InputStream in)
           
 IPolicyAttachment PolicyParser.parsePolicyAttachment(Reader reader)
           
 IPolicyReference PolicyParser.parsePolicyReference(Element element)
           
 IPolicyReference PolicyParser.parsePolicyReference(InputStream in)
           
 IPolicyReference PolicyParser.parsePolicyReference(Reader reader)
           
 IPolicySet PolicyParser.parsePolicySet(Element element)
           
 IPolicySet PolicyParser.parsePolicySet(InputStream inputStream)
           
 IPolicySet PolicyParser.parsePolicySet(Reader reader)
           
 IPolicySubject PolicyParser.parsePolicySubject(Element element)
           
 IPolicySubject PolicyParser.parsePolicySubject(InputStream inputStream)
           
 IPolicySubject PolicyParser.parsePolicySubject(Reader reader)
           

 

Uses of PolicyParseFailedException in oracle.wsm.security.policy.scenario

 

Methods in oracle.wsm.security.policy.scenario that throw PolicyParseFailedException
 Object SecurityScenario.fromXML(Element element)
           

 

Uses of PolicyParseFailedException in oracle.wsm.xml

 

Methods in oracle.wsm.xml that throw PolicyParseFailedException
static Document XMLUtils.getDocFromInputSource(InputSource source, boolean useXDK)
           
static Document XMLUtils.getDocFromInputStream(InputStream input, boolean useXDK)
           
static Document XMLUtils.getDocFromReader(Reader reader, boolean useXDK)
           

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.