org.jboss.portal.wsrp
Class ResponseDebugFactory

java.lang.Object
  extended by org.jboss.portal.wsrp.ResponseDebugFactory

public class ResponseDebugFactory
extends java.lang.Object

Helper class to extract information from WSRP objects in readable manner

Version:
$Revision: 9360 $
Author:
Boleslaw Dawidowicz

Method Summary
static java.lang.StringBuffer extractServiceDescription(ServiceDescription sd)
          Extracts information from ServiceDescription and puts into StringBuffer object
static java.lang.String toString(LocalizedString ls)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

extractServiceDescription

public static java.lang.StringBuffer extractServiceDescription(ServiceDescription sd)
Extracts information from ServiceDescription and puts into StringBuffer object

Parameters:
sd -
Returns:
StringBuffer containing ServiceDescription content

toString

public static java.lang.String toString(LocalizedString ls)