当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
ResponseDebugFactory - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.wsrp
Class ResponseDebugFactory
java.lang.Object
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: 5440 $
- 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 |
ResponseDebugFactory
public ResponseDebugFactory()
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)