public ActionList getActions()
{
if( actions == null )
{
actions = new DefaultActionList( "MockResult" );
actions.setDefaultAction( new ShowMessageExchangeAction(
new WsdlMockResultMessageExchange( this, mockResponse ), "MockResult" ) );
}
return actions;
}