Mark resolved bindings as having remote endpoints
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1185825 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b5e16c8172
commit
a05f1c3742
1 changed files with 1 additions and 0 deletions
|
|
@ -339,6 +339,7 @@ public class EndpointReferenceBuilderImpl {
|
|||
endpoint = createEndpoint(false);
|
||||
endpoint.setURI(uri);
|
||||
endpoint.setBinding(binding);
|
||||
endpoint.setRemote(true);
|
||||
endpointRef.setStatus(EndpointReference.Status.RESOLVED_BINDING);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue