Package | Description |
---|---|
oracle.security.jps.config.jaxb |
Modifier and Type | Method and Description |
---|---|
JpsConfig |
ObjectFactory.createJpsConfig()
Create an instance of
JpsConfig |
JpsConfig |
JpsConfigSerializer.unmarshall(org.w3c.dom.Element root)
Unmarshall the JpsConfig document element to create a JpsConfig object
|
JpsConfig |
JpsConfigSerializer.unmarshall(java.io.InputStream is)
Unmarshall the input stream representing jps-config.xml, to create a JpsConfig object
|
JpsConfig |
JpsConfigSerializer.unmarshall(java.lang.String fname)
Unmarshall the jps-config.xml file to create a JpsConfig object
|