A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 

A

addExternalSchemaURL(XMLReader, String, String) - Static method in class org.apache.ode.utils.XMLParserUtils
Add a namespace/URL pair to the mapping between namespaces and the schemas used to validate elements in them.
addExternalSchemaURL(DOMParser, String, String) - Static method in class org.apache.ode.utils.XMLParserUtils
Add a namespace/URL pair to the mapping between namespaces and the schemas used to validate elements in them.
addFragment(CommandlineFragment) - Method in class org.apache.ode.utils.cli.XorGroup
 
addNotificationInfo(MBeanNotificationInfo) - Method in class org.apache.ode.utils.jmx.SimpleMBean
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.ode.utils.jmx.SimpleMBean
 
addReference(URI) - Method in class org.apache.ode.utils.xml.capture.Tracker
 
addReference(String) - Method in class org.apache.ode.utils.xml.capture.Tracker
 
addTo(Calendar) - Method in class org.apache.ode.utils.xsd.Duration
Adds current duration to a calendar object.
addToSet(int, int, int, int) - Method in class org.apache.ode.utils.CronExpression
 
ALL_SPEC - Static variable in class org.apache.ode.utils.CronExpression
 
ALL_SPEC_INT - Static variable in class org.apache.ode.utils.CronExpression
 
allocatePrefix(String, String) - Method in class org.apache.ode.utils.NamespaceStack
Allocate and declare a new namespace prefix for the current context that uses the supplied "hint" as a start.
apply(Object, Object) - Method in interface org.apache.ode.utils.stl.BinaryFunction
 
apply(Collection<T>, UnaryFunction<T, ?>) - Static method in class org.apache.ode.utils.stl.CollectionsX
 
apply(Iterator<T>, UnaryFunction<T, ?>) - Static method in class org.apache.ode.utils.stl.CollectionsX
 
apply(Collection<T>, UnaryFunctionEx<T, ?>) - Static method in class org.apache.ode.utils.stl.CollectionsX
 
apply(Iterator<T>, UnaryFunctionEx<T, ?>) - Static method in class org.apache.ode.utils.stl.CollectionsX
 
apply(E) - Method in class org.apache.ode.utils.stl.CompositeUnaryFunction
 
apply(E) - Method in class org.apache.ode.utils.stl.MemberOfFunction
Implementation of UnaryFunction method defering to #isMember(E).
apply(E) - Method in interface org.apache.ode.utils.stl.UnaryFunction
 
apply(E) - Method in interface org.apache.ode.utils.stl.UnaryFunctionEx
 
Argument - Class in org.apache.ode.utils.cli
Models an argument, e.g., the baz in foo baz, where foo is the command.
Argument(String, String, boolean) - Constructor for class org.apache.ode.utils.cli.Argument
 
ATTR_LOCATION - Static variable in class org.apache.ode.utils.xml.capture.Wsdl11Tracker
 
ATTR_NAMESPACE - Static variable in class org.apache.ode.utils.xml.capture.Wsdl11Tracker
 

B

BaseCommandlineTool - Class in org.apache.ode.utils.cli
 
BaseCommandlineTool() - Constructor for class org.apache.ode.utils.cli.BaseCommandlineTool
 
BinaryFunction - Interface in org.apache.ode.utils.stl
 
bodyAllowed(int) - Static method in class org.apache.ode.utils.http.HttpUtils
Per RFC 2616 section 4.3, some responses can never contain a message body.
BPEL11_NS - Static variable in class org.apache.ode.utils.Namespaces
BPEL 1.1
buildExpression(String) - Method in class org.apache.ode.utils.CronExpression
 

C

cacheXSLSheet(QName, URI, String, URIResolver) - Method in class org.apache.ode.utils.xsl.XslTransformHandler
Parses the provided stylesheet and stores it in cache only if it's not there already.
captureSchema(URI, byte[], XMLEntityResolver) - Static method in class org.apache.ode.utils.xsd.XSUtils
Capture the schemas supplied by the reader.
CapturingXMLEntityResolver - Class in org.apache.ode.utils.xsd
A wrapper for XMLEntityResolvers that defers resolution to the wrapped object and saves the byte stream of each resolved entity in a map.
CapturingXMLEntityResolver(Map<URI, byte[]>, XMLEntityResolver) - Constructor for class org.apache.ode.utils.xsd.CapturingXMLEntityResolver
 
characters(char[], int, int) - Method in class org.apache.ode.utils.xml.capture.Tracker
 
check() - Method in class org.apache.ode.utils.WatchDog
 
checkNext(int, String, int, int) - Method in class org.apache.ode.utils.CronExpression
 
cleanup() - Static method in class org.apache.ode.utils.fs.TempFileManager
Clear out the temporary working directory.
clear() - Method in class org.apache.ode.utils.HierarchicalProperties
Clear all content.
clearAll(String) - Static method in class org.apache.ode.utils.InternPool
Clears all the values corresponding to the given process
clearXSLSheets(QName) - Method in class org.apache.ode.utils.xsl.XslTransformHandler
 
clone() - Method in class org.apache.ode.utils.CronExpression
 
cloneNode(Document, Node) - Static method in class org.apache.ode.utils.DOMUtils
Deep clone, but don't fry, the given node in the context of the given document.
cloneSerializable(Object) - Static method in class org.apache.ode.utils.SerializableUtils
Clone a Serializable object; for use when a clone() method is not available.
CollectionsX - Class in org.apache.ode.utils.stl
Useful extensions to the java.util.Collections class.
CollectionsX() - Constructor for class org.apache.ode.utils.stl.CollectionsX
 
CollectionUtils - Class in org.apache.ode.utils
Utility class for dealing with arrays.
CollectionUtils() - Constructor for class org.apache.ode.utils.CollectionUtils
 
COMMAND_PREFIX - Static variable in interface org.apache.ode.utils.cli.CommandlineFragment
The prefix ("-") that signifies that an argument is a flag.
CommandlineFragment - Interface in org.apache.ode.utils.cli
Basic interface for a fragment of a commandline; that fragment could be a single flag, could be a flag with one or more arguments, or could be an argument.
CommandLineMessages - Class in org.apache.ode.utils.cli
Message bundle for org.apache.ode.utils.cli.CliHelper.
CommandLineMessages() - Constructor for class org.apache.ode.utils.cli.CommandLineMessages
 
CommandlineSyntaxException - Exception in org.apache.ode.utils.cli
 
CommandlineSyntaxException(String) - Constructor for exception org.apache.ode.utils.cli.CommandlineSyntaxException
 
CommonMessages - Class in org.apache.ode.utils.msg
 
CommonMessages() - Constructor for class org.apache.ode.utils.msg.CommonMessages
 
compareTo(Object) - Method in class org.apache.ode.utils.GUID
 
CompositeUnaryFunction<E,V,T> - Class in org.apache.ode.utils.stl
 
CompositeUnaryFunction(UnaryFunction<T, V>, UnaryFunction<E, T>) - Constructor for class org.apache.ode.utils.stl.CompositeUnaryFunction
 
consoleErr(String) - Static method in class org.apache.ode.utils.cli.BaseCommandlineTool
 
ConsoleFormatter - Class in org.apache.ode.utils.cli
 
ConsoleFormatter() - Constructor for class org.apache.ode.utils.cli.ConsoleFormatter
 
consume(List<String>) - Method in class org.apache.ode.utils.cli.Argument
 
consume(List<String>) - Method in interface org.apache.ode.utils.cli.CommandlineFragment
Grab the pieces of the commandline relevant to this argument, configure the implementation, and then return a new array of arguments that will have the pieces of the original commandline that this command used removed.
consume(List<String>) - Method in class org.apache.ode.utils.cli.Flag
 
consume(List<String>) - Method in class org.apache.ode.utils.cli.FlagWithArgument
 
consume(List<String>) - Method in class org.apache.ode.utils.cli.LastArgument
 
consume(List<String>) - Method in class org.apache.ode.utils.cli.MultiArgument
 
consume(List<String>) - Method in class org.apache.ode.utils.cli.XorGroup
 
copy(OutputStream, InputStream, int) - Static method in class org.apache.ode.utils.StreamUtils
Copy data from an InputStream to an OutputStream until an end-of-stream is reached on the source InputStream.
copy(Writer, Reader, int) - Static method in class org.apache.ode.utils.StreamUtils
Copy data from an Reader to an Writer until an end-of-stream is reached on the source Reader.
copy(OutputStream, InputStream) - Static method in class org.apache.ode.utils.StreamUtils
Copy with default buffer size.
copy(OutputStream, URL) - Static method in class org.apache.ode.utils.StreamUtils
Copy from URL stream.
copyNSContext(Element, Element) - Static method in class org.apache.ode.utils.DOMUtils
 
countKids(Element, short) - Static method in class org.apache.ode.utils.DOMUtils
Count number of children of a certain type of the given element.
createDomainObjectName(String) - Static method in class org.apache.ode.utils.jmx.JMXConstants
Create a JMX name for a ODE domain.
createDomainObjectQuery() - Static method in class org.apache.ode.utils.jmx.JMXConstants
Create a JMX name query to find ODE domain MBeans.
createLoggingDS(DataSource, Log) - Static method in class org.apache.ode.utils.LoggingInterceptor
 
createObjectName() - Method in class org.apache.ode.utils.jmx.SimpleMBean
 
createObjectName(String, String[]) - Static method in class org.apache.ode.utils.jmx.SimpleMBean
 
CronExpression - Class in org.apache.ode.utils
Provides a parser and evaluator for unix-like cron expressions.
CronExpression(String) - Constructor for class org.apache.ode.utils.CronExpression
Constructs a new CronExpression based on the specified parameter.

D

DAY_OF_MONTH - Static variable in class org.apache.ode.utils.CronExpression
 
DAY_OF_WEEK - Static variable in class org.apache.ode.utils.CronExpression
 
dayMap - Static variable in class org.apache.ode.utils.CronExpression
 
daysOfMonth - Variable in class org.apache.ode.utils.CronExpression
 
daysOfWeek - Variable in class org.apache.ode.utils.CronExpression
 
DbIsolation - Class in org.apache.ode.utils
Utility to set Ode-specific isolation level on DataSource connections.
DbIsolation() - Constructor for class org.apache.ode.utils.DbIsolation
 
declarePrefix(String, String) - Method in class org.apache.ode.utils.NamespaceStack
Declare a new prefix binding.
deepDelete(File) - Static method in class org.apache.ode.utils.fs.FileUtils
Delete a file/directory, recursively.
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.ode.utils.StreamUtils
The default size of the byte buffer used in the StreamUtils.copy(java.io.OutputStream, java.io.InputStream, int) methods.
DEFAULT_DELAY - Static variable in class org.apache.ode.utils.WatchDog
 
DEFAULT_MEX_TIMEOUT - Static variable in class org.apache.ode.utils.Properties
 
DEFAULT_RMI_CONNECTION_URL - Static variable in class org.apache.ode.utils.rmi.RMIConstants
Deprecated.
DO NOT USE, will soon be eliminated.
DEPRECATED_XDT_NS - Static variable in class org.apache.ode.utils.Namespaces
 
dereferenceQName(String) - Method in class org.apache.ode.utils.NamespaceStack
Derference the prefix on a QName in String form and return a Java QName object.
derefQName(String) - Method in class org.apache.ode.utils.NSContext
 
didMatch() - Method in class org.apache.ode.utils.cli.XorGroup
 
directoryEntriesInPath(File) - Static method in class org.apache.ode.utils.fs.FileUtils
Recursively collect all Files in the given directory and all its subdirectories.
directoryEntriesInPath(File, FileFilter) - Static method in class org.apache.ode.utils.fs.FileUtils
Recursively collect all Files in the given directory and all its subdirectories, applying the given FileFilter.
domToBytes(Element) - Static method in class org.apache.ode.utils.DOMUtils
 
domToString(Node) - Static method in class org.apache.ode.utils.DOMUtils
Convert a DOM node to a stringified XML representation.
domToStringLevel2(Node) - Static method in class org.apache.ode.utils.DOMUtils
Convert a DOM node to a stringified XML representation.
DOMUtils - Class in org.apache.ode.utils
Utility class for dealing with the Document Object Model (DOM).
DOMUtils() - Constructor for class org.apache.ode.utils.DOMUtils
 
Duration - Class in org.apache.ode.utils.xsd
Support for xml schema duration.
Duration(String) - Constructor for class org.apache.ode.utils.xsd.Duration
 

E

EFFUSIVE - Static variable in class org.apache.ode.utils.cli.BaseCommandlineTool
 
EL_IMPORT - Static variable in class org.apache.ode.utils.xml.capture.Wsdl11Tracker
 
EMPTY_CLASS_ARRAY - Static variable in class org.apache.ode.utils.CollectionUtils
 
EMPTY_OBJECT_ARRAY - Static variable in class org.apache.ode.utils.CollectionUtils
 
encodePath(String) - Static method in class org.apache.ode.utils.fs.FileUtils
 
endDocument() - Method in class org.apache.ode.utils.xml.capture.Tracker
 
endElement(String, String, String) - Method in class org.apache.ode.utils.xml.capture.Tracker
 
endPrefixMapping(String) - Method in class org.apache.ode.utils.xml.capture.Tracker
 
endPrefixMappings(ContentHandler) - Method in class org.apache.ode.utils.NamespaceStack
Fire the events for the current frame's prefixes into a ContentHandler.
EnumerationIterator<T> - Class in org.apache.ode.utils.stl
Adapter class, adapting Enumeration objects to the Iterator interface.
EnumerationIterator(Enumeration<T>) - Constructor for class org.apache.ode.utils.stl.EnumerationIterator
 
equals(Map, Map) - Static method in class org.apache.ode.utils.CollectionUtils
Compares the two specified maps for equality.
equals(Object) - Method in class org.apache.ode.utils.GUID
 
equals(Object) - Method in class org.apache.ode.utils.NSContext
 
equals(Object) - Method in class org.apache.ode.utils.uuid.UUID
 
EqualsUnaryFunction<T> - Class in org.apache.ode.utils.stl
Equality comparison unary function, compares against a constant value.
EqualsUnaryFunction(T) - Constructor for class org.apache.ode.utils.stl.EqualsUnaryFunction
 
error(SAXParseException) - Method in class org.apache.ode.utils.sax.FailOnErrorErrorHandler
 
error(SAXParseException) - Method in class org.apache.ode.utils.sax.IgnoreAllErrorHandler
 
error(SAXParseException) - Method in class org.apache.ode.utils.sax.LoggingErrorHandler
 
error(SAXParseException) - Method in class org.apache.ode.utils.sax.PrintErrorHandler
 
error(TransformerException) - Method in class org.apache.ode.utils.trax.LogErrorListener
 
error(String, String, XMLParseException) - Method in class org.apache.ode.utils.xsd.LoggingXmlErrorHandler
 
exists() - Method in class org.apache.ode.utils.WatchDog.FileMutable
 
exists() - Method in class org.apache.ode.utils.WatchDog.FileSetMutable
 
exists() - Method in interface org.apache.ode.utils.WatchDog.Mutable
 
expand(String, String...) - Static method in class org.apache.ode.utils.URITemplate
Simply build a map from nameValuePairs and pass it to URITemplate.expand(String, java.util.Map)
expand(String, Map<String, String>) - Static method in class org.apache.ode.utils.URITemplate
A partial implementation of URI Template expansion as specified by the URI template specification.
expandLazily(String, Map<String, String>) - Static method in class org.apache.ode.utils.URITemplate
Same as URITemplate.expand(String, java.util.Map) but preserve an expansion template if the corresponding variable is not defined in the nameValuePairs map (i.e.
expandLazily(String, String...) - Static method in class org.apache.ode.utils.URITemplate
 
EXPANSION_REGEX - Static variable in class org.apache.ode.utils.URITemplate
 
expressionParsed - Variable in class org.apache.ode.utils.CronExpression
 
extractJar(File, InputStream) - Static method in class org.apache.ode.utils.StreamUtils
Expand a Jar input stream.

F

FailOnErrorErrorHandler - Class in org.apache.ode.utils.sax
 
FailOnErrorErrorHandler() - Constructor for class org.apache.ode.utils.sax.FailOnErrorErrorHandler
 
FailOnErrorErrorHandler(ErrorHandler) - Constructor for class org.apache.ode.utils.sax.FailOnErrorErrorHandler
 
fatalError(SAXParseException) - Method in class org.apache.ode.utils.sax.FailOnErrorErrorHandler
 
fatalError(SAXParseException) - Method in class org.apache.ode.utils.sax.IgnoreAllErrorHandler
 
fatalError(SAXParseException) - Method in class org.apache.ode.utils.sax.LoggingErrorHandler
 
fatalError(SAXParseException) - Method in class org.apache.ode.utils.sax.PrintErrorHandler
 
fatalError(TransformerException) - Method in class org.apache.ode.utils.trax.LogErrorListener
 
fatalError(String, String, XMLParseException) - Method in class org.apache.ode.utils.xsd.LoggingXmlErrorHandler
 
fileSeparator() - Static method in class org.apache.ode.utils.SystemUtils
 
FileUtils - Class in org.apache.ode.utils.fs
Various file system utilities.
FileUtils() - Constructor for class org.apache.ode.utils.fs.FileUtils
 
filter(C, Collection<S>, MemberOfFunction<S>) - Static method in class org.apache.ode.utils.stl.CollectionsX
 
filter(C, Iterator<S>, MemberOfFunction<S>) - Static method in class org.apache.ode.utils.stl.CollectionsX
 
filter(C, Collection<S>, Class<T>) - Static method in class org.apache.ode.utils.stl.CollectionsX
 
filter(C, Iterator<S>, Class<T>) - Static method in class org.apache.ode.utils.stl.CollectionsX
 
filter(Collection, Class<T>) - Static method in class org.apache.ode.utils.stl.CollectionsX
Filter a collection by member class.
FilterIterator<T> - Class in org.apache.ode.utils.stl
Filtering Iterator implementation.
FilterIterator(Iterator<T>, UnaryFunction<T, Boolean>) - Constructor for class org.apache.ode.utils.stl.FilterIterator
 
find_if(Collection<T>, MemberOfFunction<? super T>) - Static method in class org.apache.ode.utils.stl.CollectionsX
Find an element in a colletion satisfying a condition.
find_if(Iterator<T>, MemberOfFunction<? super T>) - Static method in class org.apache.ode.utils.stl.CollectionsX
Find an element in a collection satisfying a condition.
findChildByName(Element, QName) - Static method in class org.apache.ode.utils.DOMUtils
 
findChildByName(Element, QName, boolean) - Static method in class org.apache.ode.utils.DOMUtils
 
findChildByType(Element, int) - Static method in class org.apache.ode.utils.DOMUtils
 
findChildElementWithAttribute(Element, String, String) - Static method in class org.apache.ode.utils.DOMUtils
Return the first child element of the given element which has the given attribute with the given value.
findChildrenByName(Element, QName) - Static method in class org.apache.ode.utils.DOMUtils
 
findNextWhiteSpace(int, String) - Method in class org.apache.ode.utils.CronExpression
 
Flag - Class in org.apache.ode.utils.cli
 
Flag(String, String, boolean) - Constructor for class org.apache.ode.utils.cli.Flag
 
FlagWithArgument - Class in org.apache.ode.utils.cli
A fragment that represents a flag with an argument, e.g., --foo bar.
FlagWithArgument(String, String, String, boolean) - Constructor for class org.apache.ode.utils.cli.FlagWithArgument
Construct a new fragment holder.
format(Date) - Static method in class org.apache.ode.utils.ISO8601DateParser
 
format(String) - Method in class org.apache.ode.utils.msg.MessageBundle
 
format(String, Object...) - Method in class org.apache.ode.utils.msg.MessageBundle
 
formatHelp(Fragments) - Static method in class org.apache.ode.utils.cli.ConsoleFormatter
 
formatUsage(String, Fragments) - Static method in class org.apache.ode.utils.cli.ConsoleFormatter
 
Fragments - Class in org.apache.ode.utils.cli
Represents a commandline format as an ordered list of CommandlineFragments that are applied to an array of arguments.
Fragments(CommandlineFragment[]) - Constructor for class org.apache.ode.utils.cli.Fragments
Create a new instance.
fromQName(QName) - Static method in class org.apache.ode.utils.QNameUtils
Create a string representation from a QName.

G

generateMethodSignature(Method) - Static method in class org.apache.ode.utils.Reflect
Generates a unique method signature string for a java.lang.reflect.Method.
get() - Method in class org.apache.ode.utils.WatchDog.DefaultObserver
 
get() - Method in interface org.apache.ode.utils.WatchDog.Observer
 
getAddressExtension(Port) - Static method in class org.apache.ode.utils.wsdl.WsdlUtils
Extract the instance of javax.wsdl.extensions.http.HTTPAddress] or {@link javax.wsdl.extensions.soap.SOAPAddress} from the list of extensibility elements of the given {@link javax.wsdl.Port}.
getAttribute(Element, String) - Static method in class org.apache.ode.utils.DOMUtils
Returns the value of an attribute of an element.
getAttributeNS(Element, String, String) - Static method in class org.apache.ode.utils.DOMUtils
Returns the value of an attribute of an element.
getBase() - Method in class org.apache.ode.utils.xml.capture.Tracker
 
getBindingExtension(Binding) - Static method in class org.apache.ode.utils.wsdl.WsdlUtils
Look up the ExtensibilityElement defining the binding for the given Port or throw an IllegalArgumentException if multiple bindings found.
getBindingExtension(Port) - Static method in class org.apache.ode.utils.wsdl.WsdlUtils
 
getBp1_0WsdlSchema() - Static method in class org.apache.ode.utils.SchemaBucket
Get the Basic Profile 1.0 schema for WSDL, amended to include the errata.
getBuildDate() - Static method in class org.apache.ode.utils.Version
Get the build date.
getBuildNumber() - Static method in class org.apache.ode.utils.Version
Get the full name of the version, e.g., "1.0B15".
getChildCharacterData(Element) - Static method in class org.apache.ode.utils.DOMUtils
Concat all the text and cdata node children of this elem and return the resulting text.
getColumnNumber() - Method in exception org.apache.ode.utils.xsd.XsdException
 
getConnectionURL() - Static method in class org.apache.ode.utils.rmi.RMIConstants
Deprecated.
DO NOT USE, will soon be eliminated.
getCronExpression() - Method in class org.apache.ode.utils.CronExpression
 
getDayOfWeekNumber(String) - Method in class org.apache.ode.utils.CronExpression
 
getDelay() - Method in class org.apache.ode.utils.WatchDog
 
getDescription() - Method in class org.apache.ode.utils.cli.Argument
 
getDescription() - Method in interface org.apache.ode.utils.cli.CommandlineFragment
Return a description of this commandline fragment.
getDescription() - Method in class org.apache.ode.utils.cli.Flag
 
getDescription() - Method in class org.apache.ode.utils.cli.FlagWithArgument
 
getDescription() - Method in class org.apache.ode.utils.cli.MultiArgument
 
getDescription() - Method in class org.apache.ode.utils.cli.XorGroup
 
getDetailMessage() - Method in exception org.apache.ode.utils.xsd.XsdException
 
getDocument(Node) - Static method in class org.apache.ode.utils.DOMUtils
 
getDocumentBuilderFactory() - Static method in class org.apache.ode.utils.XMLParserUtils
Get the 'correct' implementation of a JAXP DocumentBuilderFactory; this is intended to ensure that local implementations (e.g., Crimson) don't sneak into the mix.
getDOMParser() - Static method in class org.apache.ode.utils.XMLParserUtils
 
getElement() - Method in class org.apache.ode.utils.SerializableElement
Get the contained element.
getElementByID(Element, String) - Static method in class org.apache.ode.utils.DOMUtils
DOCUMENTME
getElementContent(Node) - Static method in class org.apache.ode.utils.DOMUtils
 
getElementQName(Element) - Static method in class org.apache.ode.utils.DOMUtils
 
getErrors() - Method in class org.apache.ode.utils.xml.capture.XmlDependencyScanner
 
getExpressionSetSummary(Set) - Method in class org.apache.ode.utils.CronExpression
 
getExpressionSetSummary(ArrayList) - Method in class org.apache.ode.utils.CronExpression
 
getExpressionSummary() - Method in class org.apache.ode.utils.CronExpression
 
getFinalFireTime() - Method in class org.apache.ode.utils.CronExpression
NOT YET IMPLEMENTED: Returns the final time that the CronExpression will match.
getFirstChildElement(Node) - Static method in class org.apache.ode.utils.DOMUtils
 
getFirstChildElement(Element) - Static method in class org.apache.ode.utils.DOMUtils
Return the first child element of the given element.
getFragments() - Method in class org.apache.ode.utils.cli.Fragments
Used after the Fragments.matches(String[]) method, this returns the fragments together with the settings that they have absorbed from the arguments.
getFragmentsInUserOrder() - Method in class org.apache.ode.utils.cli.Fragments
For use in formatting commandline help, this method orders the constituent fragments in a way that would make sense to a user.
getGuid() - Method in class org.apache.ode.utils.GUID
Get the GUID bytes.
getHttpHeaders(List) - Static method in class org.apache.ode.utils.wsdl.WsdlUtils
 
getInstance() - Static method in class org.apache.ode.utils.xsl.XslTransformHandler
Singleton access.
getKeys() - Method in class org.apache.ode.utils.msg.MessageBundle
 
getLastDayOfMonth(int, int) - Method in class org.apache.ode.utils.CronExpression
 
getLastError() - Method in class org.apache.ode.utils.xsd.LoggingXmlErrorHandler
 
getLineNumber() - Method in exception org.apache.ode.utils.xsd.XsdException
 
getLock() - Method in class org.apache.ode.utils.WatchDog.DefaultObserver
 
getLock() - Method in interface org.apache.ode.utils.WatchDog.Observer
 
getMajorVersion() - Static method in class org.apache.ode.utils.Version
Get the major version number, i.e., the x in version x.y.
getMatched() - Method in class org.apache.ode.utils.cli.XorGroup
 
getMessages(Class<T>) - Static method in class org.apache.ode.utils.msg.MessageBundle
 
getMessages(Class<T>, Locale) - Static method in class org.apache.ode.utils.msg.MessageBundle
 
getMimeContent(List) - Static method in class org.apache.ode.utils.wsdl.WsdlUtils
 
getMinorVersion() - Static method in class org.apache.ode.utils.Version
Get the minor version number, i.e., the y in version x.y.
getMonthNumber(String) - Method in class org.apache.ode.utils.CronExpression
 
getMutable() - Method in class org.apache.ode.utils.WatchDog
 
getMyNamespaces(Element) - Static method in class org.apache.ode.utils.DOMUtils
 
getMyNSContext(Element) - Static method in class org.apache.ode.utils.DOMUtils
Construct a NSContext instance for the supplied element.
getNamespaceUri(String) - Method in class org.apache.ode.utils.NamespaceStack
Retrieve the URI bound to the supplied prefix or null if no URI is bound to the supplied prefix.
getNamespaceURI(String) - Method in class org.apache.ode.utils.NSContext
 
getNamespaceURIFromPrefix(Node, String) - Static method in class org.apache.ode.utils.DOMUtils
Given a prefix and a node, return the namespace URI that the prefix has been associated with.
getNextInvalidTimeAfter(Date) - Method in class org.apache.ode.utils.CronExpression
Returns the next date/time after the given date/time which does not satisfy the expression
getNextSiblingElement(Element) - Static method in class org.apache.ode.utils.DOMUtils
Return the next sibling element of the given element.
getNextValidTimeAfter(Date) - Method in class org.apache.ode.utils.CronExpression
Returns the next date/time after the given date/time which satisfies the cron expression.
getNodeQName(Node) - Static method in class org.apache.ode.utils.DOMUtils
 
getNodeQName(String) - Static method in class org.apache.ode.utils.DOMUtils
 
getNotificationInfo() - Method in class org.apache.ode.utils.jmx.SimpleMBean
 
getNSPrefixFromNSAttr(Attr) - Static method in class org.apache.ode.utils.DOMUtils
Fetch the non-null namespace prefix from a Attr that declares a namespace.
getNumericValue(String, int) - Method in class org.apache.ode.utils.CronExpression
 
getObjectName() - Method in class org.apache.ode.utils.jmx.SimpleMBean
 
getObserver() - Method in class org.apache.ode.utils.WatchDog
 
getOdeIsolationLevel() - Static method in class org.apache.ode.utils.DbIsolation
 
getOperationExtension(BindingOperation) - Static method in class org.apache.ode.utils.wsdl.WsdlUtils
Extract the instance of javax.wsdl.extensions.http.HTTPOperation] or {@link javax.wsdl.extensions.soap.SOAPOperation} from the list of extensibility elements of the given {@link javax.wsdl.BindingOperation}.
getOperationVerb(BindingOperation) - Static method in class org.apache.ode.utils.wsdl.WsdlUtils
ODE extends the wsdl spec by allowing definition of the HTTP verb at the operation level.
getParentNamespaces(Element) - Static method in class org.apache.ode.utils.DOMUtils
This method traverses the DOM and grabs namespace declarations on parent elements with the intent of preserving them for children.
getPrefix() - Method in class org.apache.ode.utils.HierarchicalProperties
 
getPrefix(String) - Method in class org.apache.ode.utils.NamespaceStack
 
getPrefix(String) - Method in class org.apache.ode.utils.NSContext
 
getPrefixes(String) - Method in class org.apache.ode.utils.NSContext
 
getPrefixes() - Method in class org.apache.ode.utils.NSContext
Get all the prefixes with a URI mapping in this context
getPrevious() - Method in exception org.apache.ode.utils.xsd.XsdException
 
getProgramName() - Static method in class org.apache.ode.utils.cli.BaseCommandlineTool
 
getProperties(String, String) - Method in class org.apache.ode.utils.HierarchicalProperties
 
getProperties(QName) - Method in class org.apache.ode.utils.HierarchicalProperties
 
getProperties(String, String, String) - Method in class org.apache.ode.utils.HierarchicalProperties
 
getProperties(QName, String) - Method in class org.apache.ode.utils.HierarchicalProperties
Return a map containing all the properties for the given port.
getProperty(String) - Method in class org.apache.ode.utils.HierarchicalProperties
 
getProperty(String, String, String) - Method in class org.apache.ode.utils.HierarchicalProperties
 
getProperty(QName, String) - Method in class org.apache.ode.utils.HierarchicalProperties
 
getProperty(String, String, String, String) - Method in class org.apache.ode.utils.HierarchicalProperties
 
getProperty(QName, String, String) - Method in class org.apache.ode.utils.HierarchicalProperties
 
getProxyAndHeaders(Map<String, String>) - Static method in class org.apache.ode.utils.Properties
 
getQualifiedAttributeValue(Element, String) - Static method in class org.apache.ode.utils.DOMUtils
DOCUMENTME
getQualifiedName(QName) - Static method in class org.apache.ode.utils.DOMUtils
 
getReason() - Method in class org.apache.ode.utils.cli.Fragments
Used after the Fragments.matches(String[]) method, this returns the reason, if any, that one of the CommandlineFragments failed to parse the set of arguments.
getReferences() - Method in class org.apache.ode.utils.xml.capture.Tracker
 
getReferences(URI) - Method in class org.apache.ode.utils.xml.capture.XmlDependencyScanner
Get the references (imports, includes, etc) of a given resource.
getReferers(URI) - Method in class org.apache.ode.utils.xml.capture.XmlDependencyScanner
Get all the URI's that refer to a URI.
getResolver() - Method in class org.apache.ode.utils.xml.capture.XmlDependencyScanner
 
getRootMap() - Method in class org.apache.ode.utils.HierarchicalProperties
 
getSAXParserFactory() - Static method in class org.apache.ode.utils.XMLParserUtils
Get the 'correct' implementation of a JAXP SAXParserFactory; this is intended to ensure that local implementations (e.g., Crimson) don't sneak into the mix.
getSet(int) - Method in class org.apache.ode.utils.CronExpression
 
getSystemId() - Method in exception org.apache.ode.utils.xsd.XsdException
 
getTemporaryDirectory(String) - Static method in class org.apache.ode.utils.fs.TempFileManager
Get a temporary working directory.
getTemporaryDirectory(String, File) - Static method in class org.apache.ode.utils.fs.TempFileManager
 
getTemporaryFile(String) - Static method in class org.apache.ode.utils.fs.TempFileManager
Get a temporary file, if possible, and register it for cleanup later.
getTemporaryFile(String, File) - Static method in class org.apache.ode.utils.fs.TempFileManager
 
getTextContent(Node) - Static method in class org.apache.ode.utils.DOMUtils
 
getTimeAfter(Date) - Method in class org.apache.ode.utils.CronExpression
 
getTimeBefore(Date) - Method in class org.apache.ode.utils.CronExpression
NOT YET IMPLEMENTED: Returns the time before the given time that the CronExpression matches.
getTimeZone() - Method in class org.apache.ode.utils.CronExpression
Returns the time zone for which this CronExpression will be resolved.
getURIs() - Method in class org.apache.ode.utils.xml.capture.XmlDependencyScanner
 
getUriSet() - Method in class org.apache.ode.utils.NSContext
Get all the URIs with a prefix mapping in this context
getUsage() - Method in class org.apache.ode.utils.cli.Argument
 
getUsage() - Method in interface org.apache.ode.utils.cli.CommandlineFragment
Construct a usage string for this commandline fragment.
getUsage() - Method in class org.apache.ode.utils.cli.Flag
 
getUsage() - Method in class org.apache.ode.utils.cli.FlagWithArgument
 
getUsage() - Method in class org.apache.ode.utils.cli.MultiArgument
 
getUsage() - Method in class org.apache.ode.utils.cli.XorGroup
 
getValue() - Method in class org.apache.ode.utils.cli.Argument
 
getValue() - Method in class org.apache.ode.utils.cli.FlagWithArgument
 
getValue(int, String, int) - Method in class org.apache.ode.utils.CronExpression
 
getValues() - Method in class org.apache.ode.utils.cli.MultiArgument
 
getVersionName() - Static method in class org.apache.ode.utils.Version
Get the full name of the version, e.g., "1.0B15".
getVMGUID() - Static method in class org.apache.ode.utils.GUID
 
getXercesSerializer(OutputStream) - Static method in class org.apache.ode.utils.XMLParserUtils
 
getXMLReader() - Static method in class org.apache.ode.utils.XMLParserUtils
 
GUID - Class in org.apache.ode.utils
This class is used to generate globally unique IDs.
GUID() - Constructor for class org.apache.ode.utils.GUID
Create a new unique GUID
GUID(String) - Constructor for class org.apache.ode.utils.GUID
Reconstitute a GUID from it's string representation
GUID.MalformedGuidException - Exception in org.apache.ode.utils
 
GUID.MalformedGuidException(String) - Constructor for exception org.apache.ode.utils.GUID.MalformedGuidException
 

H

handleGetObject(String) - Method in class org.apache.ode.utils.msg.MessageBundle
 
hasChangedSince(Long) - Method in class org.apache.ode.utils.WatchDog.FileMutable
 
hasChangedSince(Map<File, Long>) - Method in class org.apache.ode.utils.WatchDog.FileSetMutable
 
hasChangedSince(T) - Method in interface org.apache.ode.utils.WatchDog.Mutable
 
hashCode() - Method in class org.apache.ode.utils.GUID
 
hashCode() - Method in class org.apache.ode.utils.uuid.UUID
 
hasMoreElements() - Method in class org.apache.ode.utils.stl.IteratorEnumeration
 
hasNext() - Method in class org.apache.ode.utils.stl.EnumerationIterator
 
hasNext() - Method in class org.apache.ode.utils.stl.FilterIterator
 
hasNext() - Method in class org.apache.ode.utils.stl.TransformIterator
DOCUMENTME
HELP - Static variable in class org.apache.ode.utils.cli.BaseCommandlineTool
 
HELP_FLAG - Static variable in class org.apache.ode.utils.cli.BaseCommandlineTool
 
HierarchicalProperties - Class in org.apache.ode.utils
This class load a list of regular property files (order matters).
HierarchicalProperties(File[], String) - Constructor for class org.apache.ode.utils.HierarchicalProperties
 
HierarchicalProperties(File[]) - Constructor for class org.apache.ode.utils.HierarchicalProperties
 
HierarchicalProperties(File, String) - Constructor for class org.apache.ode.utils.HierarchicalProperties
 
HierarchicalProperties(File) - Constructor for class org.apache.ode.utils.HierarchicalProperties
 
HierarchicalProperties(List<File>) - Constructor for class org.apache.ode.utils.HierarchicalProperties
 
HOUR - Static variable in class org.apache.ode.utils.CronExpression
 
hours - Variable in class org.apache.ode.utils.CronExpression
 
HTTP_NS - Static variable in class org.apache.ode.utils.Namespaces
 
HttpUtils - Class in org.apache.ode.utils.http
 
HttpUtils() - Constructor for class org.apache.ode.utils.http.HttpUtils
 

I

ignorableWhitespace(char[], int, int) - Method in class org.apache.ode.utils.xml.capture.Tracker
 
IgnoreAllErrorHandler - Class in org.apache.ode.utils.sax
ErrorHandler implementation that does nothing, i.e., ignores all error events.
IgnoreAllErrorHandler() - Constructor for class org.apache.ode.utils.sax.IgnoreAllErrorHandler
Create a new instance.
inferFault(Operation, QName) - Static method in class org.apache.ode.utils.wsdl.WsdlUtils
Return the Fault that has the given element as message part.
init() - Method in class org.apache.ode.utils.WatchDog.DefaultObserver
empty implementation
init() - Method in interface org.apache.ode.utils.WatchDog.Observer
Called by WatchDog.check() if the underlying object is not initialized and the WatchDog.Mutable.exists() resource does not exist}.
initLogFile() - Static method in class org.apache.ode.utils.cli.BaseCommandlineTool
 
initLogFile(int) - Static method in class org.apache.ode.utils.cli.BaseCommandlineTool
 
initLogging(int) - Static method in class org.apache.ode.utils.cli.BaseCommandlineTool
Initialize logging appropriate for command-line utilities.
initLogging() - Static method in class org.apache.ode.utils.cli.BaseCommandlineTool
 
injectNamespaces(Element, NSContext) - Static method in class org.apache.ode.utils.DOMUtils
 
insert(Collection<T>, Enumeration<? extends T>) - Static method in class org.apache.ode.utils.stl.CollectionsX
 
insert(Collection<T>, Iterator<? extends T>) - Static method in class org.apache.ode.utils.stl.CollectionsX
 
insert(Collection<T>, Collection<? extends T>) - Static method in class org.apache.ode.utils.stl.CollectionsX
 
INTALIO_SESSION_NS - Static variable in class org.apache.ode.utils.Namespaces
 
intern(Object, Object) - Static method in class org.apache.ode.utils.InternPool
Returns an internalized value if it already exists in the cache
InternPool - Class in org.apache.ode.utils
A key value based cache that internalizes immutable values so that they can be shared across various BPEL objects.
InternPool() - Constructor for class org.apache.ode.utils.InternPool
Creates a new KeyValueCache object.
InternPool.InternableBlock - Interface in org.apache.ode.utils
An interface that clients should implement to run their blocks of code in the context of this caching mechanism.
invoke(Object, Method, Object[]) - Method in class org.apache.ode.utils.LoggingInterceptor
 
isAbsolute(String) - Static method in class org.apache.ode.utils.fs.FileUtils
Test if the given path is absolute or not.
isBoolean(QName) - Static method in class org.apache.ode.utils.xsd.XSTypes
 
isCompatible(QName, QName) - Method in interface org.apache.ode.utils.xsd.SchemaModel
Determines if two types are compatible using the following logic:
isCompatible(QName, QName) - Method in class org.apache.ode.utils.xsd.SchemaModelImpl
 
isDate(QName) - Static method in class org.apache.ode.utils.xsd.XSTypes
 
isDecimal(QName) - Static method in class org.apache.ode.utils.xsd.XSTypes
 
isEmptyElement(Element) - Static method in class org.apache.ode.utils.DOMUtils
Check that an element is empty, i.e., it contains no non-whitespace text or elements as children.
isError() - Method in class org.apache.ode.utils.xml.capture.XmlDependencyScanner
 
isFloat(QName) - Static method in class org.apache.ode.utils.xsd.XSTypes
 
isInitialized() - Method in class org.apache.ode.utils.WatchDog.DefaultObserver
 
isInitialized() - Method in interface org.apache.ode.utils.WatchDog.Observer
 
isLeapYear(int) - Method in class org.apache.ode.utils.CronExpression
 
isMember(Object) - Method in class org.apache.ode.utils.stl.EqualsUnaryFunction
 
isMember(Object) - Method in class org.apache.ode.utils.stl.MemberOfFunction.InstanceOf
 
isMember(E) - Method in class org.apache.ode.utils.stl.MemberOfFunction
A unary function that tests whether an element is the member of a set.
isNSAttribute(Attr) - Static method in class org.apache.ode.utils.DOMUtils
Test whether an attribute contains a namespace declaration.
isNumber(QName) - Static method in class org.apache.ode.utils.xsd.XSTypes
 
ISO8601DateParser - Class in org.apache.ode.utils
ISO 8601 date parsing utility.
ISO8601DateParser() - Constructor for class org.apache.ode.utils.ISO8601DateParser
 
isOdeFault(BindingFault) - Static method in class org.apache.ode.utils.wsdl.WsdlUtils
 
isOptional() - Method in class org.apache.ode.utils.cli.Argument
 
isOptional() - Method in interface org.apache.ode.utils.cli.CommandlineFragment
 
isOptional() - Method in class org.apache.ode.utils.cli.Flag
 
isOptional() - Method in class org.apache.ode.utils.cli.FlagWithArgument
 
isOptional() - Method in class org.apache.ode.utils.cli.MultiArgument
 
isOptional() - Method in class org.apache.ode.utils.cli.XorGroup
 
isRelative(String) - Static method in class org.apache.ode.utils.fs.FileUtils
Test if the given path is relative or absolute.
isSatisfiedBy(Date) - Method in class org.apache.ode.utils.CronExpression
Indicates whether the given date satisfies the cron expression.
isSet() - Method in class org.apache.ode.utils.cli.Argument
 
isSet() - Method in class org.apache.ode.utils.cli.Flag
 
isSet() - Method in class org.apache.ode.utils.cli.FlagWithArgument
 
isSet() - Method in class org.apache.ode.utils.cli.MultiArgument
 
isSimpleType(QName) - Method in interface org.apache.ode.utils.xsd.SchemaModel
Checks if type is a simple type.
isSimpleType(QName) - Method in class org.apache.ode.utils.xsd.SchemaModelImpl
 
isString(QName) - Static method in class org.apache.ode.utils.xsd.XSTypes
 
isText(String) - Static method in class org.apache.ode.utils.http.HttpUtils
 
isValidExpression(String) - Static method in class org.apache.ode.utils.CronExpression
Indicates whether the specified cron expression can be parsed into a valid cron expression
isWsdlDocument(Document) - Static method in class org.apache.ode.utils.DOMUtils
Perform a naive check to see if a document is a WSDL document based on the root element name and namespace URI.
isXml(String) - Static method in class org.apache.ode.utils.http.HttpUtils
 
isXmlSchemaDocument(Document) - Static method in class org.apache.ode.utils.DOMUtils
Perform a naive check to see if a document is an XML schema document based on the root element name and namespace URI.
IteratorEnumeration<T> - Class in org.apache.ode.utils.stl
 
IteratorEnumeration(Iterator<T>) - Constructor for class org.apache.ode.utils.stl.IteratorEnumeration
 

J

javaClassPath() - Static method in class org.apache.ode.utils.SystemUtils
 
javaClassVersion() - Static method in class org.apache.ode.utils.SystemUtils
 
javaHome() - Static method in class org.apache.ode.utils.SystemUtils
 
javaLibraryPath() - Static method in class org.apache.ode.utils.SystemUtils
 
javaTemporaryDirectory() - Static method in class org.apache.ode.utils.SystemUtils
 
javaVendor() - Static method in class org.apache.ode.utils.SystemUtils
 
javaVersion() - Static method in class org.apache.ode.utils.SystemUtils
 
JBI_END_POINT_REFERENCE - Static variable in class org.apache.ode.utils.Namespaces
 
JMX_DOMAIN - Static variable in class org.apache.ode.utils.jmx.JMXConstants
JMX domain key
JMXConstants - Class in org.apache.ode.utils.jmx
Constant related to naming of ODE objects in JMX.
JMXConstants() - Constructor for class org.apache.ode.utils.jmx.JMXConstants
 

K

knowsElementType(QName) - Method in interface org.apache.ode.utils.xsd.SchemaModel
Checks if model knows the type as an element type.
knowsElementType(QName) - Method in class org.apache.ode.utils.xsd.SchemaModelImpl
 
knowsSchemaType(QName) - Method in interface org.apache.ode.utils.xsd.SchemaModel
Checks if the model know the type as a schema type.
knowsSchemaType(QName) - Method in class org.apache.ode.utils.xsd.SchemaModelImpl
 

L

LastArgument - Class in org.apache.ode.utils.cli
A fragment implementation that picks-off the last argument on the line early.
LastArgument(String, String, boolean) - Constructor for class org.apache.ode.utils.cli.LastArgument
 
lastdayOfMonth - Variable in class org.apache.ode.utils.CronExpression
 
lastdayOfWeek - Variable in class org.apache.ode.utils.CronExpression
 
lastModified() - Method in class org.apache.ode.utils.WatchDog.FileMutable
 
lastModified() - Method in class org.apache.ode.utils.WatchDog.FileSetMutable
 
lastModified() - Method in interface org.apache.ode.utils.WatchDog.Mutable
 
lineSeparator() - Static method in class org.apache.ode.utils.SystemUtils
 
loadFiles() - Method in class org.apache.ode.utils.HierarchicalProperties
Clear all existing content, then read the file and parse each property.
lock() - Method in class org.apache.ode.utils.ProcessMutex
Acquire the lock.
lock - Variable in class org.apache.ode.utils.WatchDog.DefaultObserver
 
log - Static variable in class org.apache.ode.utils.Properties
 
LogErrorListener - Class in org.apache.ode.utils.trax
 
LogErrorListener(Log) - Constructor for class org.apache.ode.utils.trax.LogErrorListener
 
LOGGING - Static variable in class org.apache.ode.utils.cli.BaseCommandlineTool
 
LoggingErrorHandler - Class in org.apache.ode.utils.sax
An ErrorHandler implementation that dumps all of the error messages onto a logging channel at the debug level.
LoggingErrorHandler() - Constructor for class org.apache.ode.utils.sax.LoggingErrorHandler
Construct a new instance that dumps messages onto the default logging channel defined by this class.
LoggingErrorHandler(Log) - Constructor for class org.apache.ode.utils.sax.LoggingErrorHandler
Construct a new instance that dumps messages onto a specific logging channel.
LoggingInterceptor<T> - Class in org.apache.ode.utils
 
LoggingInterceptor(T, Log) - Constructor for class org.apache.ode.utils.LoggingInterceptor
 
LoggingXmlErrorHandler - Class in org.apache.ode.utils.xsd
Implementation of LoggingXmlErrorHandler that outputs messages to a log.
LoggingXmlErrorHandler(Log) - Constructor for class org.apache.ode.utils.xsd.LoggingXmlErrorHandler
Create a new instance that will output to the specified Log instance.

M

Main - Class in org.apache.ode.utils.cli
Class used for starting the main(...) method of command-line utilities.
Main() - Constructor for class org.apache.ode.utils.cli.Main
 
main(String[]) - Static method in class org.apache.ode.utils.cli.Main
 
main(String[]) - Static method in class org.apache.ode.utils.fs.FileUtils
 
main(String[]) - Static method in class org.apache.ode.utils.GUID
 
main(String[]) - Static method in class org.apache.ode.utils.Version
Print the full version number and licensing information to the console.
makeCollection(Class<? extends Collection>, T[]) - Static method in class org.apache.ode.utils.CollectionUtils
Make a Collection out of an array.
makeGUID(String) - Static method in class org.apache.ode.utils.GUID
 
matches(String[]) - Method in class org.apache.ode.utils.cli.Fragments
Apply the CommandlineFragments to the supplied arguments (after calling reset on the components).
MemberOfFunction<E> - Class in org.apache.ode.utils.stl
Interface used for defining object filters/selectors, classes that are used to determine whether a given object belong in a set.
MemberOfFunction() - Constructor for class org.apache.ode.utils.stl.MemberOfFunction
 
MemberOfFunction.InstanceOf - Class in org.apache.ode.utils.stl
 
MemberOfFunction.InstanceOf(Class) - Constructor for class org.apache.ode.utils.stl.MemberOfFunction.InstanceOf
 
MessageBundle - Class in org.apache.ode.utils.msg
 
MessageBundle() - Constructor for class org.apache.ode.utils.msg.MessageBundle
 
Messages - Class in org.apache.ode.utils.wsdl
 
Messages() - Constructor for class org.apache.ode.utils.wsdl.Messages
 
MINUTE - Static variable in class org.apache.ode.utils.CronExpression
 
minutes - Variable in class org.apache.ode.utils.CronExpression
 
MONTH - Static variable in class org.apache.ode.utils.CronExpression
 
monthMap - Static variable in class org.apache.ode.utils.CronExpression
 
months - Variable in class org.apache.ode.utils.CronExpression
 
msgAlreadySelectedOption(String) - Method in class org.apache.ode.utils.cli.CommandLineMessages
Format an error message about a repeated option.
msgBadPort(String) - Method in class org.apache.ode.utils.msg.CommonMessages
 
msgBindingDefinesNonElementDocListParts() - Method in class org.apache.ode.utils.wsdl.Messages
 
msgBindingInputNotFound(QName, String, String) - Method in class org.apache.ode.utils.wsdl.Messages
 
msgBindingNotFound(String) - Method in class org.apache.ode.utils.wsdl.Messages
 
msgBindingOperationNotFound(QName, String, String) - Method in class org.apache.ode.utils.wsdl.Messages
 
msgBindingOutputNotFound(QName, String, String) - Method in class org.apache.ode.utils.wsdl.Messages
 
msgCannotReadFromFile(String) - Method in class org.apache.ode.utils.msg.CommonMessages
 
msgCannotWriteToFile(String) - Method in class org.apache.ode.utils.msg.CommonMessages
 
msgCliHeader(String, String, String) - Method in class org.apache.ode.utils.cli.CommandLineMessages
Format a header for display by a commandline tool at startup.
msgCommandLineError() - Method in class org.apache.ode.utils.cli.CommandLineMessages
Format a generic error about an unparseable commandline.
msgDuplicateWSDLImport(String, String) - Method in class org.apache.ode.utils.wsdl.Messages
Attempted to import WSDL for namespace {0} from multiple locations: definitions from {1} will be ignored
msgFileNotFound(String) - Method in class org.apache.ode.utils.msg.CommonMessages
 
msgGetCopyright() - Method in class org.apache.ode.utils.VersionMessages
 
msgHelp() - Method in class org.apache.ode.utils.cli.CommandLineMessages
Format the description of the commandline help option.
msgMissingArgument(String) - Method in class org.apache.ode.utils.cli.CommandLineMessages
Format an error message about an option missing a required argument.
msgMissingOption(String) - Method in class org.apache.ode.utils.cli.CommandLineMessages
Format an error message about a missing required option.
msgMultipleAddressesForPort(String) - Method in class org.apache.ode.utils.wsdl.Messages
Multiple addresses for port {0}
msgMultipleBindings(QName) - Method in class org.apache.ode.utils.wsdl.Messages
Port {0} has multiple binding elements
msgMultipleBindingsForOperation(String) - Method in class org.apache.ode.utils.wsdl.Messages
Opeartion {0} has multiple binding elements
msgMultipleMimeContent() - Method in class org.apache.ode.utils.wsdl.Messages
 
msgNoAddressForPort(String) - Method in class org.apache.ode.utils.wsdl.Messages
No address for port {0}
msgNoBinding(QName) - Method in class org.apache.ode.utils.wsdl.Messages
No or for port {0}
msgNoBindingForOperation(String) - Method in class org.apache.ode.utils.wsdl.Messages
No or for operation {0}
msgNoHTTPBindingForPort(String) - Method in class org.apache.ode.utils.wsdl.Messages
No HTTP binding for port: {0}
msgNoSOAPBindingForPort(String) - Method in class org.apache.ode.utils.wsdl.Messages
No SOAP binding for port: {0}
msgOdeMessageExpected() - Method in class org.apache.ode.utils.wsdl.Messages
 
msgOdeMessageMissingRequiredPart(String) - Method in class org.apache.ode.utils.wsdl.Messages
 
msgOdeMessagePartMissingRequiredElement(QName, String, String, QName) - Method in class org.apache.ode.utils.wsdl.Messages
 
msgPortDefinitionNotFound(QName, String) - Method in class org.apache.ode.utils.wsdl.Messages
 
msgProcessingSchema(String) - Method in class org.apache.ode.utils.xsd.XsdMessages
Format a debug message about processing an XML Schema document.
msgQuiet() - Method in class org.apache.ode.utils.cli.CommandLineMessages
Format the description of the quiet option.
msgServiceDefinitionNotFound(QName) - Method in class org.apache.ode.utils.wsdl.Messages
 
msgSOAPBodyDoesNotContainAllRequiredParts() - Method in class org.apache.ode.utils.wsdl.Messages
 
msgSoapBodyDoesNotContainExpectedPartWrapper(QName, String, QName) - Method in class org.apache.ode.utils.wsdl.Messages
 
msgSOAPBodyDoesNotContainRequiredPart(String) - Method in class org.apache.ode.utils.wsdl.Messages
 
msgSoapHeaderMissingRequiredElement(QName) - Method in class org.apache.ode.utils.wsdl.Messages
 
msgSoapHeaderMustBeAnElement(Node) - Method in class org.apache.ode.utils.wsdl.Messages
 
msgSoapHeaderReferencesUnkownPart(String) - Method in class org.apache.ode.utils.wsdl.Messages
 
msgUndefinedFault(QName, String, String, QName) - Method in class org.apache.ode.utils.wsdl.Messages
 
msgUnexpectedBindingClass(Class) - Method in class org.apache.ode.utils.wsdl.Messages
 
msgUnexpectedElementInSOAPBody(QName, QName) - Method in class org.apache.ode.utils.wsdl.Messages
 
msgUnrecognizedOption(String) - Method in class org.apache.ode.utils.cli.CommandLineMessages
Format an error message about an unrecognized commandline option.
msgVerbose() - Method in class org.apache.ode.utils.cli.CommandLineMessages
Format the description of the verbose option.
msgVersion() - Method in class org.apache.ode.utils.cli.CommandLineMessages
Format the description of the version information option.
msgVersionInfo(String, String) - Method in class org.apache.ode.utils.VersionMessages
 
msgVeryVerbose() - Method in class org.apache.ode.utils.cli.CommandLineMessages
Format the description of the very verbose option.
msgWsdlImportNotFound(String, String) - Method in class org.apache.ode.utils.wsdl.Messages
The WSDL for namespace "{0}" could not be found in "{1}".
msgXsdError() - Method in class org.apache.ode.utils.xsd.XsdMessages
A key to indicate that a message is an error.
msgXsdExceptionMessage(String, String, int, int) - Method in class org.apache.ode.utils.xsd.XsdMessages
Format a message about an exception that occurred while processing an XML Schema.
msgXsdFatal() - Method in class org.apache.ode.utils.xsd.XsdMessages
A key to indicate that a message is fatal error.
msgXsdMessage(String, String, String, int, int) - Method in class org.apache.ode.utils.xsd.XsdMessages
Format a log message about an XSD-related warning or error.
msgXsdUnknownError(String) - Method in class org.apache.ode.utils.xsd.XsdMessages
An unknown error occured processing schema at {0}"
msgXsdWarning() - Method in class org.apache.ode.utils.xsd.XsdMessages
A key to indicate that a message is a warning.
MultiArgument - Class in org.apache.ode.utils.cli
A multiple argument commandline fragment that greedily consumes what's left on the commandline as arguments.
MultiArgument(String, String, boolean) - Constructor for class org.apache.ode.utils.cli.MultiArgument
 
mutable - Variable in class org.apache.ode.utils.WatchDog
 

N

Namespaces - Class in org.apache.ode.utils
Constant class to centralize all namespaces declarations.
Namespaces() - Constructor for class org.apache.ode.utils.Namespaces
 
NAMESPACES_SAXF - Static variable in class org.apache.ode.utils.XMLParserUtils
 
NamespaceStack - Class in org.apache.ode.utils
This is a utility for a SAX ContentHandler implementation to use in tracking namespace declarations during a parse.
NamespaceStack() - Constructor for class org.apache.ode.utils.NamespaceStack
Construct a new instance with the bare minimum bindings for the xmlns, xml, and empty prefixes.
nearestWeekday - Variable in class org.apache.ode.utils.CronExpression
 
newDocument() - Static method in class org.apache.ode.utils.DOMUtils
 
newModel(Map<URI, byte[]>) - Static method in class org.apache.ode.utils.xsd.SchemaModelImpl
Generate a schema model from a collection of schemas.
next() - Method in class org.apache.ode.utils.stl.EnumerationIterator
 
next() - Method in class org.apache.ode.utils.stl.FilterIterator
 
next() - Method in class org.apache.ode.utils.stl.TransformIterator
DOCUMENTME
nextElement() - Method in class org.apache.ode.utils.stl.IteratorEnumeration
 
nextNotificationSequence() - Method in class org.apache.ode.utils.jmx.SimpleMBean
 
nextUUID() - Method in class org.apache.ode.utils.uuid.UUIDGen
Creates a new UUID.
NO_SPEC - Static variable in class org.apache.ode.utils.CronExpression
 
NO_SPEC_INT - Static variable in class org.apache.ode.utils.CronExpression
 
NS - Static variable in class org.apache.ode.utils.xml.capture.Wsdl11Tracker
 
NS_URI_XMLNS - Static variable in class org.apache.ode.utils.DOMUtils
The namespaceURI represented by the prefix xmlns.
NSContext - Class in org.apache.ode.utils
A simple in-memory implementation of the NamespaceContext interface with fairly generic applicability.
NSContext() - Constructor for class org.apache.ode.utils.NSContext
 
NSContext(NSContext) - Constructor for class org.apache.ode.utils.NSContext
 
NSContext.NSContextException - Exception in org.apache.ode.utils
 
NSContext.NSContextException(String, Throwable) - Constructor for exception org.apache.ode.utils.NSContext.NSContextException
 
NSContext.NSContextException(String) - Constructor for exception org.apache.ode.utils.NSContext.NSContextException
 
nthdayOfWeek - Variable in class org.apache.ode.utils.CronExpression
 

O

object - Variable in class org.apache.ode.utils.WatchDog.DefaultObserver
 
ObjectPrinter - Class in org.apache.ode.utils
Helper class for printing/formatting arbitrary objects.
ObjectPrinter() - Constructor for class org.apache.ode.utils.ObjectPrinter
 
observer - Variable in class org.apache.ode.utils.WatchDog
 
ODE_DEPLOYAPI_NS - Static variable in class org.apache.ode.utils.Namespaces
 
ODE_EXTENSION_NS - Static variable in class org.apache.ode.utils.Namespaces
 
ODE_HTTP_EXTENSION_NS - Static variable in class org.apache.ode.utils.Namespaces
 
ODE_PMAPI - Static variable in class org.apache.ode.utils.Namespaces
Deprecated.
use #ODE_PMAPI_TYPES_NS
ODE_PMAPI_NS - Static variable in class org.apache.ode.utils.Namespaces
 
ODE_PMAPI_TYPES_NS - Static variable in class org.apache.ode.utils.Namespaces
 
ODE_PREFFIX - Static variable in class org.apache.ode.utils.HierarchicalProperties
 
ODE_SESSION_NS - Static variable in class org.apache.ode.utils.Namespaces
 
onDelete() - Method in class org.apache.ode.utils.WatchDog.DefaultObserver
delegate to #init
onDelete() - Method in interface org.apache.ode.utils.WatchDog.Observer
Called only if the resource previously existed and now does not exist.
onUpdate() - Method in class org.apache.ode.utils.WatchDog.DefaultObserver
delegate to #init
onUpdate() - Method in interface org.apache.ode.utils.WatchDog.Observer
Called only if the resource previously existed but the WatchDog.Mutable.lastModified() timestamp has changed (greater than the previous value).
operatingSystemArchitecture() - Static method in class org.apache.ode.utils.SystemUtils
 
operatingSystemName() - Static method in class org.apache.ode.utils.SystemUtils
 
operatingSystemVersion() - Static method in class org.apache.ode.utils.SystemUtils
 
org.apache.ode.utils - package org.apache.ode.utils
Miscellanous utility classes.
org.apache.ode.utils.cli - package org.apache.ode.utils.cli
Contains libraries for handling commandline arguments (i.e., the String[] passed-in by a main method).
org.apache.ode.utils.fs - package org.apache.ode.utils.fs
 
org.apache.ode.utils.http - package org.apache.ode.utils.http
 
org.apache.ode.utils.jmx - package org.apache.ode.utils.jmx
 
org.apache.ode.utils.msg - package org.apache.ode.utils.msg
This package provies "refactorable" internationalized message bundles.
org.apache.ode.utils.rmi - package org.apache.ode.utils.rmi
 
org.apache.ode.utils.sax - package org.apache.ode.utils.sax
 
org.apache.ode.utils.stl - package org.apache.ode.utils.stl
 
org.apache.ode.utils.trax - package org.apache.ode.utils.trax
 
org.apache.ode.utils.uuid - package org.apache.ode.utils.uuid
 
org.apache.ode.utils.wsdl - package org.apache.ode.utils.wsdl
 
org.apache.ode.utils.xml.capture - package org.apache.ode.utils.xml.capture
 
org.apache.ode.utils.xsd - package org.apache.ode.utils.xsd
 
org.apache.ode.utils.xsl - package org.apache.ode.utils.xsl
 
outputHeader() - Static method in class org.apache.ode.utils.cli.BaseCommandlineTool
Print program banner.

P

pancakeNamespaces(Element) - Static method in class org.apache.ode.utils.DOMUtils
 
parse(InputStream) - Static method in class org.apache.ode.utils.DOMUtils
Parse an XML stream using the pooled document builder.
parse(InputSource) - Static method in class org.apache.ode.utils.DOMUtils
Parse an XML document located using an InputSource using the pooled document builder.
parse(XMLStreamReader) - Static method in class org.apache.ode.utils.DOMUtils
 
parse(String) - Static method in class org.apache.ode.utils.ISO8601DateParser
 
parseCal(String) - Static method in class org.apache.ode.utils.ISO8601DateParser
 
parseExpansion(String) - Static method in class org.apache.ode.utils.URITemplate
Implements the function describes in the spec
parseRelativeDate(String) - Static method in class org.apache.ode.utils.RelativeDateParser
Returns a date which is less than current system date/time on a specified number of days, years, minutes, weeks etc.

A common template which is valid for this method is like that:
XXXXy XXXXM XXXXw XXXXd XXXXh XXXXm XXXXs, where:

parseXSLSheet(QName, URI, String, URIResolver) - Method in class org.apache.ode.utils.xsl.XslTransformHandler
Always parses the provided stylesheet and stores it in cache from its URI.
pathSeparator() - Static method in class org.apache.ode.utils.SystemUtils
 
pop() - Method in class org.apache.ode.utils.NamespaceStack
Pop a context from the stack.
postDeregister() - Method in class org.apache.ode.utils.jmx.SimpleMBean
 
postRegister(Boolean) - Method in class org.apache.ode.utils.jmx.SimpleMBean
 
preDeregister() - Method in class org.apache.ode.utils.jmx.SimpleMBean
 
prefix() - Method in class org.apache.ode.utils.uuid.UUID
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.ode.utils.jmx.SimpleMBean
 
prettyPrint(Element) - Static method in class org.apache.ode.utils.DOMUtils
Deprecated.
relies on XMLSerializer which is a deprecated Xerces class, use domToString instead
PrintErrorHandler - Class in org.apache.ode.utils.sax
 
PrintErrorHandler(ErrorHandler, PrintStream) - Constructor for class org.apache.ode.utils.sax.PrintErrorHandler
 
PrintErrorHandler(PrintStream) - Constructor for class org.apache.ode.utils.sax.PrintErrorHandler
 
printSynopsis(String, String, Fragments[]) - Static method in class org.apache.ode.utils.cli.ConsoleFormatter
 
process(URI) - Method in class org.apache.ode.utils.xml.capture.XmlDependencyScanner
Process the URI: parse the document and follow any imports (recursively) to discover all imported resources.
processingInstruction(String, String) - Method in class org.apache.ode.utils.xml.capture.Tracker
 
ProcessMutex - Class in org.apache.ode.utils
An inter-process synchronization mechanism.
ProcessMutex(int) - Constructor for class org.apache.ode.utils.ProcessMutex
Constructor.
PROP_ADDRESS - Static variable in class org.apache.ode.utils.Properties
Property to override the location set in soap:address or http:address
PROP_HTTP_ACCEPT_GZIP - Static variable in class org.apache.ode.utils.Properties
 
PROP_HTTP_CONNECTION_TIMEOUT - Static variable in class org.apache.ode.utils.Properties
 
PROP_HTTP_HEADER_PREFIX - Static variable in class org.apache.ode.utils.Properties
 
PROP_HTTP_MAX_REDIRECTS - Static variable in class org.apache.ode.utils.Properties
 
PROP_HTTP_PROTOCOL_ENCODING - Static variable in class org.apache.ode.utils.Properties
Deprecated.
use org.apache.commons.httpclient.params.HttpMethodParams#HTTP_CONTENT_CHARSET (="http.protocol.content-charset")
PROP_HTTP_PROTOCOL_VERSION - Static variable in class org.apache.ode.utils.Properties
 
PROP_HTTP_PROXY_DOMAIN - Static variable in class org.apache.ode.utils.Properties
 
PROP_HTTP_PROXY_HOST - Static variable in class org.apache.ode.utils.Properties
 
PROP_HTTP_PROXY_PASSWORD - Static variable in class org.apache.ode.utils.Properties
 
PROP_HTTP_PROXY_PORT - Static variable in class org.apache.ode.utils.Properties
 
PROP_HTTP_PROXY_PREFIX - Static variable in class org.apache.ode.utils.Properties
 
PROP_HTTP_PROXY_USER - Static variable in class org.apache.ode.utils.Properties
 
PROP_HTTP_REQUEST_CHUNK - Static variable in class org.apache.ode.utils.Properties
 
PROP_HTTP_REQUEST_GZIP - Static variable in class org.apache.ode.utils.Properties
 
PROP_HTTP_SOCKET_TIMEOUT - Static variable in class org.apache.ode.utils.Properties
 
PROP_JMS_DESTINATION_TYPE - Static variable in class org.apache.ode.utils.Properties
 
PROP_JMS_REPLY_DESTINATION - Static variable in class org.apache.ode.utils.Properties
 
PROP_JMS_REPLY_TIMEOUT - Static variable in class org.apache.ode.utils.Properties
 
PROP_MAINCLASS - Static variable in class org.apache.ode.utils.cli.Main
The name of the system property that is exepcted to contain the actual main class name.
PROP_MEX_TIMEOUT - Static variable in class org.apache.ode.utils.Properties
Property used to define how long (in milliseconds) the message will wait for a response.
PROP_P2P_MEX_TIMEOUT - Static variable in class org.apache.ode.utils.Properties
Property used to define how long (in milliseconds) the message will wait for a response for process-to-process invocations.
PROP_RMIURL - Static variable in class org.apache.ode.utils.rmi.RMIConstants
Deprecated.
same constant defined in BootLoader but we cannot have dependencies on it
PROP_SECURITY_POLICY - Static variable in class org.apache.ode.utils.Properties
 
PROP_SEND_WS_ADDRESSING_HEADERS - Static variable in class org.apache.ode.utils.Properties
 
Properties - Class in org.apache.ode.utils
 
Properties() - Constructor for class org.apache.ode.utils.Properties
 
Properties.Axis2 - Class in org.apache.ode.utils
 
Properties.Axis2() - Constructor for class org.apache.ode.utils.Properties.Axis2
 
Properties.HttpClient - Class in org.apache.ode.utils
 
Properties.HttpClient() - Constructor for class org.apache.ode.utils.Properties.HttpClient
 
pushNewContext() - Method in class org.apache.ode.utils.NamespaceStack
Push a fresh context onto the stack.
put(URI, byte[]) - Method in class org.apache.ode.utils.xsd.SchemaModelImpl.InternalSchemaResolver
 

Q

QNameUtils - Class in org.apache.ode.utils
Utility methods for dealing with XML qualified names (QNames).
QUIET_F - Static variable in class org.apache.ode.utils.cli.BaseCommandlineTool
 

R

read(URL) - Static method in class org.apache.ode.utils.StreamUtils
Read the contents of the given URL into a byte array.
read(InputStream) - Static method in class org.apache.ode.utils.StreamUtils
Read the contents of the given InputStream into a byte array.
readExternal(ObjectInput) - Method in class org.apache.ode.utils.NSContext
 
readObj(InputStream) - Static method in class org.apache.ode.utils.StreamUtils
 
Reflect - Class in org.apache.ode.utils
 
Reflect() - Constructor for class org.apache.ode.utils.Reflect
 
register(MBeanServer) - Method in class org.apache.ode.utils.jmx.SimpleMBean
 
register(String, String) - Method in class org.apache.ode.utils.NSContext
Add a prefix to URI mapping to this context.
register(Map<String, String>) - Method in class org.apache.ode.utils.NSContext
Register a set of URI mappings at once.
registerTempFileManager() - Static method in class org.apache.ode.utils.cli.BaseCommandlineTool
 
registerTemporaryFile(File) - Static method in class org.apache.ode.utils.fs.TempFileManager
 
RelativeDateParser - Class in org.apache.ode.utils
 
RelativeDateParser() - Constructor for class org.apache.ode.utils.RelativeDateParser
 
remove() - Method in class org.apache.ode.utils.stl.EnumerationIterator
 
remove() - Method in class org.apache.ode.utils.stl.FilterIterator
 
remove() - Method in class org.apache.ode.utils.stl.TransformIterator
DOCUMENTME
remove_if(Collection<T>, MemberOfFunction<T>) - Static method in class org.apache.ode.utils.stl.CollectionsX
Remove elements from collection based on the results of specified unary function.
removeAttributes(Element, boolean) - Static method in class org.apache.ode.utils.DOMUtils
Drop the attributes from an element, except possibly an xmlns attribute that declares its namespace.
removeChildren(Node) - Static method in class org.apache.ode.utils.DOMUtils
Remove the child nodes under another node.
removeNotificationListener(NotificationListener) - Method in class org.apache.ode.utils.jmx.SimpleMBean
 
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.ode.utils.jmx.SimpleMBean
 
replaceProperties(String, Pattern, Map) - Static method in class org.apache.ode.utils.SystemUtils
Match the received string against the given pattern, and replace each match by the value associated to the first group of the match (group(1)).
replaceSystemProperties(String) - Static method in class org.apache.ode.utils.SystemUtils
Replace system property values in the given String using the ${system.property} convention.
reset() - Method in class org.apache.ode.utils.cli.Argument
 
reset() - Method in interface org.apache.ode.utils.cli.CommandlineFragment
Reset the fragment to its initial state.
reset() - Method in class org.apache.ode.utils.cli.Flag
 
reset() - Method in class org.apache.ode.utils.cli.FlagWithArgument
 
reset() - Method in class org.apache.ode.utils.cli.MultiArgument
 
reset() - Method in class org.apache.ode.utils.cli.XorGroup
 
reset() - Method in class org.apache.ode.utils.WatchDog.DefaultObserver
 
reset() - Method in interface org.apache.ode.utils.WatchDog.Observer
 
resetFragments() - Method in class org.apache.ode.utils.cli.Fragments
Reset the constituent fragments to their initial states.
resolveEntity(XMLResourceIdentifier) - Method in class org.apache.ode.utils.xsd.CapturingXMLEntityResolver
 
resolveEntity(XMLResourceIdentifier) - Method in class org.apache.ode.utils.xsd.SchemaModelImpl.InternalSchemaResolver
 
resolveVerb(Binding, BindingOperation) - Static method in class org.apache.ode.utils.wsdl.WsdlUtils
ODE extends the wsdl spec by allowing definition of the HTTP verb at the operation level.
rightPadToWidth(String, int) - Static method in class org.apache.ode.utils.cli.ConsoleFormatter
 
RMIConstants - Class in org.apache.ode.utils.rmi
Deprecated.
DO NO USE: Find your own way to get this URL.
RMIConstants() - Constructor for class org.apache.ode.utils.rmi.RMIConstants
Deprecated.
 
run() - Method in interface org.apache.ode.utils.InternPool.InternableBlock
The block to run
run() - Method in class org.apache.ode.utils.WatchDog
 
runBlock(InternPool.InternableBlock) - Static method in class org.apache.ode.utils.InternPool
Runs the given block in the context of a cache.

S

SCHEMA_V_XERCESF - Static variable in class org.apache.ode.utils.XMLParserUtils
 
SchemaBucket - Class in org.apache.ode.utils
Utility class for obtaining XML schemas for commonly used document types.
SchemaBucket() - Constructor for class org.apache.ode.utils.SchemaBucket
 
SchemaModel - Interface in org.apache.ode.utils.xsd
 
SchemaModelImpl - Class in org.apache.ode.utils.xsd
Xerces based schema model.
SchemaModelImpl.InternalSchemaResolver - Class in org.apache.ode.utils.xsd
 
SchemaModelImpl.InternalSchemaResolver() - Constructor for class org.apache.ode.utils.xsd.SchemaModelImpl.InternalSchemaResolver
 
SECOND - Static variable in class org.apache.ode.utils.CronExpression
 
seconds - Variable in class org.apache.ode.utils.CronExpression
 
send(Notification) - Method in class org.apache.ode.utils.jmx.SimpleMBean
 
SerializableElement - Class in org.apache.ode.utils
Class for wrapping DOM elements to support transparent serialization.
SerializableElement(Element) - Constructor for class org.apache.ode.utils.SerializableElement
Constructor, give the element to serialize as the argument.
SerializableUtils - Class in org.apache.ode.utils
Utitlity methods for Serializable objects.
SerializableUtils() - Constructor for class org.apache.ode.utils.SerializableUtils
 
serialize(Element, OutputStream) - Static method in class org.apache.ode.utils.DOMUtils
 
setCalendarHour(Calendar, int) - Method in class org.apache.ode.utils.CronExpression
Advance the calendar to the particular hour paying particular attention to daylight saving problems.
setClazz(Class) - Static method in class org.apache.ode.utils.cli.BaseCommandlineTool
 
setDelay(long) - Method in class org.apache.ode.utils.WatchDog
 
setDocumentLocator(Locator) - Method in class org.apache.ode.utils.xml.capture.Tracker
 
setErrorListener(ErrorListener) - Method in class org.apache.ode.utils.xsl.XslTransformHandler
 
setErrorMsg(String) - Method in exception org.apache.ode.utils.NSContext.NSContextException
 
setExternalSchemaURL(XMLReader, String, String) - Static method in class org.apache.ode.utils.XMLParserUtils
Specify an external schema location and turn on validation via setting features and properties.
setExternalSchemaURL(DOMParser, String, String) - Static method in class org.apache.ode.utils.XMLParserUtils
Specify an external schema location and turn on validation via setting features and properties.
setIsolationLevel(Connection) - Static method in class org.apache.ode.utils.DbIsolation
Set Ode-specific isolation level on the connection, if needed.
setNamespaces(XMLReader) - Static method in class org.apache.ode.utils.XMLParserUtils
Set the namespaces SAX property on the supplied XMLReader.
setOdeIsolationLevel(int) - Static method in class org.apache.ode.utils.DbIsolation
 
setOptional(boolean) - Method in class org.apache.ode.utils.cli.FlagWithArgument
 
setResolver(EntityResolver) - Method in class org.apache.ode.utils.xml.capture.XmlDependencyScanner
Set the EntityResolver that should be used to obtain the byte streams for URIs.
setTimeZone(TimeZone) - Method in class org.apache.ode.utils.CronExpression
Sets the time zone for which this CronExpression will be resolved.
setTransformerFactory(TransformerFactory) - Method in class org.apache.ode.utils.xsl.XslTransformHandler
Sets the transformer factory for initialization.
setWorkingDirectory(File) - Static method in class org.apache.ode.utils.fs.TempFileManager
Set the working temporary directory.
SimpleMBean - Class in org.apache.ode.utils.jmx
An extension of StandardMBean with common features such as registeration, notification, sequence generation, etc.
SimpleMBean(Class) - Constructor for class org.apache.ode.utils.jmx.SimpleMBean
 
skippedEntity(String) - Method in class org.apache.ode.utils.xml.capture.Tracker
 
skipWhiteSpace(int, String) - Method in class org.apache.ode.utils.CronExpression
 
SOAP12_NS - Static variable in class org.apache.ode.utils.Namespaces
 
SOAP_ENV_NS - Static variable in class org.apache.ode.utils.Namespaces
 
SOAP_NS - Static variable in class org.apache.ode.utils.Namespaces
 
sourceToDOM(Source) - Static method in class org.apache.ode.utils.DOMUtils
Parse an XML document located using an InputSource using the pooled document builder.
startDocument() - Method in class org.apache.ode.utils.xml.capture.Tracker
 
startElement(String, String, String, Attributes) - Method in class org.apache.ode.utils.xml.capture.Tracker
 
startElement(String, String, String, Attributes) - Method in class org.apache.ode.utils.xml.capture.Wsdl11Tracker
 
startElement(String, String, String, Attributes) - Method in class org.apache.ode.utils.xml.capture.XmlSchemaTracker
 
startPrefixMapping(String, String) - Method in class org.apache.ode.utils.xml.capture.Tracker
 
startPrefixMappings(ContentHandler) - Method in class org.apache.ode.utils.NamespaceStack
Fire the events for the current frame's prefixes into a ContentHandler.
StatusCode - Class in org.apache.ode.utils.http
StatusCode() - Constructor for class org.apache.ode.utils.http.StatusCode
 
storeExpressionVals(int, String, int) - Method in class org.apache.ode.utils.CronExpression
 
StreamUtils - Class in org.apache.ode.utils
Utilities for dealing with byte (InputStream and OutputStream) and character (Reader and Writer) streams.
StreamUtils() - Constructor for class org.apache.ode.utils.StreamUtils
 
strError() - Method in class org.apache.ode.utils.msg.CommonMessages
 
strFatal() - Method in class org.apache.ode.utils.msg.CommonMessages
 
strInfo() - Method in class org.apache.ode.utils.msg.CommonMessages
 
stringifyMethodEnter(String, Object[]) - Static method in class org.apache.ode.utils.ObjectPrinter
Generate a default trace message for method entry.
stringifyNvList(Object[]) - Static method in class org.apache.ode.utils.ObjectPrinter
Stringify a staggered name-value list.
stringToDOM(String) - Static method in class org.apache.ode.utils.DOMUtils
Parse a String into a DOM.
stringToDOM(byte[]) - Static method in class org.apache.ode.utils.DOMUtils
 
strWarning() - Method in class org.apache.ode.utils.msg.CommonMessages
 
SystemConfigurationException - Exception in org.apache.ode.utils
An exception to encapsulate issues with system configuration.
SystemConfigurationException(String) - Constructor for exception org.apache.ode.utils.SystemConfigurationException
Construct a new instance with the specified message.
SystemConfigurationException(String, Throwable) - Constructor for exception org.apache.ode.utils.SystemConfigurationException
Construct a new instance with the specified message and a Throwable that triggered this exception.
SystemConfigurationException(Throwable) - Constructor for exception org.apache.ode.utils.SystemConfigurationException
Construct a new instance with the specified Throwable as the root cause.
SystemUtils - Class in org.apache.ode.utils
Extensions for java.lang.System
SystemUtils() - Constructor for class org.apache.ode.utils.SystemUtils
 

T

TempFileManager - Class in org.apache.ode.utils.fs
Convenience class for managing temporary files and cleanup on JVM exit.
TERSE - Static variable in class org.apache.ode.utils.cli.BaseCommandlineTool
 
TEXT_MIME_TYPE_PATTERN - Static variable in class org.apache.ode.utils.http.HttpUtils
 
TEXT_MIME_TYPE_REGEX - Static variable in class org.apache.ode.utils.http.HttpUtils
 
toBytes(Object) - Static method in class org.apache.ode.utils.SerializableUtils
 
todo() - Method in class org.apache.ode.utils.msg.MessageBundle
Generate a "todo" message.
toDocumentFromStream(StreamSource) - Static method in class org.apache.ode.utils.DOMUtils
 
toDOMDocument(Node) - Static method in class org.apache.ode.utils.DOMUtils
 
toIdString(UUID) - Static method in class org.apache.ode.utils.uuid.UUID
String form of a uuid.
toJavaObject(QName, String) - Static method in class org.apache.ode.utils.xsd.XSTypes
 
toList(Object) - Static method in class org.apache.ode.utils.DOMUtils
Somewhat eases the pain of dealing with both Lists and Nodelists by converting either passed as parameter to a List.
toMap() - Method in class org.apache.ode.utils.NSContext
 
toNSContext() - Method in class org.apache.ode.utils.NamespaceStack
Convert the current stack of contexts into a single NSContext.
toObject(InputStream, ClassLoader) - Static method in class org.apache.ode.utils.SerializableUtils
 
toObject(byte[], ClassLoader) - Static method in class org.apache.ode.utils.SerializableUtils
 
toQName(String) - Static method in class org.apache.ode.utils.QNameUtils
Create a QName object from its stringified representation.
toString() - Method in class org.apache.ode.utils.CronExpression
Returns the string representation of the CronExpression
toString() - Method in class org.apache.ode.utils.GUID
Convert a GUID to it's string representation.
toString(Object, Object[]) - Static method in class org.apache.ode.utils.ObjectPrinter
A default toString implementation.
toString() - Method in class org.apache.ode.utils.uuid.UUID
 
toString() - Method in class org.apache.ode.utils.WatchDog.FileMutable
 
Tracker - Class in org.apache.ode.utils.xml.capture
Base class for schema-specifc dependency trackers.
Tracker() - Constructor for class org.apache.ode.utils.xml.capture.Tracker
 
transform(C, Collection<E>, UnaryFunction<E, V>) - Static method in class org.apache.ode.utils.stl.CollectionsX
Transform a collection with a unary function.
transform(C, Enumeration<E>, UnaryFunction<E, V>) - Static method in class org.apache.ode.utils.stl.CollectionsX
 
transform(QName, URI, Source, Map<QName, Object>, URIResolver) - Method in class org.apache.ode.utils.xsl.XslTransformHandler
Transforms a Source document to a result using the XSL stylesheet referenced by the provided URI.
transformEx(C, Collection<E>, UnaryFunctionEx<E, V>) - Static method in class org.apache.ode.utils.stl.CollectionsX
 
TransformIterator<E,V> - Class in org.apache.ode.utils.stl
Transforming Iterator implementation; these iterators apply a unary function to each object before it is returned.
TransformIterator(Iterator<E>, UnaryFunction<E, V>) - Constructor for class org.apache.ode.utils.stl.TransformIterator
 
translate(Map<String, String>) - Static method in class org.apache.ode.utils.Properties.Axis2
 
translate(Map<String, String>, Options) - Static method in class org.apache.ode.utils.Properties.Axis2
 
translate(Map<String, String>) - Static method in class org.apache.ode.utils.Properties.HttpClient
 
translate(Map<String, String>, HttpParams) - Static method in class org.apache.ode.utils.Properties.HttpClient
 
TYPE_DOMAINMBEAN - Static variable in class org.apache.ode.utils.jmx.JMXConstants
Value of type name attribute for org.apache.ode.sfwk.mngmt.DomainNodeMBeans.
TYPE_SERVICEMBEAN - Static variable in class org.apache.ode.utils.jmx.JMXConstants
Value of type name attribute for org.apache.ode.sfwk.mngmt.ServiceRuntimeMBeans.
TYPE_SYSTEMMBEAN - Static variable in class org.apache.ode.utils.jmx.JMXConstants
Value of type name attribute for org.apache.ode.sfwk.mngmt.SystemRuntimeMBeans.

U

ufnMapEntry_getKey - Static variable in class org.apache.ode.utils.stl.CollectionsX
 
ufnMapEntry_getValue - Static variable in class org.apache.ode.utils.stl.CollectionsX
 
UnaryFunction<E,V> - Interface in org.apache.ode.utils.stl
 
UnaryFunctionEx<E,V> - Interface in org.apache.ode.utils.stl
 
unlock() - Method in class org.apache.ode.utils.ProcessMutex
Release the lock
unregister() - Method in class org.apache.ode.utils.jmx.SimpleMBean
 
unregister(MBeanServer) - Method in class org.apache.ode.utils.jmx.SimpleMBean
 
URITemplate - Class in org.apache.ode.utils
A partial implementation of URI Template expansion as specified by the URI template specification.
URITemplate() - Constructor for class org.apache.ode.utils.URITemplate
 
useHTTPBinding(Binding) - Static method in class org.apache.ode.utils.wsdl.WsdlUtils
Test if the given binding uses HTTP binding.
useHTTPBinding(Port) - Static method in class org.apache.ode.utils.wsdl.WsdlUtils
 
useHTTPBinding(Definition, QName, String) - Static method in class org.apache.ode.utils.wsdl.WsdlUtils
 
useMimeMultipartRelated(BindingInput) - Static method in class org.apache.ode.utils.wsdl.WsdlUtils
 
userDirectory() - Static method in class org.apache.ode.utils.SystemUtils
 
userHome() - Static method in class org.apache.ode.utils.SystemUtils
 
userName() - Static method in class org.apache.ode.utils.SystemUtils
 
useSOAPBinding(Binding) - Static method in class org.apache.ode.utils.wsdl.WsdlUtils
Test if the given binding uses a Soap binding.
useSOAPBinding(Port) - Static method in class org.apache.ode.utils.wsdl.WsdlUtils
 
useSOAPBinding(Definition, QName, String) - Static method in class org.apache.ode.utils.wsdl.WsdlUtils
 
useUrlEncoded(BindingInput) - Static method in class org.apache.ode.utils.wsdl.WsdlUtils
 
useUrlReplacement(BindingInput) - Static method in class org.apache.ode.utils.wsdl.WsdlUtils
 
UUID - Class in org.apache.ode.utils.uuid
Universally Unique Identifier.
UUID() - Constructor for class org.apache.ode.utils.uuid.UUID
 
UUID(String) - Constructor for class org.apache.ode.utils.uuid.UUID
 
UUIDGen - Class in org.apache.ode.utils.uuid
Used to create new universally unique identifiers or UUID's (sometimes called GUID's).
UUIDGen() - Constructor for class org.apache.ode.utils.uuid.UUIDGen
 

V

validate() - Method in class org.apache.ode.utils.cli.Flag
 
validate() - Method in class org.apache.ode.utils.cli.FlagWithArgument
 
VALIDATION_SAXF - Static variable in class org.apache.ode.utils.XMLParserUtils
 
varSubstitution(String, Object[], Map<String, String>) - Static method in class org.apache.ode.utils.URITemplate
An implementation of var substitution as defined by the URI template specification.
varSubstitution(String, Object[], Map<String, String>, boolean) - Static method in class org.apache.ode.utils.URITemplate
Same as URITemplate.varSubstitution(String, Object[], java.util.Map) but the preserveUndefinedVar boolean argument (if true) allows to preserve an expansion template if the corresponding variable is not defined in the nameValuePairs map (i.e.
VERBOSE - Static variable in class org.apache.ode.utils.cli.BaseCommandlineTool
 
VERBOSE_F - Static variable in class org.apache.ode.utils.cli.BaseCommandlineTool
 
Version - Class in org.apache.ode.utils
Class for displaying the version of the build
Version() - Constructor for class org.apache.ode.utils.Version
 
VersionMessages - Class in org.apache.ode.utils
Message bundle for the Version class.
VersionMessages() - Constructor for class org.apache.ode.utils.VersionMessages
 
VERYVERBOSE_F - Static variable in class org.apache.ode.utils.cli.BaseCommandlineTool
 

W

warning(SAXParseException) - Method in class org.apache.ode.utils.sax.FailOnErrorErrorHandler
 
warning(SAXParseException) - Method in class org.apache.ode.utils.sax.IgnoreAllErrorHandler
 
warning(SAXParseException) - Method in class org.apache.ode.utils.sax.LoggingErrorHandler
 
warning(SAXParseException) - Method in class org.apache.ode.utils.sax.PrintErrorHandler
 
warning(TransformerException) - Method in class org.apache.ode.utils.trax.LogErrorListener
 
warning(String, String, XMLParseException) - Method in class org.apache.ode.utils.xsd.LoggingXmlErrorHandler
 
WatchDog<T,C extends WatchDog.Observer> - Class in org.apache.ode.utils
This class is based on org.apache.log4j.helpers.FileWatchdog.

Modifications have been made to support additional abstract ressource and more events (creation, deletion and updates), and to allow "manual" invocations of WatchDog.check() (i.e wihtout having to use a thread) while preserving time checking.

Now two use cases coexist: Pass an instance of WatchDog to a new thread (WatchDog is a Runnable).

WatchDog() - Constructor for class org.apache.ode.utils.WatchDog
 
WatchDog(WatchDog.Mutable<T>, long) - Constructor for class org.apache.ode.utils.WatchDog
 
WatchDog(WatchDog.Mutable<T>, C) - Constructor for class org.apache.ode.utils.WatchDog
 
WatchDog(WatchDog.Mutable<T>) - Constructor for class org.apache.ode.utils.WatchDog
 
WatchDog.DefaultObserver<A> - Class in org.apache.ode.utils
A default implementation of #ChangeHandler.
WatchDog.DefaultObserver() - Constructor for class org.apache.ode.utils.WatchDog.DefaultObserver
 
WatchDog.FileMutable - Class in org.apache.ode.utils
 
WatchDog.FileMutable(File) - Constructor for class org.apache.ode.utils.WatchDog.FileMutable
 
WatchDog.FileSetMutable - Class in org.apache.ode.utils
 
WatchDog.FileSetMutable(Collection<File>) - Constructor for class org.apache.ode.utils.WatchDog.FileSetMutable
 
WatchDog.FileSetMutable(File[]) - Constructor for class org.apache.ode.utils.WatchDog.FileSetMutable
 
WatchDog.Mutable<T> - Interface in org.apache.ode.utils
have you said that duck typing would be nice?
WatchDog.Observer<A> - Interface in org.apache.ode.utils
 
watchFile(File, C) - Static method in class org.apache.ode.utils.WatchDog
 
watchFiles(List<File>, C) - Static method in class org.apache.ode.utils.WatchDog
 
wrap(String, int) - Static method in class org.apache.ode.utils.cli.ConsoleFormatter
 
write(OutputStream, Serializable) - Static method in class org.apache.ode.utils.StreamUtils
Write a Serializable object to an output stream using the ObjectOutputStream mechanism.
writeExternal(ObjectOutput) - Method in class org.apache.ode.utils.NSContext
 
WS_ADDRESSING_ANON_URI - Static variable in class org.apache.ode.utils.Namespaces
 
WS_ADDRESSING_ENDPOINT - Static variable in class org.apache.ode.utils.Namespaces
 
WS_ADDRESSING_NS - Static variable in class org.apache.ode.utils.Namespaces
Diverse WS-* stuff
WS_ADDRESSING_USINGADDRESSING - Static variable in class org.apache.ode.utils.Namespaces
 
WS_ADDRESSING_WSDL_NS - Static variable in class org.apache.ode.utils.Namespaces
 
WS_BPEL_20_NS - Static variable in class org.apache.ode.utils.Namespaces
BPEL 2.0 draft
WSBPEL2_0_FINAL_ABSTRACT - Static variable in class org.apache.ode.utils.Namespaces
BPEL 2.0 Final namespaces
WSBPEL2_0_FINAL_EXEC - Static variable in class org.apache.ode.utils.Namespaces
 
WSBPEL2_0_FINAL_PLINK - Static variable in class org.apache.ode.utils.Namespaces
 
WSBPEL2_0_FINAL_SERVREF - Static variable in class org.apache.ode.utils.Namespaces
 
WSBPEL2_0_FINAL_VARPROP - Static variable in class org.apache.ode.utils.Namespaces
 
Wsdl11Tracker - Class in org.apache.ode.utils.xml.capture
Tracker for WSDL 11 documents.
Wsdl11Tracker() - Constructor for class org.apache.ode.utils.xml.capture.Wsdl11Tracker
 
WSDL_11 - Static variable in class org.apache.ode.utils.Namespaces
 
WSDL_20 - Static variable in class org.apache.ode.utils.Namespaces
 
WSDL_NS - Static variable in class org.apache.ode.utils.DOMUtils
 
WSDL_ROOT_ELEMENT - Static variable in class org.apache.ode.utils.DOMUtils
 
WsdlUtils - Class in org.apache.ode.utils.wsdl
 
WsdlUtils() - Constructor for class org.apache.ode.utils.wsdl.WsdlUtils
 

X

XML_INSTANCE - Static variable in class org.apache.ode.utils.Namespaces
 
XML_MIME_TYPE_PATTERN - Static variable in class org.apache.ode.utils.http.HttpUtils
 
XML_MIME_TYPE_REGEX - Static variable in class org.apache.ode.utils.http.HttpUtils
 
XML_SCHEMA - Static variable in class org.apache.ode.utils.Namespaces
 
XML_URI - Static variable in class org.apache.ode.utils.Namespaces
XML namespaces
XmlDependencyScanner - Class in org.apache.ode.utils.xml.capture
XML Dependency Scanner, processes XML and follows "import"s, "include"s, and the like to discover the transitive closure of the dependencies.
XmlDependencyScanner() - Constructor for class org.apache.ode.utils.xml.capture.XmlDependencyScanner
Constructor.
XMLNS_URI - Static variable in class org.apache.ode.utils.Namespaces
 
XMLParserUtils - Class in org.apache.ode.utils
A collection of utility methods for the Apache Xerces XML parser.
XMLParserUtils() - Constructor for class org.apache.ode.utils.XMLParserUtils
 
XmlSchemaTracker - Class in org.apache.ode.utils.xml.capture
Tracker for XML schema imports / includes.
XmlSchemaTracker() - Constructor for class org.apache.ode.utils.xml.capture.XmlSchemaTracker
 
XorGroup - Class in org.apache.ode.utils.cli
 
XorGroup(String, boolean) - Constructor for class org.apache.ode.utils.cli.XorGroup
 
XPATH_FUNCTIONS - Static variable in class org.apache.ode.utils.Namespaces
 
XSD_NS - Static variable in class org.apache.ode.utils.DOMUtils
 
XSD_ROOT_ELEMENT - Static variable in class org.apache.ode.utils.DOMUtils
 
XsdException - Exception in org.apache.ode.utils.xsd
An exception class to encapsulate failures to load XML Schema documents.
XsdException(XsdException, String, int, int, String) - Constructor for exception org.apache.ode.utils.xsd.XsdException
 
XsdMessages - Class in org.apache.ode.utils.xsd
 
XsdMessages() - Constructor for class org.apache.ode.utils.xsd.XsdMessages
 
XslTransformException - Exception in org.apache.ode.utils.xsl
Thrown when an XSL sheet wasn't parsed property or when the transformation fails.
XslTransformException(String) - Constructor for exception org.apache.ode.utils.xsl.XslTransformException
 
XslTransformException(String, Throwable) - Constructor for exception org.apache.ode.utils.xsl.XslTransformException
 
XslTransformException(Throwable) - Constructor for exception org.apache.ode.utils.xsl.XslTransformException
 
XslTransformHandler - Class in org.apache.ode.utils.xsl
Singleton wrapping the basic javax.xml.transform operations.
XSTypes - Class in org.apache.ode.utils.xsd
Analyzes schema types and provides facilities to convert them to java types.
XSTypes() - Constructor for class org.apache.ode.utils.xsd.XSTypes
 
XSUtils - Class in org.apache.ode.utils.xsd
Various utility methods related to XML Schema processing.
XSUtils() - Constructor for class org.apache.ode.utils.xsd.XSUtils
 

Y

YEAR - Static variable in class org.apache.ode.utils.CronExpression
 
years - Variable in class org.apache.ode.utils.CronExpression
 

_

_100_CONTINUE - Static variable in class org.apache.ode.utils.http.StatusCode
100 Continue (HTTP/1.1 - RFC 2616)
_101_SWITCHING_PROTOCOLS - Static variable in class org.apache.ode.utils.http.StatusCode
101 Switching Protocols (HTTP/1.1 - RFC 2616)
_200_OK - Static variable in class org.apache.ode.utils.http.StatusCode
200 OK (HTTP/1.0 - RFC 1945)
_201_CREATED - Static variable in class org.apache.ode.utils.http.StatusCode
201 Created (HTTP/1.0 - RFC 1945)
_202_ACCEPTED - Static variable in class org.apache.ode.utils.http.StatusCode
202 Accepted (HTTP/1.0 - RFC 1945)
_203_NON_AUTHORITATIVE_INFORMATION - Static variable in class org.apache.ode.utils.http.StatusCode
203 Non Authoritative Information (HTTP/1.1 - RFC 2616)
_204_NO_CONTENT - Static variable in class org.apache.ode.utils.http.StatusCode
204 No Content (HTTP/1.0 - RFC 1945)
_205_RESET_CONTENT - Static variable in class org.apache.ode.utils.http.StatusCode
205 Reset Content (HTTP/1.1 - RFC 2616)
_206_PARTIAL_CONTENT - Static variable in class org.apache.ode.utils.http.StatusCode
206 Partial Content (HTTP/1.1 - RFC 2616)
_300_MULTIPLE_CHOICES - Static variable in class org.apache.ode.utils.http.StatusCode
300 Mutliple Choices (HTTP/1.1 - RFC 2616)
_301_MOVED_PERMANENTLY - Static variable in class org.apache.ode.utils.http.StatusCode
301 Moved Permanently (HTTP/1.0 - RFC 1945)
_302_MOVED_TEMPORARILY - Static variable in class org.apache.ode.utils.http.StatusCode
302 Moved Temporarily (Sometimes Found) (HTTP/1.0 - RFC 1945)
_303_SEE_OTHER - Static variable in class org.apache.ode.utils.http.StatusCode
303 See Other (HTTP/1.1 - RFC 2616)
_304_NOT_MODIFIED - Static variable in class org.apache.ode.utils.http.StatusCode
304 Not Modified (HTTP/1.0 - RFC 1945)
_305_USE_PROXY - Static variable in class org.apache.ode.utils.http.StatusCode
305 Use Proxy (HTTP/1.1 - RFC 2616)
_307_TEMPORARY_REDIRECT - Static variable in class org.apache.ode.utils.http.StatusCode
307 Temporary Redirect (HTTP/1.1 - RFC 2616)
_400_BAD_REQUEST - Static variable in class org.apache.ode.utils.http.StatusCode
400 Bad Request (HTTP/1.1 - RFC 2616)
_401_UNAUTHORIZED - Static variable in class org.apache.ode.utils.http.StatusCode
401 Unauthorized (HTTP/1.0 - RFC 1945)
_402_PAYMENT_REQUIRED - Static variable in class org.apache.ode.utils.http.StatusCode
402 Payment Required (HTTP/1.1 - RFC 2616)
_403_FORBIDDEN - Static variable in class org.apache.ode.utils.http.StatusCode
403 Forbidden (HTTP/1.0 - RFC 1945)
_404_NOT_FOUND - Static variable in class org.apache.ode.utils.http.StatusCode
404 Not Found (HTTP/1.0 - RFC 1945)
_405_METHOD_NOT_ALLOWED - Static variable in class org.apache.ode.utils.http.StatusCode
405 Method Not Allowed (HTTP/1.1 - RFC 2616)
_406_NOT_ACCEPTABLE - Static variable in class org.apache.ode.utils.http.StatusCode
406 Not Acceptable (HTTP/1.1 - RFC 2616)
_407_PROXY_AUTHENTICATION_REQUIRED - Static variable in class org.apache.ode.utils.http.StatusCode
407 Proxy Authentication Required (HTTP/1.1 - RFC 2616)
_408_REQUEST_TIMEOUT - Static variable in class org.apache.ode.utils.http.StatusCode
408 Request Timeout (HTTP/1.1 - RFC 2616)
_409_CONFLICT - Static variable in class org.apache.ode.utils.http.StatusCode
409 Conflict (HTTP/1.1 - RFC 2616)
_410_GONE - Static variable in class org.apache.ode.utils.http.StatusCode
410 Gone (HTTP/1.1 - RFC 2616)
_411_LENGTH_REQUIRED - Static variable in class org.apache.ode.utils.http.StatusCode
411 Length Required (HTTP/1.1 - RFC 2616)
_412_PRECONDITION_FAILED - Static variable in class org.apache.ode.utils.http.StatusCode
412 Precondition Failed (HTTP/1.1 - RFC 2616)
_413_REQUEST_TOO_LONG - Static variable in class org.apache.ode.utils.http.StatusCode
413 Request Entity Too Large (HTTP/1.1 - RFC 2616)
_414_REQUEST_URI_TOO_LONG - Static variable in class org.apache.ode.utils.http.StatusCode
414 Request-URI Too Long (HTTP/1.1 - RFC 2616)
_415_UNSUPPORTED_MEDIA_TYPE - Static variable in class org.apache.ode.utils.http.StatusCode
415 Unsupported Media Type (HTTP/1.1 - RFC 2616)
_416_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class org.apache.ode.utils.http.StatusCode
416 Requested Range Not Satisfiable (HTTP/1.1 - RFC 2616)
_417_EXPECTATION_FAILED - Static variable in class org.apache.ode.utils.http.StatusCode
417 Expectation Failed (HTTP/1.1 - RFC 2616)
_500_INTERNAL_SERVER_ERROR - Static variable in class org.apache.ode.utils.http.StatusCode
500 Server Error (HTTP/1.0 - RFC 1945)
_501_NOT_IMPLEMENTED - Static variable in class org.apache.ode.utils.http.StatusCode
501 Not Implemented (HTTP/1.0 - RFC 1945)
_502_BAD_GATEWAY - Static variable in class org.apache.ode.utils.http.StatusCode
502 Bad Gateway (HTTP/1.0 - RFC 1945)
_503_SERVICE_UNAVAILABLE - Static variable in class org.apache.ode.utils.http.StatusCode
503 Service Unavailable (HTTP/1.0 - RFC 1945)
_504_GATEWAY_TIMEOUT - Static variable in class org.apache.ode.utils.http.StatusCode
504 Gateway Timeout (HTTP/1.1 - RFC 2616)
_505_HTTP_VERSION_NOT_SUPPORTED - Static variable in class org.apache.ode.utils.http.StatusCode
505 HTTP Version Not Supported (HTTP/1.1 - RFC 2616)
_mbeanServer - Variable in class org.apache.ode.utils.jmx.SimpleMBean
 
_myName - Variable in class org.apache.ode.utils.jmx.SimpleMBean
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 

Copyright © 2017 WSO2. All Rights Reserved.