Package | Description |
---|---|
com.whitestein.lsps.ws.util | |
com.whitestein.lsps.xml.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
|
Modifier and Type | Method and Description |
---|---|
void |
XmlBuilder.createAndBuildElementBody(Document document,
Node parent,
Type contentType,
Object content,
String xmlNamespace,
String nodeName,
String xsdType)
Creates element for given object and creates its body,
depending on what kind of object it is.
|
void |
XmlBuilder.createAndBuildRecordHolderBody(Document document,
Node parent,
RecordHolder recordHolder)
Creates element for given record holder and creates its body
based on its content.
|
static Element |
XmlUtil.getWrappingElement(Element parent,
Map<String,String> metadata)
Returns wrapping element.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.