org.n52.security.common.artifact
Class SOAPMessagePayloadKVP

java.lang.Object
  extended by org.n52.security.common.artifact.SOAPMessagePayloadKVP
All Implemented Interfaces:
Payload

public class SOAPMessagePayloadKVP
extends Object
implements Payload


Constructor Summary
SOAPMessagePayloadKVP()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SOAPMessagePayloadKVP

public SOAPMessagePayloadKVP()
Method Detail

iterator

public Iterator iterator()

size

public int size()

getParameterValue

public String getParameterValue(String pKey)

getParameterValues

public String[] getParameterValues(String pKey)

replaceParameter

public void replaceParameter(String pKey,
                             String pValue)

addParameter

public void addParameter(String pKey,
                         String pValue)

listToString

public static String listToString(List pList,
                                  String pSeparator)
Concatenates List elements separated by a certain String

Parameters:
pList -
pSeparator -
Returns:

getAsStream

public InputStream getAsStream()
Specified by:
getAsStream in interface Payload

toString

public String toString()
Specified by:
toString in interface Payload
Overrides:
toString in class Object

deleteParameter

public void deleteParameter(String key)


Copyright © 2004–2014 52north.org. All rights reserved.