org.apache.rampart.policy.model
Class OptimizePartsConfig
java.lang.Object
org.apache.rampart.policy.model.OptimizePartsConfig
- All Implemented Interfaces:
- org.apache.neethi.Assertion, org.apache.neethi.PolicyComponent
public class OptimizePartsConfig
- extends Object
- implements org.apache.neethi.Assertion
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OPTIMIZE_PARTS_LN
public static final String OPTIMIZE_PARTS_LN
- See Also:
- Constant Field Values
EXPRESSIONS_LN
public static final String EXPRESSIONS_LN
- See Also:
- Constant Field Values
EXPRESSION_LN
public static final String EXPRESSION_LN
- See Also:
- Constant Field Values
NAMESPACES_LN
public static final String NAMESPACES_LN
- See Also:
- Constant Field Values
NAMESPACE_LN
public static final String NAMESPACE_LN
- See Also:
- Constant Field Values
URI_ATTR
public static final String URI_ATTR
- See Also:
- Constant Field Values
PREFIX_ATTR
public static final String PREFIX_ATTR
- See Also:
- Constant Field Values
OptimizePartsConfig
public OptimizePartsConfig()
addExpression
public void addExpression(String expression)
addNamespaces
public void addNamespaces(String prefix,
String ns)
getExpressions
public List<String> getExpressions()
getNamespaces
public Map getNamespaces()
getType
public short getType()
- Specified by:
getType in interface org.apache.neethi.PolicyComponent
getName
public QName getName()
- Specified by:
getName in interface org.apache.neethi.Assertion
serialize
public void serialize(javax.xml.stream.XMLStreamWriter writer)
throws javax.xml.stream.XMLStreamException
- Specified by:
serialize in interface org.apache.neethi.Assertion- Specified by:
serialize in interface org.apache.neethi.PolicyComponent
- Throws:
javax.xml.stream.XMLStreamException
normalize
public org.apache.neethi.PolicyComponent normalize()
- Specified by:
normalize in interface org.apache.neethi.Assertion
isOptional
public boolean isOptional()
- Specified by:
isOptional in interface org.apache.neethi.Assertion
isIgnorable
public boolean isIgnorable()
- Specified by:
isIgnorable in interface org.apache.neethi.Assertion
equal
public boolean equal(org.apache.neethi.PolicyComponent arg0)
- Specified by:
equal in interface org.apache.neethi.PolicyComponent
Copyright © Apache Software Foundation. All Rights Reserved.