|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TruststoreConfigurationType | |
---|---|
org.ogf.graap.wsag4j.types.configuration | |
org.ogf.graap.wsag4j.types.configuration.impl |
Uses of TruststoreConfigurationType in org.ogf.graap.wsag4j.types.configuration |
---|
Methods in org.ogf.graap.wsag4j.types.configuration that return TruststoreConfigurationType | |
---|---|
TruststoreConfigurationType |
WSRFEngineConfigurationType.addNewTruststore()
Appends and returns a new empty "Truststore" element |
TruststoreConfigurationType |
WSRFEngineConfigurationType.getTruststore()
Gets the "Truststore" element |
static TruststoreConfigurationType |
TruststoreConfigurationType.Factory.newInstance()
|
static TruststoreConfigurationType |
TruststoreConfigurationType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static TruststoreConfigurationType |
TruststoreConfigurationType.Factory.parse(File file)
|
static TruststoreConfigurationType |
TruststoreConfigurationType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static TruststoreConfigurationType |
TruststoreConfigurationType.Factory.parse(InputStream is)
|
static TruststoreConfigurationType |
TruststoreConfigurationType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static TruststoreConfigurationType |
TruststoreConfigurationType.Factory.parse(Node node)
|
static TruststoreConfigurationType |
TruststoreConfigurationType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static TruststoreConfigurationType |
TruststoreConfigurationType.Factory.parse(Reader r)
|
static TruststoreConfigurationType |
TruststoreConfigurationType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static TruststoreConfigurationType |
TruststoreConfigurationType.Factory.parse(String xmlAsString)
|
static TruststoreConfigurationType |
TruststoreConfigurationType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static TruststoreConfigurationType |
TruststoreConfigurationType.Factory.parse(URL u)
|
static TruststoreConfigurationType |
TruststoreConfigurationType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static TruststoreConfigurationType |
TruststoreConfigurationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static TruststoreConfigurationType |
TruststoreConfigurationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static TruststoreConfigurationType |
TruststoreConfigurationType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static TruststoreConfigurationType |
TruststoreConfigurationType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.ogf.graap.wsag4j.types.configuration with parameters of type TruststoreConfigurationType | |
---|---|
void |
WSRFEngineConfigurationType.setTruststore(TruststoreConfigurationType truststore)
Sets the "Truststore" element |
Uses of TruststoreConfigurationType in org.ogf.graap.wsag4j.types.configuration.impl |
---|
Classes in org.ogf.graap.wsag4j.types.configuration.impl that implement TruststoreConfigurationType | |
---|---|
class |
TruststoreConfigurationTypeImpl
An XML TruststoreConfigurationType(@http://schemas.scai.fraunhofer.de/config/wsag4j). |
Methods in org.ogf.graap.wsag4j.types.configuration.impl that return TruststoreConfigurationType | |
---|---|
TruststoreConfigurationType |
WSRFEngineConfigurationTypeImpl.addNewTruststore()
Appends and returns a new empty "Truststore" element |
TruststoreConfigurationType |
WSRFEngineConfigurationTypeImpl.getTruststore()
Gets the "Truststore" element |
Methods in org.ogf.graap.wsag4j.types.configuration.impl with parameters of type TruststoreConfigurationType | |
---|---|
void |
WSRFEngineConfigurationTypeImpl.setTruststore(TruststoreConfigurationType truststore)
Sets the "Truststore" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |