net.kwfgrid.gwes
Class SOAPFault
java.lang.Object
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)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAPFault
public SOAPFault(String codeValue,
String reason)
SOAPFault
public SOAPFault(String codeValue,
String reason,
int exitCode)
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.