Constructor and Description |
---|
SOAPMessagePayloadKVP() |
Modifier and Type | Method and Description |
---|---|
void |
addParameter(String pKey,
String pValue) |
void |
deleteParameter(String key) |
InputStream |
getAsStream() |
String |
getParameterValue(String pKey) |
String[] |
getParameterValues(String pKey) |
Iterator |
iterator() |
static String |
listToString(List pList,
String pSeparator)
Concatenates List elements separated by a certain String
|
void |
replaceParameter(String pKey,
String pValue) |
int |
size() |
String |
toString() |
public Iterator iterator()
public int size()
public static String listToString(List pList, String pSeparator)
pList
- pSeparator
- public InputStream getAsStream()
getAsStream
in interface Payload
public String toString()
public void deleteParameter(String key)
Copyright © 2004–2016 52north.org. All rights reserved.