public class RequestFaultDefinition extends MEPDefinition implements Externalizable
Constructor and Description |
---|
RequestFaultDefinition()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getFault()
This method gets the optional fault.
|
int |
hashCode() |
void |
readExternal(ObjectInput in) |
void |
setFault(String fault)
This method sets the optional fault.
|
protected RequestFaultDefinition |
shallowCopy()
This method creates a shallow copy.
|
void |
writeExternal(ObjectOutput out) |
getInvocation, getInvocation, getInvocations, getMetrics, getProperties, getRequestId, getResponseId, initCopy, merge, setInvocations, setMetrics, setProperties, setRequestId, setResponseId
protected RequestFaultDefinition shallowCopy()
public void setFault(String fault)
fault
- The faultpublic String getFault()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class MEPDefinition
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class MEPDefinition
IOException
ClassNotFoundException
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.