summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/tags/2.0-RC2/modules/assembly-xml/src/main/java/org/apache/tuscany/sca/assembly/xml/EndpointProcessor.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-06-18Tag for 2.0 RC2antelder1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1351268 13f79535-47bb-0310-9956-ffa450edef68
2012-04-12Tag 2.0 RC1antelder1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1325166 13f79535-47bb-0310-9956-ffa450edef68
2012-03-23TUSCANY-4032 - serialize the "isForCallback" flag for an endpoint service so ↵slaws1-1/+16
that the SCAClient can ignore callback endpoints in the remote case. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1304510 13f79535-47bb-0310-9956-ffa450edef68
2011-12-02Add ablity to specify endpoint descriptions in node.xml for local domain ↵rfeng1-4/+5
registry git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1209634 13f79535-47bb-0310-9956-ffa450edef68
2011-10-17TUSCANY-3958 - serialize endpoint intents/policy sets across the registry ↵slaws1-0/+22
for matching purposes. In this change they are stashed in the component element on write and then retrieved back into the endpoint model on read. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1185135 13f79535-47bb-0310-9956-ffa450edef68
2011-08-25TUSCANY-3932 - Rework the callack wire calculation to be based on ↵slaws1-1/+16
non-runtime configurations. I've modified the Endpoint writing algorithm to write out automatically calculated callback bindings as well as callback bindings specified explicitly by the user. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1161527 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23Use loopback for multicast testingrfeng1-11/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957345 13f79535-47bb-0310-9956-ffa450edef68
2010-03-25Don't include the implementation in the serialized endpoint. This fixes the ↵antelder1-0/+1
issue with the implementation type needing to be available where the endpoint is deserialized git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927277 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Moving 2.x trunklresende1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68
2009-11-19Minor clean uprfeng1-1/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882336 13f79535-47bb-0310-9956-ffa450edef68
2009-11-19Rename getInterfaceContract() of Endpoint/EndpointReferencerfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882263 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16This is to change the Monitor to be request scoped for most of the cases:rfeng1-9/+8
Refactor the ArtifactProcessor/ModelResolver to take a ProcessorContext that holds context such as Monitor, Contribution for the contribution/artifact processing methods Refactor the Builder to take a BuilderContext that holds context such as Monitor, Definitions, Base binding mapping for the building methods Change the processor/resolver/builder implementation classes to not cache the Monitor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825773 13f79535-47bb-0310-9956-ffa450edef68
2009-07-21Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng1-123/+123
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796166 13f79535-47bb-0310-9956-ffa450edef68
2009-06-23Add a QName as the type for binding/implementation and use it to compare ↵rfeng1-0/+1
model types instead of class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787865 13f79535-47bb-0310-9956-ffa450edef68
2009-06-11TUSCANY-3091 rename Endpoint2 and EndpointReference2 to remove the 2 ↵slaws1-9/+9
subscript now they are in use full time git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783845 13f79535-47bb-0310-9956-ffa450edef68
2009-06-10Create the runtime version of Endpoint2 for serializationrfeng1-0/+122
Serialize the EP using XML git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783213 13f79535-47bb-0310-9956-ffa450edef68