public OperationListModel()
{
for( int c = 0; c < getModelItem().getMockOperationCount(); c++ )
{
WsdlMockOperation mockOperation = getModelItem().getMockOperationAt( c );
mockOperation.addPropertyChangeListener( this );
operations.add( mockOperation );
}
getModelItem().addMockServiceListener( this );