Package com.soffid.iam.service.impl
Class ServerBaseParser
- java.lang.Object
-
- com.soffid.iam.service.impl.ServerBaseParser
-
public class ServerBaseParser extends Object
-
-
Constructor Summary
Constructors Constructor Description ServerBaseParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
copyContent(byte[] b)
protected void
finalize()
String
getVersion()
boolean
isWebPatch()
void
parse(byte[] b)
-
-
-
Constructor Detail
-
ServerBaseParser
public ServerBaseParser() throws IOException
- Throws:
IOException
-
-
Method Detail
-
getVersion
public String getVersion()
-
isWebPatch
public boolean isWebPatch()
-
finalize
protected void finalize() throws Throwable
-
parse
public void parse(byte[] b) throws IOException, SAXException, ParserConfigurationException, XPathExpressionException
-
copyContent
public void copyContent(byte[] b) throws FileNotFoundException, IOException
- Throws:
FileNotFoundException
IOException
-
-