gov.grants.apply.axis.util
Class AxisUtils

java.lang.Object
  extended bygov.grants.apply.axis.util.AxisUtils

public class AxisUtils
extends java.lang.Object

This an utility class for Axis.

Author:
Brian Husted

Field Summary
(package private) static org.apache.log4j.Logger log
           
 
Constructor Summary
AxisUtils()
           
 
Method Summary
static javax.servlet.http.HttpServletRequest getCurrentHttpRequest()
           
static org.apache.axis.attachments.AttachmentPart[] getMessageAttachments()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

static final org.apache.log4j.Logger log
Constructor Detail

AxisUtils

public AxisUtils()
Method Detail

getMessageAttachments

public static org.apache.axis.attachments.AttachmentPart[] getMessageAttachments()
                                                                          throws org.apache.axis.AxisFault
Returns:
the AttachmentPart array
Throws:
org.apache.axis.AxisFault

getCurrentHttpRequest

public static javax.servlet.http.HttpServletRequest getCurrentHttpRequest()