org.kth.pdc.grid.services.sts.handler
Class STSMsgHandler

java.lang.Object
  extended by org.kth.pdc.grid.services.sts.handler.STSMsgHandler

public class STSMsgHandler
extends Object

Author:
mehrana TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
STSMsgHandler()
           
 
Method Summary
static Element[] getChildElements(Element parent, String namespace, String localName)
          Return all direct children with the given name.
 Element getElement()
           
 Element[] getElementList()
           
 String getMsgType()
           
 String getRequestType()
           
 void handleMessage(SOAPEnvelope stsSOAPEnv)
           
 void handleRequest(Element request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

STSMsgHandler

public STSMsgHandler()
Method Detail

handleMessage

public void handleMessage(SOAPEnvelope stsSOAPEnv)
                   throws AxisFault
Throws:
AxisFault

handleRequest

public void handleRequest(Element request)
                   throws AxisFault
Throws:
AxisFault

getChildElements

public static Element[] getChildElements(Element parent,
                                         String namespace,
                                         String localName)
Return all direct children with the given name.


getMsgType

public String getMsgType()

getRequestType

public String getRequestType()

getElement

public Element getElement()

getElementList

public Element[] getElementList()


Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.