站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

ResponseDebugFactory - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.wsrp
Class ResponseDebugFactory

java.lang.Object
  extended byorg.jboss.portal.wsrp.ResponseDebugFactory

public class ResponseDebugFactory
extends java.lang.Object

Helper class to extract information from WSRP objects in readable manner

Version:
$Revision: 5440 $
Author:
Boleslaw Dawidowicz

Constructor Summary
ResponseDebugFactory()
           
 
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
 

Constructor Detail

ResponseDebugFactory

public ResponseDebugFactory()
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)