Package | Description |
---|---|
com.whitestein.lsps.ws.util |
Modifier and Type | Method and Description |
---|---|
Object |
WsSoapMessageParser.parseMessage(Document document,
ReferenceHolder errorReference,
ListHolder headersReferenceList)
Parse the response from the given xml document and store the result to the passed reference.
|
void |
WsSoapMessageParser.parseMessage(Document document,
ReferenceHolder objectReference,
ReferenceHolder errorReference,
ListHolder headersReferenceList)
Parse the response from the given xml document and store the result to the passed reference.
|
Object |
WsSoapMessageParser.parseMessage(String document,
ReferenceHolder errorReference,
ListHolder headersReferenceList)
Parse the response from the given xml string and store the result to the passed reference
|
void |
WsSoapMessageParser.parseMessage(String document,
ReferenceHolder objectReference,
ReferenceHolder errorReference,
ListHolder headersReferenceList)
Parse the response from the given xml string and store the result to the passed reference
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.