Package com.soffid.iam.service.impl
Class ServerPluginParser
- java.lang.Object
-
- com.soffid.iam.service.impl.ServerPluginParser
-
public class ServerPluginParser extends Object
-
-
Constructor Summary
Constructors Constructor Description ServerPluginParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
copyContent(File f, byte[] b)
protected void
finalize()
com.soffid.iam.api.ServerPlugin
getPlugin()
void
parse(byte[] b)
void
setPlugin(com.soffid.iam.api.ServerPlugin plugin)
-
-
-
Constructor Detail
-
ServerPluginParser
public ServerPluginParser() throws IOException
- Throws:
IOException
-
-
Method Detail
-
getPlugin
public com.soffid.iam.api.ServerPlugin getPlugin()
-
setPlugin
public void setPlugin(com.soffid.iam.api.ServerPlugin plugin)
-
finalize
protected void finalize() throws Throwable
-
parse
public void parse(byte[] b) throws IOException, SAXException, ParserConfigurationException, XPathExpressionException
-
copyContent
public void copyContent(File f, byte[] b) throws FileNotFoundException, IOException
- Throws:
FileNotFoundException
IOException
-
-