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:
parent
536f6fac49
commit
e6a109d904
1 changed files with 4 additions and 0 deletions
|
@ -30,5 +30,9 @@ public interface Consumer extends EventTarget, Contract {
|
|||
|
||||
|
||||
List<EventSource> getSources();
|
||||
|
||||
String getOperationName();
|
||||
|
||||
void setOperationName(String operationName);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue