Package nl.b3p.commons.security.aselect
Interface ASelectClient
-
- All Known Implementing Classes:
ASelectAgentClient
public interface ASelectClientSimpele interface met een methode om een request te sturen naar A-Select (server of agent).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCharset()MapperformRequest(Map params)voidsetCharset(String charset)
-
-
-
Method Detail
-
performRequest
Map performRequest(Map params) throws IOException
- Throws:
IOException
-
setCharset
void setCharset(String charset)
-
getCharset
String getCharset()
-
-