Uses of Interface
org.ogf.graap.wsag4j.types.configuration.ValidatorType

Packages that use ValidatorType
org.ogf.graap.wsag.server.engine   
org.ogf.graap.wsag4j.types.configuration   
org.ogf.graap.wsag4j.types.configuration.impl   
 

Uses of ValidatorType in org.ogf.graap.wsag.server.engine
 

Methods in org.ogf.graap.wsag.server.engine that return ValidatorType
 ValidatorType TemplateValidator.getConfiguration()
          Returns the validator configuration.
 

Methods in org.ogf.graap.wsag.server.engine with parameters of type ValidatorType
 void TemplateValidator.setConfiguration(ValidatorType configuration)
          Sets the validator configuration.
 

Uses of ValidatorType in org.ogf.graap.wsag4j.types.configuration
 

Methods in org.ogf.graap.wsag4j.types.configuration that return ValidatorType
 ValidatorType WSAG4JEngineConfigurationType.addNewValidator()
          Appends and returns a new empty "Validator" element
 ValidatorType ValidatorConfigurationDocument.addNewValidatorConfiguration()
          Appends and returns a new empty "ValidatorConfiguration" element
 ValidatorType WSAG4JEngineConfigurationType.getValidator()
          Gets the "Validator" element
 ValidatorType ValidatorConfigurationDocument.getValidatorConfiguration()
          Gets the "ValidatorConfiguration" element
static ValidatorType ValidatorType.Factory.newInstance()
           
static ValidatorType ValidatorType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ValidatorType ValidatorType.Factory.parse(File file)
           
static ValidatorType ValidatorType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ValidatorType ValidatorType.Factory.parse(InputStream is)
           
static ValidatorType ValidatorType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ValidatorType ValidatorType.Factory.parse(Node node)
           
static ValidatorType ValidatorType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ValidatorType ValidatorType.Factory.parse(Reader r)
           
static ValidatorType ValidatorType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ValidatorType ValidatorType.Factory.parse(String xmlAsString)
           
static ValidatorType ValidatorType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ValidatorType ValidatorType.Factory.parse(URL u)
           
static ValidatorType ValidatorType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ValidatorType ValidatorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ValidatorType ValidatorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ValidatorType ValidatorType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static ValidatorType ValidatorType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ogf.graap.wsag4j.types.configuration with parameters of type ValidatorType
 void WSAG4JEngineConfigurationType.setValidator(ValidatorType validator)
          Sets the "Validator" element
 void ValidatorConfigurationDocument.setValidatorConfiguration(ValidatorType validatorConfiguration)
          Sets the "ValidatorConfiguration" element
 

Uses of ValidatorType in org.ogf.graap.wsag4j.types.configuration.impl
 

Classes in org.ogf.graap.wsag4j.types.configuration.impl that implement ValidatorType
 class ValidatorTypeImpl
          An XML ValidatorType(@http://schemas.scai.fraunhofer.de/config/wsag4j).
 

Methods in org.ogf.graap.wsag4j.types.configuration.impl that return ValidatorType
 ValidatorType WSAG4JEngineConfigurationTypeImpl.addNewValidator()
          Appends and returns a new empty "Validator" element
 ValidatorType ValidatorConfigurationDocumentImpl.addNewValidatorConfiguration()
          Appends and returns a new empty "ValidatorConfiguration" element
 ValidatorType WSAG4JEngineConfigurationTypeImpl.getValidator()
          Gets the "Validator" element
 ValidatorType ValidatorConfigurationDocumentImpl.getValidatorConfiguration()
          Gets the "ValidatorConfiguration" element
 

Methods in org.ogf.graap.wsag4j.types.configuration.impl with parameters of type ValidatorType
 void WSAG4JEngineConfigurationTypeImpl.setValidator(ValidatorType validator)
          Sets the "Validator" element
 void ValidatorConfigurationDocumentImpl.setValidatorConfiguration(ValidatorType validatorConfiguration)
          Sets the "ValidatorConfiguration" element
 



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.