@Immutable public final class EDMPayloadDeterminator extends Object
| Modifier and Type | Method and Description |
|---|---|
static IEDMTopLevelObject |
parseAndFind(InputStream aIS)
Determine and parse the payload and see whether it is an
EDMRequest, an EDMResponse or an EDMErrorResponse. |
@Nullable public static IEDMTopLevelObject parseAndFind(@Nonnull @WillClose InputStream aIS)
EDMRequest, an EDMResponse or an EDMErrorResponse.aIS - The input stream to parse. May not be null.null if no object could be found.Copyright © 2020 toop.eu. All rights reserved.