cgl.narada.wsinfra.util
Class SoapHeaderProcessor

java.lang.Object
  extended bycgl.narada.wsinfra.util.SoapHeaderProcessor

public class SoapHeaderProcessor
extends Object

This class performs utility functions pertaining to the procssing of SOAP headers


Constructor Summary
SoapHeaderProcessor()
           
 
Method Summary
static SOAPElement getHeaderElement(SOAPEnvelope soapEnvelope, String localName, String prefix, String prefixUri)
          Retrieves the SOAPElement corresponding to the localName, prefix and prefixUri that have been specified
static boolean hasHeaderElement(SOAPEnvelope soapEnvelope, String localName, String prefix, String prefixUri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapHeaderProcessor

public SoapHeaderProcessor()
Method Detail

hasHeaderElement

public static boolean hasHeaderElement(SOAPEnvelope soapEnvelope,
                                       String localName,
                                       String prefix,
                                       String prefixUri)
                                throws Exception
Throws:
Exception

getHeaderElement

public static SOAPElement getHeaderElement(SOAPEnvelope soapEnvelope,
                                           String localName,
                                           String prefix,
                                           String prefixUri)
                                    throws Exception
Retrieves the SOAPElement corresponding to the localName, prefix and prefixUri that have been specified

Throws:
Exception