net.jradius.webservice
Class WebServiceResponse
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap
org.apache.commons.chain.impl.ContextBase
net.jradius.server.JRadiusEvent
net.jradius.webservice.WebServiceResponse
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map, org.apache.commons.chain.Context
public class WebServiceResponse
- extends net.jradius.server.JRadiusEvent
- Author:
- David Bird
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
Fields inherited from class net.jradius.server.JRadiusEvent |
applicationContext |
Methods inherited from class net.jradius.server.JRadiusEvent |
getApplicationContext, getListener, getSender, setApplicationContext, setListener, setSender |
Methods inherited from class org.apache.commons.chain.impl.ContextBase |
clear, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, values |
Methods inherited from class java.util.HashMap |
clone, containsKey, size |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
containsKey, equals, hashCode, size |
WebServiceResponse
public WebServiceResponse()
getType
public int getType()
- Specified by:
getType
in class net.jradius.server.JRadiusEvent
getTypeString
public java.lang.String getTypeString()
- Specified by:
getTypeString
in class net.jradius.server.JRadiusEvent
getContent
public byte[] getContent()
- Returns:
- Returns the content.
setContent
public void setContent(byte[] content)
- Parameters:
content
- The content to set.
getHeaders
public java.util.Map<java.lang.String,java.lang.String> getHeaders()
Copyright © 2008 JRadius Project, All Rights Reserved.