Method | Description | |
---|---|---|
Acknowledge ( ) : void | ||
ActiveMQMessage ( ) : System | ||
BeforeMarshall ( |
||
ClearBody ( ) : void | ||
ClearProperties ( ) : void | ||
Clone ( ) : object | ||
Equals ( |
||
Equals ( object that ) : bool | ||
GetDataStructureType ( ) : byte | ||
GetHashCode ( ) : int | ||
GetObjectProperty ( string name ) : object | ||
IsMarshallAware ( ) : bool | ||
SetObjectProperty ( string name, object value ) : void | ||
Transform ( IMessage message ) : |
||
visit ( ICommandVisitor visitor ) : |
Method | Description | |
---|---|---|
FailIfReadOnlyBody ( ) : void | ||
FailIfWriteOnlyBody ( ) : void |
public BeforeMarshall ( |
||
wireFormat | ||
return | void |
public Equals ( |
||
that | ||
return | bool |
public GetObjectProperty ( string name ) : object | ||
name | string | |
return | object |
public SetObjectProperty ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |
public static Transform ( IMessage message ) : |
||
message | IMessage | |
return |
public visit ( ICommandVisitor visitor ) : |
||
visitor | ICommandVisitor | |
return |