A C D F G H I K L M N O P R S U V W X

A

AND_COMPOSITE_ASSERTION - Static variable in interface org.apache.ws.policy.PolicyConstants
Tag name of AndComposteAssertion
AbstractAssertion - class org.apache.ws.policy.AbstractAssertion.
AbstractAssertion provides the default implementation of some basic functions definded in Assertion interface.
AbstractAssertion() - Constructor for class org.apache.ws.policy.AbstractAssertion
 
AndCompositeAssertion - class org.apache.ws.policy.AndCompositeAssertion.
AndCompositeAssertion requires that all of its terms are met.
AndCompositeAssertion() - Constructor for class org.apache.ws.policy.AndCompositeAssertion
 
Assertion - interface org.apache.ws.policy.Assertion.
Assertion is an interface which all constructs of policy must implement.
addAttribute(QName, Object) - Method in class org.apache.ws.policy.PrimitiveAssertion
 
addTerm(Assertion) - Method in class org.apache.ws.policy.AbstractAssertion
Adds an assertion as a term of this assertion.
addTerm(Assertion) - Method in class org.apache.ws.policy.AndCompositeAssertion
Adds an Assertion to its terms list
addTerm(Assertion) - Method in interface org.apache.ws.policy.Assertion
Adds an assertion as a term of this assertion.
addTerm(Assertion) - Method in class org.apache.ws.policy.PolicyReference
 
addTerm(Assertion) - Method in class org.apache.ws.policy.PrimitiveAssertion
 
addTerm(Assertion) - Method in class org.apache.ws.policy.XorCompositeAssertion
 
addTerms(List) - Method in class org.apache.ws.policy.AbstractAssertion
Adds a list of assertions as terms of this assertion.
addTerms(List) - Method in interface org.apache.ws.policy.Assertion
Adds a list of assertions as terms of this assertion.
addTerms(List) - Method in class org.apache.ws.policy.PolicyReference
 
addTerms(List) - Method in class org.apache.ws.policy.PrimitiveAssertion
 

C

COMPOSITE_AND_TYPE - Static variable in interface org.apache.ws.policy.Assertion
Defines the short value for ANDCompositeAssertion
COMPOSITE_POLICY_TYPE - Static variable in interface org.apache.ws.policy.Assertion
Defines the short value for Policy Assertion
COMPOSITE_XOR_TYPE - Static variable in interface org.apache.ws.policy.Assertion
Defines the short value for XORCompositeAssertion
CompositeAssertion - interface org.apache.ws.policy.CompositeAssertion.
CompositeAssertion interface is a marker interface for indecating which Assertions are CompositeAssertion type.
childTerms - Variable in class org.apache.ws.policy.AbstractAssertion
To store terms of this assertion

D

DOMPolicyReader - class org.apache.ws.policy.util.DOMPolicyReader.
DOMPolicyReader implements PolicyReader and provides different methods to create a policy object.
DOM_POLICY_READER - Static variable in class org.apache.ws.policy.util.PolicyFactory
 

F

flag - Variable in class org.apache.ws.policy.AbstractAssertion
Flag to mark whether this assertion is in normalize format

G

getAttribute(QName) - Method in class org.apache.ws.policy.PrimitiveAssertion
 
getAttributes() - Method in class org.apache.ws.policy.PrimitiveAssertion
 
getBase() - Method in class org.apache.ws.policy.Policy
Returns the xml-base of the policy object.
getChars(int, char) - Static method in class org.apache.ws.policy.util.StringUtils
 
getId() - Method in class org.apache.ws.policy.Policy
Returns the Id of the Policy object.
getName() - Method in class org.apache.ws.policy.PrimitiveAssertion
 
getParent() - Method in class org.apache.ws.policy.AbstractAssertion
Returns the parent of this assertion.
getParent() - Method in interface org.apache.ws.policy.Assertion
Returns the parent of self or null if a parent non-exists
getParent() - Method in class org.apache.ws.policy.PolicyReference
 
getParent() - Method in class org.apache.ws.policy.PrimitiveAssertion
 
getParent() - Method in class org.apache.ws.policy.util.PolicyRegistry
 
getPolicy(List) - Static method in class org.apache.ws.policy.util.PolicyUtil
 
getPolicyReader(int) - Static method in class org.apache.ws.policy.util.PolicyFactory
Creates a specified type of PolicyReader object DOM_POLICY_READER : Uses DOM as its underlying mechanism to process XML.
getPolicyURI() - Method in class org.apache.ws.policy.Policy
Returns a String which uniquely identify the policy object.
getPolicyURIString() - Method in class org.apache.ws.policy.PolicyReference
Returns a string which uniquely identified the referring Policy.
getPolicyWriter(int) - Static method in class org.apache.ws.policy.util.PolicyFactory
Create a specified type of PolicyWriter object STAX_POLICY_WRITER: Uses StAX as its underlying mechanism to create XML elements.
getPrimTermsList(Policy) - Static method in class org.apache.ws.policy.util.PolicyUtil
 
getResource(String) - Static method in class org.apache.ws.policy.util.Loader
This method will search for resource in different places.
getResource(ClassLoader, String) - Static method in class org.apache.ws.policy.util.Loader
Try to get the resource with the specified class loader

getSinglePolicy(List, PolicyRegistry) - Static method in class org.apache.ws.policy.util.PolicyUtil
 
getStrValue() - Method in class org.apache.ws.policy.PrimitiveAssertion
 
getTCL() - Static method in class org.apache.ws.policy.util.Loader
Get the Thread context class loader.
getTerms() - Method in class org.apache.ws.policy.AbstractAssertion
Returns the list of terms of this assertion.
getTerms() - Method in interface org.apache.ws.policy.Assertion
Returns the list of terms of this assertion.
getTerms() - Method in class org.apache.ws.policy.PolicyReference
 
getTerms() - Method in class org.apache.ws.policy.PrimitiveAssertion
 
getType() - Method in class org.apache.ws.policy.AndCompositeAssertion
 
getType() - Method in interface org.apache.ws.policy.Assertion
Returns a short type which describes the type of the assertion.
getType() - Method in class org.apache.ws.policy.Policy
Returns a short value which indicates this is a Policy.
getType() - Method in class org.apache.ws.policy.PolicyReference
Returns a short value which indicate this is a PolicyReference.
getType() - Method in class org.apache.ws.policy.PrimitiveAssertion
 
getType() - Method in class org.apache.ws.policy.XorCompositeAssertion
 
getValue() - Method in class org.apache.ws.policy.PrimitiveAssertion
 

H

hasParent() - Method in class org.apache.ws.policy.AbstractAssertion
Returns true if this assertion object has a parent.
hasParent() - Method in interface org.apache.ws.policy.Assertion
Returns ture if the assertion has a parent
hasParent() - Method in class org.apache.ws.policy.PolicyReference
 
hasParent() - Method in class org.apache.ws.policy.PrimitiveAssertion
 

I

intersect(Assertion) - Method in class org.apache.ws.policy.AbstractAssertion
Default implementation of intersect(Assertion) operation.
intersect(Assertion, PolicyRegistry) - Method in class org.apache.ws.policy.AndCompositeAssertion
Returns the intersection of self and argument against a specified Policy Registry.
intersect(Assertion) - Method in interface org.apache.ws.policy.Assertion
Returns an assertion which is the equivalent of intersect of self and argument.
intersect(Assertion, PolicyRegistry) - Method in interface org.apache.ws.policy.Assertion
Returns an assertion which is equivalent of intersect of self and argument.
intersect(Assertion, PolicyRegistry) - Method in class org.apache.ws.policy.Policy
 
intersect(Assertion) - Method in class org.apache.ws.policy.PolicyReference
 
intersect(Assertion, PolicyRegistry) - Method in class org.apache.ws.policy.PolicyReference
 
intersect(Assertion, PolicyRegistry) - Method in class org.apache.ws.policy.PrimitiveAssertion
 
intersect(Assertion) - Method in class org.apache.ws.policy.PrimitiveAssertion
 
intersect(Assertion, PolicyRegistry) - Method in class org.apache.ws.policy.XorCompositeAssertion
 
isEmpty() - Method in class org.apache.ws.policy.AbstractAssertion
Returns true if this assertion has no terms.
isEmpty() - Method in interface org.apache.ws.policy.Assertion
Returns true if there are no terms in this assertion.
isEmpty() - Method in class org.apache.ws.policy.PolicyReference
 
isEmpty() - Method in class org.apache.ws.policy.PrimitiveAssertion
 
isNormalized() - Method in class org.apache.ws.policy.AbstractAssertion
Returns true if this assertion is in normalzied format.
isNormalized() - Method in interface org.apache.ws.policy.Assertion
Returns true if the assertion is in normalized form.
isNormalized() - Method in class org.apache.ws.policy.PolicyReference
 
isNormalized() - Method in class org.apache.ws.policy.PrimitiveAssertion
 
isOptional() - Method in class org.apache.ws.policy.PrimitiveAssertion
 

K

keys() - Method in class org.apache.ws.policy.util.PolicyRegistry
 

L

Loader - class org.apache.ws.policy.util.Loader.
Load resources (or images) from various sources.
Loader() - Constructor for class org.apache.ws.policy.util.Loader
 
loadClass(ClassLoader, String) - Static method in class org.apache.ws.policy.util.Loader
Try the specified classloader and then fall back to the loadClass

loadClass(String) - Static method in class org.apache.ws.policy.util.Loader
If running under JDK 1.2 load the specified class using the Thread contextClassLoader if that fails try Class.forname.
lookup(String) - Method in class org.apache.ws.policy.util.PolicyRegistry
Returns the Policy object which is uniquely identified by the policyURI String.
lookup(String) - Method in class org.apache.ws.policy.util.SchemaRegistry
Returns the schema element associated with uri String

M

matchByQName(PrimitiveAssertion, PrimitiveAssertion) - Static method in class org.apache.ws.policy.util.PolicyUtil
 
matchByQName(List, List) - Static method in class org.apache.ws.policy.util.PolicyUtil
 
merge(Assertion) - Method in class org.apache.ws.policy.AbstractAssertion
Default implementation of merge(Assertion) operation.
merge(Assertion, PolicyRegistry) - Method in class org.apache.ws.policy.AndCompositeAssertion
Returns an assertion which is equivalent to merge of self and the argument.
merge(Assertion) - Method in interface org.apache.ws.policy.Assertion
Returns the equivalent of merge of self and argument.
merge(Assertion, PolicyRegistry) - Method in interface org.apache.ws.policy.Assertion
Returns the equivalent of merge of self and argument.
merge(Assertion, PolicyRegistry) - Method in class org.apache.ws.policy.Policy
 
merge(Assertion, PolicyRegistry) - Method in class org.apache.ws.policy.PolicyReference
 
merge(Assertion) - Method in class org.apache.ws.policy.PolicyReference
 
merge(Assertion, PolicyRegistry) - Method in class org.apache.ws.policy.PrimitiveAssertion
 
merge(Assertion) - Method in class org.apache.ws.policy.PrimitiveAssertion
 
merge(Assertion, PolicyRegistry) - Method in class org.apache.ws.policy.XorCompositeAssertion
 

N

normalize() - Method in class org.apache.ws.policy.AbstractAssertion
Default implementation of normalize() operation.
normalize(PolicyRegistry) - Method in class org.apache.ws.policy.AndCompositeAssertion
Returns an Assertion which is normalized using a specified policy registry.
normalize() - Method in interface org.apache.ws.policy.Assertion
Returns a new assertion which is the normalized form of this assertion.
normalize(PolicyRegistry) - Method in interface org.apache.ws.policy.Assertion
Returns a new assertion which is the normalized form of this assertion.
normalize() - Method in class org.apache.ws.policy.Policy
 
normalize(PolicyRegistry) - Method in class org.apache.ws.policy.Policy
 
normalize() - Method in class org.apache.ws.policy.PolicyReference
 
normalize(PolicyRegistry) - Method in class org.apache.ws.policy.PolicyReference
 
normalize() - Method in class org.apache.ws.policy.PrimitiveAssertion
 
normalize(PolicyRegistry) - Method in class org.apache.ws.policy.PrimitiveAssertion
 
normalize(PolicyRegistry) - Method in class org.apache.ws.policy.XorCompositeAssertion
 

O

OMPolicyReader - class org.apache.ws.policy.util.OMPolicyReader.
OMPolicyReader implements PolicyReader interface and provides different methods to create a policy object It ueses AxisOM as its underlying mechanism to process XML.
OM_POLICY_READER - Static variable in class org.apache.ws.policy.util.PolicyFactory
 
org.apache.ws.policy - package org.apache.ws.policy
 
org.apache.ws.policy.util - package org.apache.ws.policy.util
 

P

POLIY_REFERCE_TYPE - Static variable in interface org.apache.ws.policy.Assertion
Defines the short value for PolicyReferece Assertion
PRIMITIVE_TYPE - Static variable in interface org.apache.ws.policy.Assertion
Defines the short value for Primitive Assertions
Policy - class org.apache.ws.policy.Policy.
Policy class is the runtime representation of a policy.
Policy() - Constructor for class org.apache.ws.policy.Policy
Creates a policy object
Policy(String) - Constructor for class org.apache.ws.policy.Policy
Creates a policy object with the specified Id
Policy(String, String) - Constructor for class org.apache.ws.policy.Policy
Creates a policy object with the specified xml-base and id.
PolicyConstants - interface org.apache.ws.policy.PolicyConstants.
PolicyConstants interfaces defines some CONST VALUES that are used in the entier framework.
PolicyFactory - class org.apache.ws.policy.util.PolicyFactory.
PolicyFactory is used to create PolicyReader / PolicyWriter objects of different types.
PolicyFactory() - Constructor for class org.apache.ws.policy.util.PolicyFactory
 
PolicyReader - interface org.apache.ws.policy.util.PolicyReader.
PolicyReader is an interface which every PolicyReader must implement.
PolicyReference - class org.apache.ws.policy.PolicyReference.
PolicyReference class has implicit reference to a external policy.
PolicyReference(String) - Constructor for class org.apache.ws.policy.PolicyReference
Constructs a PolicyReferece object which refers to the Policy which is uniquely identified by policyURIString.
PolicyRegistry - class org.apache.ws.policy.util.PolicyRegistry.
PolicyRegistry is useful to resolve any PolicyReferences to actual policies.
PolicyRegistry() - Constructor for class org.apache.ws.policy.util.PolicyRegistry
 
PolicyRegistry(PolicyRegistry) - Constructor for class org.apache.ws.policy.util.PolicyRegistry
 
PolicyUtil - class org.apache.ws.policy.util.PolicyUtil.
WSPolicyUtil contains several utility methods for policy manipulations.
PolicyUtil() - Constructor for class org.apache.ws.policy.util.PolicyUtil
 
PolicyWriter - interface org.apache.ws.policy.util.PolicyWriter.
PolicyWriter is an interface which all PolicyWriters must implement.
PrimitiveAssertion - class org.apache.ws.policy.PrimitiveAssertion.
PrimitiveAssertion wraps an assertion which contain domain specific knowledge.
PrimitiveAssertion(QName) - Constructor for class org.apache.ws.policy.PrimitiveAssertion
 
PrimitiveAssertion(QName, Object) - Constructor for class org.apache.ws.policy.PrimitiveAssertion
 
parent - Variable in class org.apache.ws.policy.AbstractAssertion
To refer to the parent of this assertion

R

readPolicy(InputStream) - Method in class org.apache.ws.policy.util.DOMPolicyReader
 
readPolicy(Element) - Method in class org.apache.ws.policy.util.DOMPolicyReader
 
readPolicy(InputStream) - Method in class org.apache.ws.policy.util.OMPolicyReader
 
readPolicy(OMElement) - Method in class org.apache.ws.policy.util.OMPolicyReader
 
readPolicy(InputStream) - Method in interface org.apache.ws.policy.util.PolicyReader
Creates a Policy object from an InputStream.
readPolicyReference(Element) - Method in class org.apache.ws.policy.util.DOMPolicyReader
 
readPolicyReference(OMElement) - Method in class org.apache.ws.policy.util.OMPolicyReader
 
register(String, Policy) - Method in class org.apache.ws.policy.util.PolicyRegistry
Registers a Policy object with the specified policyURI.
register(String, Element) - Method in class org.apache.ws.policy.util.SchemaRegistry
Registers a schema element with a uri.
remove(Assertion) - Method in class org.apache.ws.policy.AbstractAssertion
Remove the geven term from the set of terms of this assertion.
remove(Assertion) - Method in interface org.apache.ws.policy.Assertion
Removes the specified assertion from the terms list.
remove(Assertion) - Method in class org.apache.ws.policy.PolicyReference
 
remove(Assertion) - Method in class org.apache.ws.policy.PrimitiveAssertion
 
removeAttribute(QName) - Method in class org.apache.ws.policy.PrimitiveAssertion
 

S

SchemaRegistry - class org.apache.ws.policy.util.SchemaRegistry.
SchemaRegistry holds schemas associated with URIs.
SchemaRegistry() - Constructor for class org.apache.ws.policy.util.SchemaRegistry
 
StAXPolicyWriter - class org.apache.ws.policy.util.StAXPolicyWriter.
StAXPolicyWriter implements PolicyWriter and provides different methods to create a Policy object.
StAX_POLICY_WRITER - Static variable in class org.apache.ws.policy.util.PolicyFactory
 
StringUtils - class org.apache.ws.policy.util.StringUtils.
StringUtils provides few utility functions for other classes in the framework.
StringUtils() - Constructor for class org.apache.ws.policy.util.StringUtils
 
setAttributes(Hashtable) - Method in class org.apache.ws.policy.PrimitiveAssertion
 
setBase(String) - Method in class org.apache.ws.policy.Policy
Set the xml-base of the policy object
setId(String) - Method in class org.apache.ws.policy.Policy
Sets the id of the Policy object
setNormalized(boolean) - Method in class org.apache.ws.policy.AbstractAssertion
Marks this assertion as it is in normalized format.
setNormalized(boolean) - Method in interface org.apache.ws.policy.Assertion
Marks this assertion as in normalized form.
setNormalized(boolean) - Method in class org.apache.ws.policy.PolicyReference
 
setNormalized(boolean) - Method in class org.apache.ws.policy.PrimitiveAssertion
 
setOptional(boolean) - Method in class org.apache.ws.policy.PrimitiveAssertion
 
setParent(Assertion) - Method in class org.apache.ws.policy.AbstractAssertion
Sets the parent of this assertion.
setParent(Assertion) - Method in interface org.apache.ws.policy.Assertion
Sets the parent to argument
setParent(Assertion) - Method in class org.apache.ws.policy.PolicyReference
 
setParent(Assertion) - Method in class org.apache.ws.policy.PrimitiveAssertion
 
setParent(PolicyRegistry) - Method in class org.apache.ws.policy.util.PolicyRegistry
 
setStrValue(String) - Method in class org.apache.ws.policy.PrimitiveAssertion
 
setTerms(List) - Method in class org.apache.ws.policy.PrimitiveAssertion
 
size() - Method in class org.apache.ws.policy.AbstractAssertion
Returns the number of terms this assertion has.
size() - Method in interface org.apache.ws.policy.Assertion
Returns the number of terms of this assertion.
size() - Method in class org.apache.ws.policy.PolicyReference
 
size() - Method in class org.apache.ws.policy.PrimitiveAssertion
 

U

unregister(String) - Method in class org.apache.ws.policy.util.PolicyRegistry
Unregisters a Policy object specified by the policyURI.
unregister(String) - Method in class org.apache.ws.policy.util.SchemaRegistry
Unregisters the schema element associated with the specified uri.

V

values() - Method in class org.apache.ws.policy.util.PolicyRegistry
 

W

WSU_NAMESPACE_PREFIX - Static variable in interface org.apache.ws.policy.PolicyConstants
Prefix of WSU namespace
WSU_NAMESPACE_URI - Static variable in interface org.apache.ws.policy.PolicyConstants
Namespace of WSU
WS_POLICY - Static variable in interface org.apache.ws.policy.PolicyConstants
Tag name of Policy
WS_POLICY_NAMESPACE_URI - Static variable in interface org.apache.ws.policy.PolicyConstants
Namespace of WS-Policy
WS_POLICY_PREFIX - Static variable in interface org.apache.ws.policy.PolicyConstants
Prefix of WS-Policy namespace
WS_POLICY_REFERENCE - Static variable in interface org.apache.ws.policy.PolicyConstants
Tag name of PolicyReference
writePolicy(Policy, OutputStream) - Method in interface org.apache.ws.policy.util.PolicyWriter
Writes a Policy object to an OutputStream.
writePolicy(Policy, OutputStream) - Method in class org.apache.ws.policy.util.StAXPolicyWriter
 
writePolicy(Policy, XMLStreamWriter) - Method in class org.apache.ws.policy.util.StAXPolicyWriter
 
writePolicyReference(PolicyReference, XMLStreamWriter) - Method in class org.apache.ws.policy.util.StAXPolicyWriter
 

X

XMLNS_NS_URI - Static variable in class org.apache.ws.policy.util.DOMPolicyReader
 
XML_NAMESPACE_URI - Static variable in interface org.apache.ws.policy.PolicyConstants
XML namespace
XOR_COMPOSITE_ASSERTION - Static variable in interface org.apache.ws.policy.PolicyConstants
Tag name of XorCompositeAssertion
XorCompositeAssertion - class org.apache.ws.policy.XorCompositeAssertion.
XorCompositeAssertion requires that exactly one of its terms are met.
XorCompositeAssertion() - Constructor for class org.apache.ws.policy.XorCompositeAssertion
 

A C D F G H I K L M N O P R S U V W X

Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.