Constructor and Description |
---|
XFormURLEncodedBuilder() |
Modifier and Type | Method and Description |
---|---|
protected void |
extractParametersFromRequest(MultipleEntryHashMap parameterMap,
String query,
String queryParamSeparator,
String charsetEncoding,
InputStream inputStream) |
protected String |
extractParametersUsingHttpLocation(String templatedPath,
MultipleEntryHashMap parameterMap,
String requestURL,
String queryParameterSeparator)
Here is what I will try to do here.
|
org.apache.axiom.om.OMElement |
processDocument(InputStream inputStream,
String contentType,
MessageContext messageContext)
Process a message.
|
public org.apache.axiom.om.OMElement processDocument(InputStream inputStream, String contentType, MessageContext messageContext) throws AxisFault
Builder
The raw content of the message is provided as an input stream. It is the responsibility of the caller (typically a transport implementation) to close the stream after the message has been processed (more precisely after the SOAP infoset returned by this method is no longer used). This implies that implementations are not required to consume the input stream during the execution of this method. This enables deferred parsing of the message.
processDocument
in interface Builder
inputStream
- the byte stream with the raw payloadAxisFault
protected void extractParametersFromRequest(MultipleEntryHashMap parameterMap, String query, String queryParamSeparator, String charsetEncoding, InputStream inputStream) throws AxisFault
AxisFault
protected String extractParametersUsingHttpLocation(String templatedPath, MultipleEntryHashMap parameterMap, String requestURL, String queryParameterSeparator) throws AxisFault, UnsupportedEncodingException
templatedPath
- parameterMap
- AxisFault
UnsupportedEncodingException
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.