net.kwfgrid.gwes
Class SOAPFault

java.lang.Object
  extended by net.kwfgrid.gwes.SOAPFault

public class SOAPFault
extends Object

Version:
$Id: SOAPFault.java 1452 2010-12-22 16:09:58Z hoheisel $
Author:
Andreas Hoheisel (www.andreas-hoheisel.de)

Constructor Summary
SOAPFault(String codeValue, String reason)
           
SOAPFault(String codeValue, String reason, int exitCode)
           
 
Method Summary
 String getCodeValue()
           
 String getDetail()
           
 int getExitCode()
           
 String getNode()
           
 String getReason()
           
 String getRole()
           
 void setCodeValue(String codeValue)
           
 void setDetail(String detail)
           
 void setExitCode(int exitCode)
           
 void setNode(String node)
           
 void setReason(String reason)
           
 void setRole(String role)
           
 net.kwfgrid.gworkflowdl.structure.Token toToken()
          Converts this SOAPFault into a Token object.
 String toTokenString()
          Converts this SOAPFault into a token String, beginning with "<data ..."
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPFault

public SOAPFault(String codeValue,
                 String reason)

SOAPFault

public SOAPFault(String codeValue,
                 String reason,
                 int exitCode)
Method Detail

toToken

public net.kwfgrid.gworkflowdl.structure.Token toToken()
                                                throws net.kwfgrid.gworkflowdl.structure.WorkflowFormatException
Converts this SOAPFault into a Token object.

Returns:
The corresponding Token.
Throws:
net.kwfgrid.gworkflowdl.structure.WorkflowFormatException

toTokenString

public String toTokenString()
Converts this SOAPFault into a token String, beginning with "<data ..."

Returns:
The corresponding fault token as string.

getCodeValue

public String getCodeValue()

setCodeValue

public void setCodeValue(String codeValue)

getReason

public String getReason()

setReason

public void setReason(String reason)

getNode

public String getNode()

setNode

public void setNode(String node)

getRole

public String getRole()

setRole

public void setRole(String role)

getDetail

public String getDetail()

setDetail

public void setDetail(String detail)

setExitCode

public void setExitCode(int exitCode)

getExitCode

public int getExitCode()


Copyright © 2005-2011 Fraunhofer FIRST. All Rights Reserved.