net.sf.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.sf.jradius.server.JRadiusEvent
                  extended by net.sf.jradius.webservice.WebServiceResponse
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map, org.apache.commons.chain.Context

public class WebServiceResponse
extends JRadiusEvent

Author:
David Bird
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
WebServiceResponse()
           
 
Method Summary
 java.lang.String getContent()
           
 java.util.Map getHeaders()
           
 int getType()
           
 java.lang.String getTypeString()
           
 void setContent(java.lang.String content)
           
 
Methods inherited from class net.sf.jradius.server.JRadiusEvent
getSender, 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 JRadiusEvent
Returns:
Returns the type of the JRadiusRequest

getTypeString

public java.lang.String getTypeString()
Specified by:
getTypeString in class JRadiusEvent
Returns:
Returns the type of the JRadiusRequest

getContent

public java.lang.String getContent()
Returns:
Returns the content.

setContent

public void setContent(java.lang.String content)
Parameters:
content - The content to set.

getHeaders

public java.util.Map getHeaders()


Copyright © 2006 The JRadius Project, All Rights Reserved.