public class MspService
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
static MspService | 
create(MspModule module)
Create MspService. 
 | 
MspFactory | 
getFactory()
Returns Factory for creating MSP parser. 
 | 
public static MspService create(MspModule module)
IdpCore needs to be configured and
 MspModule needs to be created before creating MspService.module - the MspModule objectpublic MspFactory getFactory()
MspFactory object.