@java.lang.SuppressWarnings(value: unused) interface SampleMisMatchedMethodExtensionInterface
The interface to many sample ExtensionPoint tests. Has wrong method for the postCoreMethod. Used to test error checking.
Constructor and description |
---|
SampleMisMatchedMethodExtensionInterface
() |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
postCoreMethod2(java.lang.String argument1) |
|
java.lang.String |
postCoreMethod3(java.lang.String response, java.lang.String arg) |
|
java.lang.String |
postCoreMethod4(java.lang.String response, java.lang.Boolean arg) |
|
java.lang.Integer |
postCoreMethod5(java.lang.String response) |
|
void |
postCoreXMethod(java.util.Map originalResponse) |
|
void |
preCoreMethod() |
|
void |
preCoreMethod2() |
|
void |
preCoreMethod3() |
|
void |
preCoreMethod4(java.lang.Integer arg) |
|
void |
preCoreMethod5() |