public class EngineResults extends Object
Modifier and Type | Field and Description |
---|---|
static int |
STATUS_ERROR |
static int |
STATUS_NONE |
static int |
STATUS_OK |
Constructor and Description |
---|
EngineResults() |
Modifier and Type | Method and Description |
---|---|
boolean |
errorOccurred() |
String |
getDisposition() |
int |
getEncryption() |
OpenAS2Exception |
getException() |
IPartnership |
getPartnership() |
int |
getSignature() |
String |
getStatusDescription(int status) |
void |
setEncryption(int encryption) |
void |
setException(OpenAS2Exception exception) |
void |
setPartnership(IPartnership partnership) |
void |
setSignature(int signature) |
String |
toString() |
public static final int STATUS_NONE
public static final int STATUS_OK
public static final int STATUS_ERROR
public IPartnership getPartnership()
public void setPartnership(IPartnership partnership)
public int getEncryption()
public void setEncryption(int encryption)
public OpenAS2Exception getException()
public void setException(OpenAS2Exception exception)
public int getSignature()
public void setSignature(int signature)
public boolean errorOccurred()
public String getStatusDescription(int status)
public String getDisposition()
Copyright © 2017. All rights reserved.