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

Packages that use KeystoreConfigurationType
org.ogf.graap.wsag4j.types.configuration   
org.ogf.graap.wsag4j.types.configuration.impl   
 

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

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

Methods in org.ogf.graap.wsag4j.types.configuration with parameters of type KeystoreConfigurationType
 void WSRFEngineConfigurationType.setKeystore(KeystoreConfigurationType keystore)
          Sets the "Keystore" element
 

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

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

Methods in org.ogf.graap.wsag4j.types.configuration.impl that return KeystoreConfigurationType
 KeystoreConfigurationType WSRFEngineConfigurationTypeImpl.addNewKeystore()
          Appends and returns a new empty "Keystore" element
 KeystoreConfigurationType WSRFEngineConfigurationTypeImpl.getKeystore()
          Gets the "Keystore" element
 

Methods in org.ogf.graap.wsag4j.types.configuration.impl with parameters of type KeystoreConfigurationType
 void WSRFEngineConfigurationTypeImpl.setKeystore(KeystoreConfigurationType keystore)
          Sets the "Keystore" element
 



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