Adding back setOperation & getOperation to Consumer - used by introspection code

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709190 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
edwardsmj 2008-10-30 16:17:16 +00:00
parent 536f6fac49
commit e6a109d904

View file

@ -30,5 +30,9 @@ public interface Consumer extends EventTarget, Contract {
List<EventSource> getSources();
String getOperationName();
void setOperationName(String operationName);
}