Package | Description |
---|---|
com.whitestein.lsps.ws.util |
Modifier and Type | Method and Description |
---|---|
protected void |
WsSoapMessageBuilder.appendRequestSoapHeaders(List<Object> headers,
Document doc,
Element envelope)
Add request headers.
|
String |
WsSoapMessageBuilder.buildMessage(Object object,
List<Object> headers,
boolean fault)
Build the request xml for given input instance.
|
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.