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

Packages that use WSAG4JEngineConfigurationType
org.ogf.graap.wsag.server.api   
org.ogf.graap.wsag.server.api.impl   
org.ogf.graap.wsag.server.persistence.impl   
org.ogf.graap.wsag.wsrf.persistence   
org.ogf.graap.wsag4j.types.configuration   
org.ogf.graap.wsag4j.types.configuration.impl   
 

Uses of WSAG4JEngineConfigurationType in org.ogf.graap.wsag.server.api
 

Methods in org.ogf.graap.wsag.server.api that return WSAG4JEngineConfigurationType
 WSAG4JEngineConfigurationType IEngineComponent.getEngineConfiguration()
          returns the configuration of the wsag4j engine
 

Methods in org.ogf.graap.wsag.server.api with parameters of type WSAG4JEngineConfigurationType
 void IEngineComponent.setEngineConfiguration(WSAG4JEngineConfigurationType config)
          sets the configuration of the wsag4j engine
 

Uses of WSAG4JEngineConfigurationType in org.ogf.graap.wsag.server.api.impl
 

Methods in org.ogf.graap.wsag.server.api.impl that return WSAG4JEngineConfigurationType
 WSAG4JEngineConfigurationType AbstractAgreementFactory.getEngineConfiguration()
           
 

Methods in org.ogf.graap.wsag.server.api.impl with parameters of type WSAG4JEngineConfigurationType
 void AbstractAgreementFactory.setEngineConfiguration(WSAG4JEngineConfigurationType engineConfiguration)
           
 

Uses of WSAG4JEngineConfigurationType in org.ogf.graap.wsag.server.persistence.impl
 

Fields in org.ogf.graap.wsag.server.persistence.impl declared as WSAG4JEngineConfigurationType
protected  WSAG4JEngineConfigurationType[] DatabaseWSAG4JPersistence.config
          The wsag4j engine configuration.
protected  WSAG4JEngineConfigurationType AbstractWSAG4JPersistence.wsag4jConfiguration
          the wsag4j engine configuration
 

Methods in org.ogf.graap.wsag.server.persistence.impl that return WSAG4JEngineConfigurationType
 WSAG4JEngineConfigurationType WSAG4JPersistenceFacade.getEngineConfiguration()
           
 WSAG4JEngineConfigurationType AbstractWSAG4JPersistence.getEngineConfiguration()
           
 

Methods in org.ogf.graap.wsag.server.persistence.impl with parameters of type WSAG4JEngineConfigurationType
protected  IAgreementFactory AbstractWSAG4JPersistence.getAgreementFactoryPrototype(WSAG4JEngineConfigurationType configuration)
           
 void WSAG4JPersistenceFacade.setEngineConfiguration(WSAG4JEngineConfigurationType configs)
           
 void AbstractWSAG4JPersistence.setEngineConfiguration(WSAG4JEngineConfigurationType configuration)
           
 

Constructors in org.ogf.graap.wsag.server.persistence.impl with parameters of type WSAG4JEngineConfigurationType
WSAG4JPersistenceFacade(WSAG4JEngineConfigurationType[] config)
          Creates a new facade for the given engine configurations.
 

Uses of WSAG4JEngineConfigurationType in org.ogf.graap.wsag.wsrf.persistence
 

Methods in org.ogf.graap.wsag.wsrf.persistence that return WSAG4JEngineConfigurationType
 WSAG4JEngineConfigurationType WsDatabaseWSAG4JPersistence.getEngineConfiguration()
          returns the configuration of the wsag4j engine
 

Methods in org.ogf.graap.wsag.wsrf.persistence with parameters of type WSAG4JEngineConfigurationType
 void WsDatabaseWSAG4JPersistence.setEngineConfiguration(WSAG4JEngineConfigurationType config)
          sets the configuration of the wsag4j engine
 

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

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

Methods in org.ogf.graap.wsag4j.types.configuration with parameters of type WSAG4JEngineConfigurationType
 void WSAG4JEngineConfigurationDocument.setWSAG4JEngineConfiguration(WSAG4JEngineConfigurationType wsag4JEngineConfiguration)
          Sets the "WSAG4JEngineConfiguration" element
 

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

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

Methods in org.ogf.graap.wsag4j.types.configuration.impl that return WSAG4JEngineConfigurationType
 WSAG4JEngineConfigurationType WSAG4JEngineConfigurationDocumentImpl.addNewWSAG4JEngineConfiguration()
          Appends and returns a new empty "WSAG4JEngineConfiguration" element
 WSAG4JEngineConfigurationType WSAG4JEngineConfigurationDocumentImpl.getWSAG4JEngineConfiguration()
          Gets the "WSAG4JEngineConfiguration" element
 

Methods in org.ogf.graap.wsag4j.types.configuration.impl with parameters of type WSAG4JEngineConfigurationType
 void WSAG4JEngineConfigurationDocumentImpl.setWSAG4JEngineConfiguration(WSAG4JEngineConfigurationType wsag4JEngineConfiguration)
          Sets the "WSAG4JEngineConfiguration" element
 



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