Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
J
L
O
P
R
S
T
U
V
W
X
A
AbstractTimeout
<
T
> - Class in
org.ow2.dragon.util
AbstractTimeout()
- Constructor for class org.ow2.dragon.util.
AbstractTimeout
C
CATEGORIZATION_DERIVEDFROM
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
CATEGORIZATION_ENTITYKEYVALUES
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
CATEGORIZATION_GENERAL_KEYWORDS
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
CATEGORIZATION_NODES
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
CATEGORIZATION_OWNINGBUSINESS
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
CATEGORIZATION_TYPES
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
CATEGORIZATION_VALIDATEDBY
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
command()
- Method in class org.ow2.dragon.util.
AbstractTimeout
Method to execute with a timeout limit
commandTimeOut(T)
- Method in class org.ow2.dragon.util.
AbstractTimeout
Method executed if timout occured but result is ok
compareXML(InputStream, InputStream)
- Static method in class org.ow2.dragon.util.
XMLUtil
CONFIGURATION_RELOAD_DELAY
- Static variable in class org.ow2.dragon.util.
RegistryConfig
ContentType
- Enum in
org.ow2.dragon.util
An enumeration of Dragon supported content types
copy(InputStream, OutputStream)
- Static method in class org.ow2.dragon.util.
InputStreamUtil
Copies information from the input stream to the output stream using a default buffer size of 2048 bytes.
copy(InputStream, OutputStream, int)
- Static method in class org.ow2.dragon.util.
InputStreamUtil
Copies information from the input stream to the output stream using the specified buffer size
copyThenClose(InputStream, OutputStream)
- Static method in class org.ow2.dragon.util.
InputStreamUtil
Copies information between specified streams and then closes both of the streams.
createAttribute(Document, String, String)
- Static method in class org.ow2.dragon.util.
XMLUtil
Create an attribute node with the specified value
createDocument()
- Static method in class org.ow2.dragon.util.
XMLUtil
Get a new document
createDocumentFromString(String)
- Static method in class org.ow2.dragon.util.
XMLUtil
Create a document from a String
createJAXBContext(List<Class>)
- Static method in class org.ow2.dragon.util.
JAXBUtil
createJAXBContext(Class...)
- Static method in class org.ow2.dragon.util.
JAXBUtil
createJAXBContextFromPackages(String...)
- Static method in class org.ow2.dragon.util.
JAXBUtil
createJAXBContextFromPackages(String)
- Static method in class org.ow2.dragon.util.
JAXBUtil
createJAXBContextFromPackages(List<String>)
- Static method in class org.ow2.dragon.util.
JAXBUtil
createNode(Document, String, String...)
- Static method in class org.ow2.dragon.util.
XMLUtil
Create a node with the specified name, attributes and values. attVal is a suite : att1,val1,att2,val2,...
createSchemaFactory(String)
- Static method in class org.ow2.dragon.util.
JAXBUtil
createStringFromDOMDocument(Node)
- Static method in class org.ow2.dragon.util.
XMLUtil
Create a String result from a DOM document
createStringFromDOMNode(Node)
- Static method in class org.ow2.dragon.util.
XMLUtil
Create a String result from a DOM Node
createStringFromDOMNode(Node, boolean)
- Static method in class org.ow2.dragon.util.
XMLUtil
Create a String result from a DOM Node
createStringFromDOMNodeList(NodeList)
- Static method in class org.ow2.dragon.util.
XMLUtil
Create a
String
from a Node list
D
DEFAULT_BUFFER_SIZE
- Static variable in class org.ow2.dragon.util.
InputStreamUtil
Default value is 2048.
DragonRepoFileLocator
- Class in
org.ow2.dragon.util
DragonRepoFileLocator()
- Constructor for class org.ow2.dragon.util.
DragonRepoFileLocator
E
equal(String, String)
- Static method in class org.ow2.dragon.util.
StringHelper
Test the equality of the specified strings. test is : ( (a==b==null) || a.equals(b) )
equalIgnoreCase(String, String)
- Static method in class org.ow2.dragon.util.
StringHelper
Same as equal, with ignoreCase
execute(int)
- Method in class org.ow2.dragon.util.
AbstractTimeout
extractRequiredXmlAttributeQName(Node, String)
- Static method in class org.ow2.dragon.util.
XMLUtil
extractValueForAttribute(String, String, String)
- Static method in class org.ow2.dragon.util.
StringHelper
TODO use Tokenizer Extract in the given String the value corresponding to the given attribute: ".......
extractXmlAttributeQName(Node, String)
- Static method in class org.ow2.dragon.util.
XMLUtil
Return the QName extracted from the targeted attribute of the given
Node
extractXmlEncoding(String)
- Static method in class org.ow2.dragon.util.
XMLUtil
Extract the xml header charset encoding from the given xml String
F
FileReaderUtil
- Class in
org.ow2.dragon.util
FileReaderUtil()
- Constructor for class org.ow2.dragon.util.
FileReaderUtil
findChild(Node, String, boolean)
- Static method in class org.ow2.dragon.util.
XMLUtil
Deprecated.
Use
XMLUtil.findChild(Node, String, String, boolean)
with a namespace set to
null
.
findChild(Node, String, String, boolean)
- Static method in class org.ow2.dragon.util.
XMLUtil
Search for a child with the given nodeName.
fromString(String)
- Static method in enum org.ow2.dragon.util.
ContentType
Return the ContentType related to the given string or null if it isn't supported
fromString(String)
- Static method in enum org.ow2.dragon.util.
TModelType
Return the TModelType related to the given string or null if it isn't supported
fromString(String)
- Static method in enum org.ow2.dragon.util.
UDDIUseType
Return the UDDIUseType related to the given string or null if it isn't supported
G
getAttributeValue(Node, String)
- Static method in class org.ow2.dragon.util.
XMLUtil
Return the value of the attribute in the node
getBytes(InputStream)
- Static method in class org.ow2.dragon.util.
InputStreamUtil
getConfiguration()
- Static method in class org.ow2.dragon.util.
RegistryConfig
The object from which property values can be obtained.
getFirstChild(Node)
- Static method in class org.ow2.dragon.util.
XMLUtil
Return the first child of a node, regardless
text
node and CDATA sections
getInputStream(String)
- Static method in class org.ow2.dragon.util.
InputStreamUtil
getInputStream(URI)
- Static method in class org.ow2.dragon.util.
InputStreamUtil
getInputStream(URL)
- Static method in class org.ow2.dragon.util.
InputStreamUtil
getInstance()
- Static method in class org.ow2.dragon.util.
RegistryConfig
getNextSibling(Node)
- Static method in class org.ow2.dragon.util.
XMLUtil
Return the next sibling of a node, regardless
text
node and CDATA sections
getNode(Document, String)
- Static method in class org.ow2.dragon.util.
XMLUtil
getNodeChildren(Node)
- Static method in class org.ow2.dragon.util.
XMLUtil
A List of Node that contains all children of this node; nodes must be of type Node.ELEMENT_NODE to be returned.
getNodeWithAttribute(Document, String, String, String)
- Static method in class org.ow2.dragon.util.
XMLUtil
getRelatedSuffix(ContentType)
- Static method in enum org.ow2.dragon.util.
ContentType
Return the commonly acceptable file suffix for a given
ContentType
Example: if ContentType.XML then suffix = ".xml"
getRepoFileURL(ContentType, String, String, HttpServletRequest)
- Static method in class org.ow2.dragon.util.
DragonRepoFileLocator
Build a repository file url from "dragon.properties" and given parameters.
getRequiredAttributeValue(Node, String)
- Static method in class org.ow2.dragon.util.
XMLUtil
Return the value of the attribute in the node.
getTextContent(Node)
- Static method in class org.ow2.dragon.util.
XMLUtil
Return the
text
element of a node, even if it is contained in a CDATA section
getTextContents(NodeList)
- Static method in class org.ow2.dragon.util.
XMLUtil
Return an array of String representing each Text element of the nodes which are in the list.
getWebApplicationContext(ServletContext)
- Static method in class org.ow2.dragon.util.
SpringUtil
Find the root WebApplicationContext for this web application, which is typically loaded via ContextLoaderListener or ContextLoaderServlet.
getXMLSHA1Sign(InputStream, boolean)
- Static method in class org.ow2.dragon.util.
XMLUtil
I
IDENTIFIER_ISREPLACEDBY
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
InputStreamUtil
- Class in
org.ow2.dragon.util
InputStreamUtil()
- Constructor for class org.ow2.dragon.util.
InputStreamUtil
isNullOrEmpty(String)
- Static method in class org.ow2.dragon.util.
StringHelper
Return true if the String is null or its size is 0.
J
JAXBUtil
- Class in
org.ow2.dragon.util
JAXBUtil()
- Constructor for class org.ow2.dragon.util.
JAXBUtil
L
loadDocument(InputStream)
- Static method in class org.ow2.dragon.util.
XMLUtil
Load a document from an input stream.
O
org.ow2.dragon.util
- package org.ow2.dragon.util
P
parseToString(Node)
- Static method in class org.ow2.dragon.util.
XMLUtil
Transform an XML
Node
into a String
prettify(Node, OutputStream)
- Static method in class org.ow2.dragon.util.
XMLPrettyPrinter
Prettify the node into the output stream.
prettify(InputStream, OutputStream)
- Static method in class org.ow2.dragon.util.
XMLPrettyPrinter
Prettify the xml input stream into the output stream.
PROTOCOL_HTTP
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
PROTOCOL_MUTUALAUTHENTICATEDSSL3
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
PROTOCOL_SERVERAUTHENTICATEDSSL3
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
PROTOCOL_SOAP
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
PROTOCOL_SOAP12
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
R
readLines(InputStream, String)
- Static method in class org.ow2.dragon.util.
FileReaderUtil
readLines(byte[], String)
- Static method in class org.ow2.dragon.util.
FileReaderUtil
readLines(File, String)
- Static method in class org.ow2.dragon.util.
FileReaderUtil
RegistryConfig
- Class in
org.ow2.dragon.util
RELATION_SHIPS
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
replace(String, char, char)
- Static method in class org.ow2.dragon.util.
StringHelper
Replace an old character by a new one in the given string
S
SearchHelper
- Class in
org.ow2.dragon.util
SearchHelper()
- Constructor for class org.ow2.dragon.util.
SearchHelper
splitPathElements(String)
- Static method in class org.ow2.dragon.util.
StringHelper
Split the given String path into String path elements.
splitSearchCriteria(String)
- Static method in class org.ow2.dragon.util.
SearchHelper
SpringUtil
- Class in
org.ow2.dragon.util
An util class to ease Spring integration
SpringUtil()
- Constructor for class org.ow2.dragon.util.
SpringUtil
StringHelper
- Class in
org.ow2.dragon.util
Initial developer(s): Adrien LOUIS
T
TModelType
- Enum in
org.ow2.dragon.util
An enumeration of supported tmodel types
toString()
- Method in enum org.ow2.dragon.util.
ContentType
toString(InputStream)
- Static method in class org.ow2.dragon.util.
StringHelper
toString()
- Method in enum org.ow2.dragon.util.
TModelType
toString()
- Method in enum org.ow2.dragon.util.
UDDIUseType
TRANSPORT_FAX
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
TRANSPORT_FTP
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
TRANSPORT_HTTP
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
TRANSPORT_SMTP
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
TRANSPORT_TELEPHONE
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
U
UBR_CATEGORIZATION_ISO3166
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
UBR_CATEGORIZATION_NAICS_1997
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
UBR_CATEGORIZATION_NAICS_2002
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
UBR_CATEGORIZATION_UNSPSC
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
UBR_IDENTIFIER_DUNS
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
UBR_IDENTIFIER_ISO6523ICD
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
UBR_IDENTIFIER_THOMASREGISTER
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
UDDIStandardTModelKeys
- Class in
org.ow2.dragon.util
A list of UDDI V3 Standard TModels IDs
UDDIStandardTModelKeys()
- Constructor for class org.ow2.dragon.util.
UDDIStandardTModelKeys
UDDIUseType
- Enum in
org.ow2.dragon.util
An enumeration of supported uddi use types
V
V3_INQUIRY
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
V3_PUBLICATION
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
valueOf(String)
- Static method in enum org.ow2.dragon.util.
ContentType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.ow2.dragon.util.
TModelType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.ow2.dragon.util.
UDDIUseType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.ow2.dragon.util.
ContentType
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum org.ow2.dragon.util.
TModelType
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum org.ow2.dragon.util.
UDDIUseType
Returns an array containing the constants of this enum type, in the order they're declared.
W
writeDocument(Document, OutputStream)
- Static method in class org.ow2.dragon.util.
XMLUtil
Write a document to an output stream.
WSDL_ADDRESS
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
WSDL_CATEGORIZATION_PROTOCOL
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
WSDL_CATEGORIZATION_TRANSPORT
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
WSDL_PORTTYPEREFERENCE
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
WSDL_TYPES
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
X
XML_LOCALNAME
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
XML_NAMESPACE
- Static variable in class org.ow2.dragon.util.
UDDIStandardTModelKeys
XMLPrettyPrinter
- Class in
org.ow2.dragon.util
An util class to prettify XML document
XMLPrettyPrinter()
- Constructor for class org.ow2.dragon.util.
XMLPrettyPrinter
XMLUtil
- Class in
org.ow2.dragon.util
Contains utilities methods for XML operations.
A
C
D
E
F
G
I
J
L
O
P
R
S
T
U
V
W
X
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.