net.jradius.webservice
Class WebServiceResponse

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by org.apache.commons.chain.impl.ContextBase
              extended by net.jradius.server.JRadiusEvent
                  extended by 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 Class Summary
 
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>
 
Field Summary
 
Fields inherited from class net.jradius.server.JRadiusEvent
applicationContext
 
Constructor Summary
WebServiceResponse()
           
 
Method Summary
 byte[] getContent()
           
 java.util.Map<java.lang.String,java.lang.String> getHeaders()
           
 int getType()
           
 java.lang.String getTypeString()
           
 void setContent(byte[] content)
           
 
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
 

Constructor Detail

WebServiceResponse

public WebServiceResponse()
Method Detail

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.