|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationType | |
---|---|
org.ogf.graap.wsag.api.configuration | |
org.ogf.graap.wsag.server.engine | |
org.ogf.graap.wsag4j.types.configuration | |
org.ogf.graap.wsag4j.types.configuration.impl |
Uses of ConfigurationType in org.ogf.graap.wsag.api.configuration |
---|
Methods in org.ogf.graap.wsag.api.configuration that return ConfigurationType | |
---|---|
static ConfigurationType |
WSAG4JConfiguration.findWSAG4JConfiguration(String fileName)
|
Uses of ConfigurationType in org.ogf.graap.wsag.server.engine |
---|
Methods in org.ogf.graap.wsag.server.engine that return ConfigurationType | |
---|---|
static ConfigurationType |
WsagEngine.getWSAG4JConfiguration()
|
Uses of ConfigurationType in org.ogf.graap.wsag4j.types.configuration |
---|
Methods in org.ogf.graap.wsag4j.types.configuration that return ConfigurationType | |
---|---|
ConfigurationType |
ConfigurationDocument.addNewConfiguration()
Appends and returns a new empty "Configuration" element |
ConfigurationType |
ConfigurationDocument.getConfiguration()
Gets the "Configuration" element |
static ConfigurationType |
ConfigurationType.Factory.newInstance()
|
static ConfigurationType |
ConfigurationType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static ConfigurationType |
ConfigurationType.Factory.parse(File file)
|
static ConfigurationType |
ConfigurationType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static ConfigurationType |
ConfigurationType.Factory.parse(InputStream is)
|
static ConfigurationType |
ConfigurationType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static ConfigurationType |
ConfigurationType.Factory.parse(Node node)
|
static ConfigurationType |
ConfigurationType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static ConfigurationType |
ConfigurationType.Factory.parse(Reader r)
|
static ConfigurationType |
ConfigurationType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static ConfigurationType |
ConfigurationType.Factory.parse(String xmlAsString)
|
static ConfigurationType |
ConfigurationType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static ConfigurationType |
ConfigurationType.Factory.parse(URL u)
|
static ConfigurationType |
ConfigurationType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static ConfigurationType |
ConfigurationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static ConfigurationType |
ConfigurationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static ConfigurationType |
ConfigurationType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static ConfigurationType |
ConfigurationType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.ogf.graap.wsag4j.types.configuration with parameters of type ConfigurationType | |
---|---|
void |
ConfigurationDocument.setConfiguration(ConfigurationType configuration)
Sets the "Configuration" element |
Uses of ConfigurationType in org.ogf.graap.wsag4j.types.configuration.impl |
---|
Classes in org.ogf.graap.wsag4j.types.configuration.impl that implement ConfigurationType | |
---|---|
class |
ConfigurationTypeImpl
An XML ConfigurationType(@http://schemas.scai.fraunhofer.de/config/wsag4j). |
Methods in org.ogf.graap.wsag4j.types.configuration.impl that return ConfigurationType | |
---|---|
ConfigurationType |
ConfigurationDocumentImpl.addNewConfiguration()
Appends and returns a new empty "Configuration" element |
ConfigurationType |
ConfigurationDocumentImpl.getConfiguration()
Gets the "Configuration" element |
Methods in org.ogf.graap.wsag4j.types.configuration.impl with parameters of type ConfigurationType | |
---|---|
void |
ConfigurationDocumentImpl.setConfiguration(ConfigurationType configuration)
Sets the "Configuration" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |