org.wso2.wsas.transport.util
Class RequestProcessorUtil
java.lang.Object
org.wso2.wsas.transport.util.RequestProcessorUtil
- public class RequestProcessorUtil
- extends java.lang.Object
Method Summary |
static java.lang.String |
getServiceContextPath(org.apache.axis2.context.ConfigurationContext configCtx)
|
static void |
writeDocument(java.io.ByteArrayOutputStream byteArrayOutStream,
java.io.OutputStream out,
java.lang.String annotatedXsl,
java.lang.String contextRoot,
boolean annotation)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestProcessorUtil
public RequestProcessorUtil()
writeDocument
public static void writeDocument(java.io.ByteArrayOutputStream byteArrayOutStream,
java.io.OutputStream out,
java.lang.String annotatedXsl,
java.lang.String contextRoot,
boolean annotation)
- Parameters:
byteArrayOutStream
- out
- annotatedXsl
- contextRoot
- annotation
- : If annotation is false PI would not be attached.
getServiceContextPath
public static java.lang.String getServiceContextPath(org.apache.axis2.context.ConfigurationContext configCtx)