|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.platform.engine.services.WebServiceUtil
public class WebServiceUtil
| Constructor Summary | |
|---|---|
WebServiceUtil()
|
|
| Method Summary | |
|---|---|
static String |
getErrorXml(String errorMsg)
|
static String |
getStatusXml(String statusMsg)
|
static void |
writeDocument(OutputStream outputStream,
Document doc)
|
static void |
writeDocument(OutputStream outputStream,
Document doc,
boolean wrapWithSOAP)
|
static void |
writeString(OutputStream outputStream,
String strXml)
|
static void |
writeString(OutputStream outputStream,
String strXml,
boolean wrapWithSOAP)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebServiceUtil()
| Method Detail |
|---|
public static void writeDocument(OutputStream outputStream,
Document doc,
boolean wrapWithSOAP)
throws IOException,
TransformerConfigurationException,
TransformerException,
TransformerFactoryConfigurationError
IOException
TransformerConfigurationException
TransformerException
TransformerFactoryConfigurationError
public static void writeDocument(OutputStream outputStream,
Document doc)
throws IOException
IOException
public static void writeString(OutputStream outputStream,
String strXml)
throws IOException
IOException
public static void writeString(OutputStream outputStream,
String strXml,
boolean wrapWithSOAP)
throws IOException
IOExceptionpublic static String getStatusXml(String statusMsg)
public static String getErrorXml(String errorMsg)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||