Add BuilderContext parameter
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882247 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8622a760ab
commit
8bab020d7e
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ public interface WireBuilder {
|
|||
* endpoint reference (such as targetEndpoint, policySets or requiredIntents)
|
||||
* @param endpointReference
|
||||
* @param endpoint
|
||||
* @param context
|
||||
* @return true if the endpoint is a valid target for the endpoint reference
|
||||
*/
|
||||
boolean build(EndpointReference endpointReference, Endpoint endpoint);
|
||||
boolean build(EndpointReference endpointReference, Endpoint endpoint, BuilderContext context);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue