railo.runtime.net.rpc
Class AxisUtil

java.lang.Object
  extended by railo.runtime.net.rpc.AxisUtil

public class AxisUtil
extends Object


Constructor Summary
AxisUtil()
           
 
Method Summary
static void addSOAPRequestHeader(RPCClient client, String namespace, String name, Object value, boolean mustUnderstand)
           
static void addSOAPResponseHeader(String namespace, String name, Object value, boolean mustUnderstand)
           
static Node getSOAPRequest(RPCClient client)
           
static Object getSOAPRequestHeader(PageContext pc, String namespace, String name, boolean asXML)
           
static Node getSOAPResponse(RPCClient client)
           
static Object getSOAPResponseHeader(PageContext pc, RPCClient client, String namespace, String name, boolean asXML)
           
static boolean isSOAPRequest()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisUtil

public AxisUtil()
Method Detail

isSOAPRequest

public static boolean isSOAPRequest()

getSOAPRequestHeader

public static Object getSOAPRequestHeader(PageContext pc,
                                          String namespace,
                                          String name,
                                          boolean asXML)
                                   throws Exception
Throws:
Exception

getSOAPResponseHeader

public static Object getSOAPResponseHeader(PageContext pc,
                                           RPCClient client,
                                           String namespace,
                                           String name,
                                           boolean asXML)
                                    throws Exception
Throws:
Exception

getSOAPRequest

public static Node getSOAPRequest(RPCClient client)
                           throws Exception
Throws:
Exception

getSOAPResponse

public static Node getSOAPResponse(RPCClient client)
                            throws Exception
Throws:
Exception

addSOAPResponseHeader

public static void addSOAPResponseHeader(String namespace,
                                         String name,
                                         Object value,
                                         boolean mustUnderstand)
                                  throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

addSOAPRequestHeader

public static void addSOAPRequestHeader(RPCClient client,
                                        String namespace,
                                        String name,
                                        Object value,
                                        boolean mustUnderstand)
                                 throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault


Copyright © 2012 Railo