Skip navigation links
oracle.wsm.policy.parser
Class ParseContext
java.lang.Object
oracle.wsm.policy.parser.ParseContext
-
public class ParseContext
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParseContext
public ParseContext(Map<String,IDeSerializer> deSerializerMap,
Map<String,Constructor> constructorMap)
getDeSerializerEntry
public IDeSerializer getDeSerializerEntry(String key)
getDefaultDeSerializerEntry
public IDeSerializer getDefaultDeSerializerEntry()
getAssertionConstructorEntry
public Constructor getAssertionConstructorEntry(String key)
isParseLightWeight
public boolean isParseLightWeight()
- Returns a flag that determines if a light weight policy objects needs to be returned
-
- Returns:
setParseLightWeight
public void setParseLightWeight(boolean parseLightWeight)
isGracefulParsing
public boolean isGracefulParsing()
setGracefulParsing
public void setGracefulParsing(boolean scenarioParsing)
Skip navigation links
Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.