1 / 6

TIBCO Proposal for SCA Eventing

TIBCO Proposal for SCA Eventing. Scott Vorthmann Sabin Ielceanu Pradeep Simha December 1, 2009. componentType mapping. C. Component1. A. developer’s metadata. componentType. B. A. assembler’s choice. B. C. Component2. A. B. C. one-way. producer syntax.

cais
Télécharger la présentation

TIBCO Proposal for SCA Eventing

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. TIBCO Proposal for SCA Eventing • Scott Vorthmann • Sabin Ielceanu • Pradeep Simha • December 1, 2009

  2. componentType mapping C Component1 A developer’s metadata componentType B A assembler’s choice B C Component2 A B C one-way

  3. producer syntax <producer name="xs:NCName" target="list of xs:anyURI"? requires="list of xs:QName"? policySets="list of xs:QName"?> <interface/> <producerBinding/>* </producer>

  4. consumer syntax <consumer name="xs:NCName" source="list of xs:anyURI"? requires="list of xs:QName"? policySets="list of xs:QName"?> <interface/> <consumerBinding/>* </consumer>

  5. channel syntax <channel name="xs:NCName" requires="list of xs:QName"? policySets="list of xs:QName"?> <interface/>* <channelBinding/>* </channel>

  6. if you insist... <interface.sca-events typeNamespaces="list of xs:anyURI"? typeNames="list of xs:QName"?/>

More Related