org.wso2.wsas.transport.util
Class RequestProcessorUtil

java.lang.Object
  extended by org.wso2.wsas.transport.util.RequestProcessorUtil

public class RequestProcessorUtil
extends java.lang.Object


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

Constructor Detail

RequestProcessorUtil

public RequestProcessorUtil()
Method Detail

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)