Skip navigation links
A B C D E F G H I L M N O P Q R S T U W X 

A

AbstractDOMConverter - Class in org.apache.neethi.builders.converters
 
AbstractDOMConverter() - Constructor for class org.apache.neethi.builders.converters.AbstractDOMConverter
 
AbstractOMConverter - Class in org.apache.neethi.builders.converters
 
AbstractOMConverter() - Constructor for class org.apache.neethi.builders.converters.AbstractOMConverter
 
AbstractPolicyOperator - Class in org.apache.neethi
AbstractPolicyOperator provides an implementation of few functions of PolicyOperator interface that other PolicyOperators can use.
AbstractPolicyOperator() - Constructor for class org.apache.neethi.AbstractPolicyOperator
 
AbstractPolicyOperator(PolicyOperator) - Constructor for class org.apache.neethi.AbstractPolicyOperator
 
AbstractStaxConverter - Class in org.apache.neethi.builders.converters
 
AbstractStaxConverter() - Constructor for class org.apache.neethi.builders.converters.AbstractStaxConverter
 
addAssertion(Assertion) - Method in class org.apache.neethi.All
Adds an assertion to its PolicyComponent list.
addAttribute(QName, String) - Method in class org.apache.neethi.builders.PrimitiveAssertion
 
addAttribute(QName, String) - Method in class org.apache.neethi.Policy
Adds an attribute to self.
addAttributes(Map<QName, String>) - Method in class org.apache.neethi.builders.PrimitiveAssertion
 
addPolicyComponent(PolicyComponent) - Method in class org.apache.neethi.AbstractPolicyOperator
 
addPolicyComponent(PolicyComponent) - Method in interface org.apache.neethi.PolicyOperator
Add a PolicyComponent to the PolicyOperator.
addPolicyComponents(List<? extends PolicyComponent>) - Method in class org.apache.neethi.AbstractPolicyOperator
 
All - Class in org.apache.neethi
All is a PolicyOperator that require all its PolicyComponents to be met.
All() - Constructor for class org.apache.neethi.All
 
All(PolicyOperator) - Constructor for class org.apache.neethi.All
 
ALL - Static variable in class org.apache.neethi.PolicyEngine
 
Assertion - Interface in org.apache.neethi
This is an interface that any Assertion must implement.
AssertionBuilder<T> - Interface in org.apache.neethi.builders
AssertionBuilder is the interface which must implement by any CustomAssertionBuilder.
AssertionBuilderFactory - Interface in org.apache.neethi
AssertionFactory is used to create an Assertion from an Element.
AssertionBuilderFactoryImpl - Class in org.apache.neethi
AssertionFactory is used to create an Assertion from an Element.
AssertionBuilderFactoryImpl(PolicyBuilder) - Constructor for class org.apache.neethi.AssertionBuilderFactoryImpl
 
AssertionBuilderFactoryImpl(PolicyBuilder, ConverterRegistry) - Constructor for class org.apache.neethi.AssertionBuilderFactoryImpl
 
ATTR_ID - Static variable in class org.apache.neethi.Constants
 
ATTR_IGNORABLE - Static variable in class org.apache.neethi.Constants
 
ATTR_NAME - Static variable in class org.apache.neethi.Constants
 
ATTR_OPTIONAL - Static variable in class org.apache.neethi.Constants
 
ATTR_POLICYURIS - Static variable in class org.apache.neethi.Constants
 
ATTR_URI - Static variable in class org.apache.neethi.Constants
 
ATTR_WSP - Static variable in class org.apache.neethi.Constants
 
ATTR_WSU - Static variable in class org.apache.neethi.Constants
 
attributes - Variable in class org.apache.neethi.builders.PrimitiveAssertion
 

B

build(Object) - Method in interface org.apache.neethi.AssertionBuilderFactory
Returns an assertion that is built using the specified element.
build(Object) - Method in class org.apache.neethi.AssertionBuilderFactoryImpl
Returns an assertion that is built using the specified element.
build(T, AssertionBuilderFactory) - Method in interface org.apache.neethi.builders.AssertionBuilder
Constructs an assertion from a known element.
build(Element, AssertionBuilderFactory) - Method in class org.apache.neethi.builders.xml.XMLPrimitiveAssertionBuilder
 

C

clone(boolean, Policy) - Method in class org.apache.neethi.builders.PolicyContainingPrimitiveAssertion
 
clone(boolean) - Method in class org.apache.neethi.builders.PrimitiveAssertion
 
compare(Policy, Policy) - Static method in class org.apache.neethi.util.PolicyComparator
Returns true if the two policies have the same semantics
compare(PolicyComponent, PolicyComponent) - Static method in class org.apache.neethi.util.PolicyComparator
Returns true if the two PolicyComponents have the same semantics.
compare(All, All) - Static method in class org.apache.neethi.util.PolicyComparator
 
compare(ExactlyOne, ExactlyOne) - Static method in class org.apache.neethi.util.PolicyComparator
 
compare(Assertion, Assertion) - Static method in class org.apache.neethi.util.PolicyComparator
 
compatiblePolicies(Policy, Policy) - Method in class org.apache.neethi.util.PolicyIntersector
 
Constants - Class in org.apache.neethi
Constants contains the set of Constants that are used throughout the Neethi2 framework.
convert(S) - Method in interface org.apache.neethi.builders.converters.Converter
 
convert(S, Class<T>) - Method in class org.apache.neethi.builders.converters.ConverterRegistry
 
convert(Element) - Method in class org.apache.neethi.builders.converters.DOMToDOMConverter
 
convert(Element) - Method in class org.apache.neethi.builders.converters.DOMToOMConverter
 
convert(Element) - Method in class org.apache.neethi.builders.converters.DOMToStaxConverter
 
convert(OMElement) - Method in class org.apache.neethi.builders.converters.OMToDOMConverter
 
convert(OMElement) - Method in class org.apache.neethi.builders.converters.OMToOMConverter
 
convert(OMElement) - Method in class org.apache.neethi.builders.converters.OMToStaxConverter
 
convert(XMLStreamReader) - Method in class org.apache.neethi.builders.converters.StaxToDOMConverter
 
convert(XMLStreamReader) - Method in class org.apache.neethi.builders.converters.StaxToOMConverter
 
convert(XMLStreamReader) - Method in class org.apache.neethi.builders.converters.StaxToStaxConverter
 
Converter<S,T> - Interface in org.apache.neethi.builders.converters
A converter is used to convert from a particular source of Policy information into a form usable by a registered builder.
ConverterException - Exception in org.apache.neethi.builders.converters
Thrown to indicate that conversion from one XML object model to another failed.
ConverterException(String, Throwable) - Constructor for exception org.apache.neethi.builders.converters.ConverterException
 
ConverterException(String) - Constructor for exception org.apache.neethi.builders.converters.ConverterException
 
ConverterException(Throwable) - Constructor for exception org.apache.neethi.builders.converters.ConverterException
 
ConverterRegistry - Class in org.apache.neethi.builders.converters
Contains a registry of Converters.
ConverterRegistry() - Constructor for class org.apache.neethi.builders.converters.ConverterRegistry
 
converters - Variable in class org.apache.neethi.AssertionBuilderFactoryImpl
 

D

defaultBuilder - Variable in class org.apache.neethi.AssertionBuilderFactoryImpl
 
defaultPolicyRegistry - Variable in class org.apache.neethi.PolicyBuilder
 
DOMToDOMConverter - Class in org.apache.neethi.builders.converters
 
DOMToDOMConverter() - Constructor for class org.apache.neethi.builders.converters.DOMToDOMConverter
 
DOMToOMConverter - Class in org.apache.neethi.builders.converters
 
DOMToOMConverter() - Constructor for class org.apache.neethi.builders.converters.DOMToOMConverter
 
DOMToStaxConverter - Class in org.apache.neethi.builders.converters
 
DOMToStaxConverter() - Constructor for class org.apache.neethi.builders.converters.DOMToStaxConverter
 

E

ELEM_ALL - Static variable in class org.apache.neethi.Constants
 
ELEM_EXACTLYONE - Static variable in class org.apache.neethi.Constants
 
ELEM_POLICY - Static variable in class org.apache.neethi.Constants
 
ELEM_POLICY_APPLIES_TO - Static variable in class org.apache.neethi.Constants
 
ELEM_POLICY_ATTACHMENT - Static variable in class org.apache.neethi.Constants
 
ELEM_POLICY_REF - Static variable in class org.apache.neethi.Constants
 
element - Variable in class org.apache.neethi.builders.xml.XmlPrimitiveAssertion
 
engine - Variable in class org.apache.neethi.AssertionBuilderFactoryImpl
 
equal(PolicyComponent) - Method in class org.apache.neethi.AbstractPolicyOperator
 
equal(PolicyComponent) - Method in class org.apache.neethi.builders.PolicyContainingPrimitiveAssertion
 
equal(PolicyComponent) - Method in class org.apache.neethi.builders.PrimitiveAssertion
 
equal(PolicyComponent) - Method in class org.apache.neethi.builders.xml.XmlPrimitiveAssertion
 
equal(PolicyComponent) - Method in interface org.apache.neethi.PolicyComponent
Returns true if the argument is equal to self.
equal(PolicyComponent) - Method in class org.apache.neethi.PolicyReference
 
equals(Object) - Method in class org.apache.neethi.builders.PolicyContainingPrimitiveAssertion
 
equals(Object) - Method in class org.apache.neethi.builders.PrimitiveAssertion
 
EXACTLY_ONE - Static variable in class org.apache.neethi.PolicyEngine
 
ExactlyOne - Class in org.apache.neethi
ExactlyOne PolicyOperator requires exactly one of its PolicyComponents to be met.
ExactlyOne() - Constructor for class org.apache.neethi.ExactlyOne
 
ExactlyOne(PolicyOperator) - Constructor for class org.apache.neethi.ExactlyOne
 

F

factory - Variable in class org.apache.neethi.PolicyBuilder
 
findPolicyNamespace(XMLStreamWriter) - Static method in class org.apache.neethi.Constants
 
findQName(Object) - Method in class org.apache.neethi.builders.converters.ConverterRegistry
 

G

getAlternatives() - Method in class org.apache.neethi.Policy
Returns an Iterator that will return a list of assertions correspond to a Policy alternative if any.
getAlternatives(PolicyRegistry) - Method in class org.apache.neethi.Policy
 
getAssertionBuilderFactory() - Method in class org.apache.neethi.PolicyBuilder
 
getAssertions() - Method in class org.apache.neethi.All
Returns a List of it's PolicyComponents.
getAttribute(QName) - Method in class org.apache.neethi.builders.PrimitiveAssertion
 
getAttribute(QName) - Method in class org.apache.neethi.Policy
Returns the value of the attribute specified by the QName.
getAttributes(Element) - Method in class org.apache.neethi.builders.converters.AbstractDOMConverter
 
getAttributes(OMElement) - Method in class org.apache.neethi.builders.converters.AbstractOMConverter
 
getAttributes(XMLStreamReader) - Method in class org.apache.neethi.builders.converters.AbstractStaxConverter
 
getAttributes(S) - Method in interface org.apache.neethi.builders.converters.Converter
 
getAttributes(Object) - Method in class org.apache.neethi.builders.converters.ConverterRegistry
 
getAttributes() - Method in class org.apache.neethi.builders.PrimitiveAssertion
 
getAttributes() - Method in class org.apache.neethi.Policy
Returns a Map of all attributes of self.
getBuilder(QName) - Method in interface org.apache.neethi.AssertionBuilderFactory
Returns an AssertionBuilder that build an Assertion from an element of qname type.
getBuilder(QName) - Method in class org.apache.neethi.AssertionBuilderFactoryImpl
Returns an AssertionBuilder that build an Assertion from an element of qname type.
getChildElements(Object) - Method in class org.apache.neethi.builders.converters.ConverterRegistry
 
getChildren(Element) - Method in class org.apache.neethi.builders.converters.AbstractDOMConverter
 
getChildren(OMElement) - Method in class org.apache.neethi.builders.converters.AbstractOMConverter
 
getChildren(XMLStreamReader) - Method in class org.apache.neethi.builders.converters.AbstractStaxConverter
 
getChildren(S) - Method in interface org.apache.neethi.builders.converters.Converter
 
getConverterRegistry() - Method in interface org.apache.neethi.AssertionBuilderFactory
Returns the ConverterRegistry that the builder uses for converting the object to the types needed for the AssertionBuilders
getConverterRegistry() - Method in class org.apache.neethi.AssertionBuilderFactoryImpl
 
getFirstPolicyComponent() - Method in class org.apache.neethi.AbstractPolicyOperator
 
getId() - Method in class org.apache.neethi.Policy
Returns the Id attribute of self.
getKnownElements() - Method in interface org.apache.neethi.builders.AssertionBuilder
Returns an array of QNames of elements from which assertion can be built by this AssertionFactory.
getKnownElements() - Method in class org.apache.neethi.builders.xml.XMLPrimitiveAssertionBuilder
 
getName() - Method in interface org.apache.neethi.Assertion
Returns the QName of the Root Element of this Assertion.
getName() - Method in class org.apache.neethi.builders.PrimitiveAssertion
 
getName() - Method in class org.apache.neethi.Policy
Returns the Name attribute of self.
getNamespace() - Method in class org.apache.neethi.Policy
 
getOrCreatePrefix(String, XMLStreamWriter) - Method in class org.apache.neethi.builders.PrimitiveAssertion
 
getParent() - Method in class org.apache.neethi.PolicyRegistryImpl
 
getPolicy() - Method in class org.apache.neethi.builders.PolicyContainingPrimitiveAssertion
 
getPolicy(InputStream) - Method in class org.apache.neethi.PolicyBuilder
Creates a Policy object from an InputStream.
getPolicy(Element) - Method in class org.apache.neethi.PolicyBuilder
 
getPolicy(XMLStreamReader) - Method in class org.apache.neethi.PolicyBuilder
 
getPolicy(Object) - Method in class org.apache.neethi.PolicyBuilder
Creates a Policy object from an element.
getPolicy() - Method in interface org.apache.neethi.PolicyContainingAssertion
 
getPolicy(InputStream) - Static method in class org.apache.neethi.PolicyEngine
Creates a Policy object from an InputStream.
getPolicy(OMElement) - Static method in class org.apache.neethi.PolicyEngine
Creates a Policy object from an OMElement.
getPolicy(Object) - Static method in class org.apache.neethi.PolicyEngine
Creates a Policy object from an Element.
getPolicyComponents() - Method in class org.apache.neethi.AbstractPolicyOperator
 
getPolicyComponents() - Method in interface org.apache.neethi.PolicyOperator
Returns a List of PolicyComponents which this PolicyOperator contains.
getPolicyEngine() - Method in interface org.apache.neethi.AssertionBuilderFactory
Returns the PolicyEngine associated with this factory
getPolicyEngine() - Method in class org.apache.neethi.AssertionBuilderFactoryImpl
 
getPolicyReference(InputStream) - Method in class org.apache.neethi.PolicyBuilder
Creates a PolicyReference object.
getPolicyReference(Object) - Method in class org.apache.neethi.PolicyBuilder
Creates a PolicyReference object from an element.
getPolicyReference(OMElement) - Static method in class org.apache.neethi.PolicyEngine
Creates a PolicyReference object from an OMElement.
getPolicyReference(Object) - Static method in class org.apache.neethi.PolicyEngine
Creates a PolicyReference object from an Element.
getPolicyReferene(InputStream) - Static method in class org.apache.neethi.PolicyEngine
Creates a PolicyReference object.
getPolicyRegistry() - Method in class org.apache.neethi.Policy
 
getPolicyRegistry() - Method in class org.apache.neethi.PolicyBuilder
The PolicyEngine can have a default PolicyRegistry that the Policy objects that it creates are setup to use when normalize is called without the PolicyRegistry.
getQName(Element) - Method in class org.apache.neethi.builders.converters.AbstractDOMConverter
 
getQName(OMElement) - Method in class org.apache.neethi.builders.converters.AbstractOMConverter
 
getQName(XMLStreamReader) - Method in class org.apache.neethi.builders.converters.AbstractStaxConverter
 
getQName(S) - Method in interface org.apache.neethi.builders.converters.Converter
 
getQName(Element) - Method in class org.apache.neethi.builders.xml.XMLPrimitiveAssertionBuilder
 
getRemoteReferencedPolicy(String) - Method in class org.apache.neethi.PolicyReference
 
getTextValue() - Method in class org.apache.neethi.builders.PrimitiveAssertion
 
getType() - Method in class org.apache.neethi.All
Returns Constants.TYPE_ALL
getType() - Method in class org.apache.neethi.builders.PrimitiveAssertion
 
getType() - Method in class org.apache.neethi.builders.xml.XmlPrimitiveAssertion
Returns Constants.TYPE_ASSERTION
getType() - Method in class org.apache.neethi.ExactlyOne
Returns Constants.TYPE_EXACTLYONE;
getType() - Method in class org.apache.neethi.Policy
Returns Constants.TYPE_POLICY
getType() - Method in interface org.apache.neethi.PolicyComponent
Returns a short value which uniquely identify the type of the PolicyComponent.
getType() - Method in class org.apache.neethi.PolicyReference
Returns short value of Constants.TYPE_POLICY_REF
getURI() - Method in class org.apache.neethi.PolicyReference
Gets the Policy URI that is referred by self.
getValue() - Method in class org.apache.neethi.builders.xml.XmlPrimitiveAssertion
Returns the wrapped Element.

H

handleNoRegisteredBuilder(QName) - Method in class org.apache.neethi.AssertionBuilderFactoryImpl
A subclass may want to log when an unknown assertion is encountered or possibly throw an exception or similar.
hasContents() - Method in class org.apache.neethi.builders.PolicyContainingPrimitiveAssertion
 
hasContents() - Method in class org.apache.neethi.builders.PrimitiveAssertion
 
hashCode() - Method in class org.apache.neethi.builders.PrimitiveAssertion
 

I

ignorable - Variable in class org.apache.neethi.builders.PrimitiveAssertion
 
intersect(Assertion, boolean) - Method in interface org.apache.neethi.IntersectableAssertion
 
intersect(Policy) - Method in class org.apache.neethi.Policy
 
intersect(Policy, boolean) - Method in class org.apache.neethi.Policy
 
intersect(Policy, Policy) - Method in class org.apache.neethi.util.PolicyIntersector
 
intersect(Policy, Policy, boolean) - Method in class org.apache.neethi.util.PolicyIntersector
 
IntersectableAssertion - Interface in org.apache.neethi
Assertions that need special consideration to implement the intersection algorithms should implement this interface.
isAppliesToElem(QName) - Static method in class org.apache.neethi.Constants
 
isCompatible(Assertion, boolean) - Method in interface org.apache.neethi.IntersectableAssertion
 
isEmpty() - Method in class org.apache.neethi.AbstractPolicyOperator
 
isEmpty() - Method in interface org.apache.neethi.PolicyOperator
Returns true if the PolicyOperator doesn't contain any PolicyComponents.
isIgnorable() - Method in interface org.apache.neethi.Assertion
Returns true if this Assertion is ignorable.
isIgnorable() - Method in class org.apache.neethi.builders.PrimitiveAssertion
 
isIgnorable(Element) - Static method in class org.apache.neethi.builders.xml.XMLPrimitiveAssertionBuilder
 
isIgnorableAttribute(QName) - Static method in class org.apache.neethi.Constants
 
isInPolicyNS(QName) - Static method in class org.apache.neethi.Constants
 
isOptional() - Method in interface org.apache.neethi.Assertion
Returns true if this Assertion is optional.
isOptional() - Method in class org.apache.neethi.builders.PrimitiveAssertion
 
isOptional(Element) - Static method in class org.apache.neethi.builders.xml.XMLPrimitiveAssertionBuilder
 
isOptionalAttribute(QName) - Static method in class org.apache.neethi.Constants
 
isPolicyElement(String, String) - Static method in class org.apache.neethi.Constants
 
isPolicyElement(QName) - Static method in class org.apache.neethi.Constants
 
isPolicyNS(String) - Static method in class org.apache.neethi.Constants
Check if the given namespace URI refers to one of the supported WS-Policy versions.
isPolicyRef(String, String) - Static method in class org.apache.neethi.Constants
 
isPolicyRef(QName) - Static method in class org.apache.neethi.Constants
 
isPolicyURIsAttr(QName) - Static method in class org.apache.neethi.Constants
 
isStrict() - Method in class org.apache.neethi.util.PolicyIntersector
 

L

loadDynamic() - Method in class org.apache.neethi.AssertionBuilderFactoryImpl
Touch point for subclasses that would like to dynamically load builders when policies are first encountered
lookup(String) - Method in interface org.apache.neethi.PolicyRegistry
Returns the Policy that the specified key is mapped.
lookup(String) - Method in class org.apache.neethi.PolicyRegistryImpl
 

M

merge(Policy) - Method in class org.apache.neethi.Policy
Returns a Policy that is the merge of specified Policy and self.

N

name - Variable in class org.apache.neethi.builders.PrimitiveAssertion
 
nested - Variable in class org.apache.neethi.builders.PolicyContainingPrimitiveAssertion
 
newPolicyContainingAssertion(Element, Map<QName, String>, Policy) - Method in class org.apache.neethi.builders.xml.XMLPrimitiveAssertionBuilder
 
newPrimitiveAssertion(Element, Map<QName, String>) - Method in class org.apache.neethi.builders.xml.XMLPrimitiveAssertionBuilder
 
normalize(Policy, PolicyRegistry, boolean) - Static method in class org.apache.neethi.AbstractPolicyOperator
 
normalize() - Method in interface org.apache.neethi.Assertion
Returns a new PolicyComponent that is the normalized version of this.
normalize() - Method in class org.apache.neethi.builders.PolicyContainingPrimitiveAssertion
 
normalize() - Method in class org.apache.neethi.builders.PrimitiveAssertion
 
normalize() - Method in class org.apache.neethi.builders.xml.XmlPrimitiveAssertion
Returns the partial normalized version of the wrapped Element, that is assumed to be an assertion.
normalize(boolean) - Method in class org.apache.neethi.Policy
Returns a Normalized version of self.
normalize(PolicyRegistry, boolean) - Method in class org.apache.neethi.Policy
Returns a normalized version of self.If deep is set false then the assertions are not normalized and it returns a partially normalized version of self.
normalize() - Method in class org.apache.neethi.PolicyReference
Throws an UnsupportedOperationException since PolicyReference.normalize() can't resolve the Policy that it refers to unless a PolicyRegistry is provided.
normalize(PolicyRegistry, boolean) - Method in class org.apache.neethi.PolicyReference
Returns normalized version of the Policy that is referred by self.
notifyUnknownPolicyElement(Object) - Method in class org.apache.neethi.PolicyBuilder
 

O

OMToDOMConverter - Class in org.apache.neethi.builders.converters
 
OMToDOMConverter() - Constructor for class org.apache.neethi.builders.converters.OMToDOMConverter
 
OMToOMConverter - Class in org.apache.neethi.builders.converters
 
OMToOMConverter() - Constructor for class org.apache.neethi.builders.converters.OMToOMConverter
 
OMToStaxConverter - Class in org.apache.neethi.builders.converters
 
OMToStaxConverter() - Constructor for class org.apache.neethi.builders.converters.OMToStaxConverter
 
optional - Variable in class org.apache.neethi.builders.PrimitiveAssertion
 
org.apache.neethi - package org.apache.neethi
 
org.apache.neethi.builders - package org.apache.neethi.builders
 
org.apache.neethi.builders.converters - package org.apache.neethi.builders.converters
 
org.apache.neethi.builders.xml - package org.apache.neethi.builders.xml
 
org.apache.neethi.util - package org.apache.neethi.util
 

P

Policy - Class in org.apache.neethi
Policy is a PolicyOperator that requires to satisfy all of its PolicyComponents.
Policy() - Constructor for class org.apache.neethi.Policy
 
Policy(PolicyRegistry) - Constructor for class org.apache.neethi.Policy
 
Policy(PolicyRegistry, String) - Constructor for class org.apache.neethi.Policy
 
Policy(PolicyOperator) - Constructor for class org.apache.neethi.Policy
 
POLICY - Static variable in class org.apache.neethi.PolicyEngine
 
POLICY_NAMESPACE - Static variable in class org.apache.neethi.PolicyEngine
 
POLICY_REF - Static variable in class org.apache.neethi.PolicyEngine
 
PolicyBuilder - Class in org.apache.neethi
PolicyBuilder provides set of methods to create a Policy object from an InputStream, Element, XMLStreamReader, OMElement, etc..
PolicyBuilder() - Constructor for class org.apache.neethi.PolicyBuilder
 
PolicyBuilder(AssertionBuilderFactory) - Constructor for class org.apache.neethi.PolicyBuilder
 
PolicyComparator - Class in org.apache.neethi.util
A Utility class that provides methods the check the equality of PolicyComponents.
PolicyComponent - Interface in org.apache.neethi
This is an interface which any component of the framework must implement.
policyComponents - Variable in class org.apache.neethi.AbstractPolicyOperator
 
PolicyContainingAssertion - Interface in org.apache.neethi
Interface to mark Assertions that contain child Policy documents
PolicyContainingPrimitiveAssertion - Class in org.apache.neethi.builders
Implementation of an assertion that required exactly one (possibly empty) child element of type Policy (as does for examples the wsam:Addressing assertion).
PolicyContainingPrimitiveAssertion(QName, boolean, boolean, Policy) - Constructor for class org.apache.neethi.builders.PolicyContainingPrimitiveAssertion
 
PolicyContainingPrimitiveAssertion(QName, boolean, boolean, Map<QName, String>, Policy) - Constructor for class org.apache.neethi.builders.PolicyContainingPrimitiveAssertion
 
PolicyEngine - Class in org.apache.neethi
PolicyEngine provides set of static methods to create a Policy object from an InputStream, OMElement, ..
PolicyEngine() - Constructor for class org.apache.neethi.PolicyEngine
 
PolicyIntersector - Class in org.apache.neethi.util
This class contains methods dealing with policy intersection.
PolicyIntersector() - Constructor for class org.apache.neethi.util.PolicyIntersector
 
PolicyIntersector(boolean) - Constructor for class org.apache.neethi.util.PolicyIntersector
 
PolicyOperator - Interface in org.apache.neethi
PolicyOperator is an interface that all Policy operators must implement.
PolicyReference - Class in org.apache.neethi
PolicyReference is a wrapper that holds explicit PolicyReferences.
PolicyReference() - Constructor for class org.apache.neethi.PolicyReference
 
PolicyReference(PolicyBuilder) - Constructor for class org.apache.neethi.PolicyReference
 
PolicyRegistry - Interface in org.apache.neethi
PolicyRegistry contains (URI,Policy) pairs and it is used to resolve explicit Policy references.
PolicyRegistryImpl - Class in org.apache.neethi
Provides a default implementation of PolicyRegistry interface.
PolicyRegistryImpl() - Constructor for class org.apache.neethi.PolicyRegistryImpl
 
PolicyRegistryImpl(PolicyRegistry) - Constructor for class org.apache.neethi.PolicyRegistryImpl
Constructs a PolicyRegistryImpl with the specified PolicyRegistry as it's parent.
PrimitiveAssertion - Class in org.apache.neethi.builders
 
PrimitiveAssertion() - Constructor for class org.apache.neethi.builders.PrimitiveAssertion
 
PrimitiveAssertion(QName) - Constructor for class org.apache.neethi.builders.PrimitiveAssertion
 
PrimitiveAssertion(QName, boolean) - Constructor for class org.apache.neethi.builders.PrimitiveAssertion
 
PrimitiveAssertion(QName, boolean, boolean) - Constructor for class org.apache.neethi.builders.PrimitiveAssertion
 
PrimitiveAssertion(QName, boolean, boolean, Map<QName, String>) - Constructor for class org.apache.neethi.builders.PrimitiveAssertion
 
PrimitiveAssertion(QName, boolean, boolean, Map<QName, String>, String) - Constructor for class org.apache.neethi.builders.PrimitiveAssertion
 
providers(Class<T>) - Static method in class org.apache.neethi.util.Service
Returns an iterator where each element should implement the interface (or subclass the baseclass) described by cls.

Q

Q_ELEM_IGNORABLE_15_ATTR - Static variable in class org.apache.neethi.Constants
 
Q_ELEM_OPTIONAL_15_ATTR - Static variable in class org.apache.neethi.Constants
 
Q_ELEM_OPTIONAL_ATTR - Static variable in class org.apache.neethi.Constants
 
Q_ELEM_POLICY - Static variable in class org.apache.neethi.Constants
 
Q_ELEM_POLICY_15 - Static variable in class org.apache.neethi.Constants
 

R

readDocElements(Document, Node, XMLStreamReader) - Static method in class org.apache.neethi.builders.converters.StaxToDOMConverter
 
register(String, Policy) - Method in interface org.apache.neethi.PolicyRegistry
Associates a key with a Policy
register(String, Policy) - Method in class org.apache.neethi.PolicyRegistryImpl
 
registerBuilder(QName, AssertionBuilder<?>) - Method in interface org.apache.neethi.AssertionBuilderFactory
Registers an AssertionBuilder with a specified QName.
registerBuilder(AssertionBuilder<?>) - Method in interface org.apache.neethi.AssertionBuilderFactory
Registers an AssertionBuilder with all the builder's known elements.
registerBuilder(QName, AssertionBuilder<?>) - Method in class org.apache.neethi.AssertionBuilderFactoryImpl
Registers an AssertionBuilder with a specified QName.
registerBuilder(AssertionBuilder<?>) - Method in class org.apache.neethi.AssertionBuilderFactoryImpl
 
registerBuilder(QName, AssertionBuilder<?>) - Method in class org.apache.neethi.PolicyBuilder
Registers an AssertionBuilder instances and associates it with a QName.
registerBuilder(QName, AssertionBuilder<?>) - Static method in class org.apache.neethi.PolicyEngine
Registers an AssertionBuilder instances and associates it with a QName.
registerConverter(Converter<?, ?>) - Method in class org.apache.neethi.builders.converters.ConverterRegistry
 
remove(String) - Method in interface org.apache.neethi.PolicyRegistry
Removes the mapping for this key if present.
remove(String) - Method in class org.apache.neethi.PolicyRegistryImpl
 

S

serialize(XMLStreamWriter) - Method in class org.apache.neethi.All
 
serialize(XMLStreamWriter) - Method in interface org.apache.neethi.Assertion
Serialize this Assertion into its XML infoset using XMLStreamWriter.
serialize(XMLStreamWriter) - Method in class org.apache.neethi.builders.PrimitiveAssertion
 
serialize(XMLStreamWriter) - Method in class org.apache.neethi.builders.xml.XmlPrimitiveAssertion
 
serialize(XMLStreamWriter) - Method in class org.apache.neethi.ExactlyOne
 
serialize(XMLStreamWriter) - Method in class org.apache.neethi.Policy
Serializes the Policy to a XMLStreamWriter.
serialize(XMLStreamWriter) - Method in interface org.apache.neethi.PolicyComponent
Serializes the PolicyComponent using an XMLStreamWriter.
serialize(XMLStreamWriter) - Method in class org.apache.neethi.PolicyReference
 
Service - Class in org.apache.neethi.util
This class handles looking up service providers on the class path.
setId(String) - Method in class org.apache.neethi.Policy
Sets the wsu:Id attribute of self.
setIgnorable(boolean) - Method in class org.apache.neethi.builders.PrimitiveAssertion
 
setName(QName) - Method in class org.apache.neethi.builders.PrimitiveAssertion
 
setName(String) - Method in class org.apache.neethi.Policy
Sets the Name attribute of self.
setOptional(boolean) - Method in class org.apache.neethi.builders.PrimitiveAssertion
 
setParent(PolicyRegistry) - Method in class org.apache.neethi.PolicyRegistryImpl
 
setPolicy(Policy) - Method in class org.apache.neethi.builders.PolicyContainingPrimitiveAssertion
 
setPolicyRegistry(PolicyRegistry) - Method in class org.apache.neethi.Policy
 
setPolicyRegistry(PolicyRegistry) - Method in class org.apache.neethi.PolicyBuilder
 
setStrict(boolean) - Method in class org.apache.neethi.util.PolicyIntersector
 
setTextValue(String) - Method in class org.apache.neethi.builders.PrimitiveAssertion
 
setURI(String) - Method in class org.apache.neethi.PolicyReference
Sets the Policy URI
setValue(Element) - Method in class org.apache.neethi.builders.xml.XmlPrimitiveAssertion
Sets the wrapped Element.
StaxToDOMConverter - Class in org.apache.neethi.builders.converters
 
StaxToDOMConverter() - Constructor for class org.apache.neethi.builders.converters.StaxToDOMConverter
 
StaxToOMConverter - Class in org.apache.neethi.builders.converters
 
StaxToOMConverter() - Constructor for class org.apache.neethi.builders.converters.StaxToOMConverter
 
StaxToStaxConverter - Class in org.apache.neethi.builders.converters
 
StaxToStaxConverter() - Constructor for class org.apache.neethi.builders.converters.StaxToStaxConverter
 

T

textValue - Variable in class org.apache.neethi.builders.PrimitiveAssertion
 
toString() - Method in class org.apache.neethi.builders.PrimitiveAssertion
 
TYPE_ALL - Static variable in class org.apache.neethi.Constants
 
TYPE_ASSERTION - Static variable in class org.apache.neethi.Constants
 
TYPE_EXACTLYONE - Static variable in class org.apache.neethi.Constants
 
TYPE_POLICY - Static variable in class org.apache.neethi.Constants
 
TYPE_POLICY_REF - Static variable in class org.apache.neethi.Constants
 

U

URI_POLICY_13_NS - Static variable in class org.apache.neethi.Constants
 
URI_POLICY_15_DEPRECATED_NS - Static variable in class org.apache.neethi.Constants
 
URI_POLICY_15_NS - Static variable in class org.apache.neethi.Constants
 
URI_POLICY_NS - Static variable in class org.apache.neethi.Constants
 
URI_WSU_NS - Static variable in class org.apache.neethi.Constants
 

W

writeAttributes(XMLStreamWriter) - Method in class org.apache.neethi.builders.PrimitiveAssertion
 
writeContents(XMLStreamWriter) - Method in class org.apache.neethi.builders.PolicyContainingPrimitiveAssertion
 
writeContents(XMLStreamWriter) - Method in class org.apache.neethi.builders.PrimitiveAssertion
 

X

XmlPrimitiveAssertion - Class in org.apache.neethi.builders.xml
XmlPrimitiveAssertion wraps an Element s.t.
XmlPrimitiveAssertion(Element) - Constructor for class org.apache.neethi.builders.xml.XmlPrimitiveAssertion
Constructs a XmlPrimitiveAssertion from an Element.
XMLPrimitiveAssertionBuilder - Class in org.apache.neethi.builders.xml
 
XMLPrimitiveAssertionBuilder() - Constructor for class org.apache.neethi.builders.xml.XMLPrimitiveAssertionBuilder
 
A B C D E F G H I L M N O P Q R S T U W X 
Skip navigation links

Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.