|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.utils.AbstractStructure
org.opcfoundation.ua.core.ServiceFault
public class ServiceFault
| Field Summary | |
|---|---|
static ExpandedNodeId |
BINARY
|
static ExpandedNodeId |
ID
|
protected ResponseHeader |
ResponseHeader
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
ServiceFault()
|
|
ServiceFault(ResponseHeader ResponseHeader)
|
|
| Method Summary | |
|---|---|
ServiceFault |
clone()
Deep clone |
static ServiceFault |
createServiceFault(UnsignedInteger statusCode)
|
boolean |
equals(Object obj)
|
ExpandedNodeId |
getBinaryEncodeId()
getBinaryEncodeId. |
ResponseHeader |
getResponseHeader()
|
ExpandedNodeId |
getTypeId()
getTypeId. |
ExpandedNodeId |
getXmlEncodeId()
getXmlEncodeId. |
int |
hashCode()
|
void |
setResponseHeader(ResponseHeader ResponseHeader)
|
static ServiceFault |
toServiceFault(Throwable t)
Gathers info from an exception and puts the description into a new ServiceFault. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ExpandedNodeId ID
public static final ExpandedNodeId BINARY
public static final ExpandedNodeId XML
protected ResponseHeader ResponseHeader
| Constructor Detail |
|---|
public ServiceFault()
public ServiceFault(ResponseHeader ResponseHeader)
| Method Detail |
|---|
public static ServiceFault createServiceFault(UnsignedInteger statusCode)
public static ServiceFault toServiceFault(Throwable t)
t - a ServiceResultException or Throwable (Bad_InternalError)
public ResponseHeader getResponseHeader()
public void setResponseHeader(ResponseHeader ResponseHeader)
public ServiceFault clone()
clone in interface Structureclone in class AbstractStructurepublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic ExpandedNodeId getTypeId()
StructuregetTypeId.
getTypeId in interface StructureExpandedNodeId object.public ExpandedNodeId getXmlEncodeId()
StructuregetXmlEncodeId.
getXmlEncodeId in interface StructureExpandedNodeId object.public ExpandedNodeId getBinaryEncodeId()
StructuregetBinaryEncodeId.
getBinaryEncodeId in interface StructureExpandedNodeId object.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||