public class MLPRequest extends Object
| Constructor and Description |
|---|
MLPRequest(javax.slee.facilities.Tracer logger)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
parseRequest(InputStream requestStream)
Parse incoming XML request data via JiBX's unmarshaller and return only the MSISDN being requested
|
public MLPRequest(javax.slee.facilities.Tracer logger)
logger - Logger from the calling SBBpublic String parseRequest(InputStream requestStream) throws MLPException
requestStream - InputStream (likely directly from the HTTP POST) of the XML input dataMLPExceptionCopyright © 2016. All Rights Reserved.