Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [higgins-dev] IContextFactory policy

I think that we still need them, as we will need java bindings and other bindings like web services

Anthony Nadalin | Work 512.838.0085 | Cell 512.289.4122
Inactive hide details for "Jim Sermersheim" <jimse@xxxxxxxxxx>"Jim Sermersheim" <jimse@xxxxxxxxxx>


          "Jim Sermersheim" <jimse@xxxxxxxxxx>
          Sent by: higgins-dev-bounces@xxxxxxxxxxx

          08/02/2006 06:48 PM

          Please respond to
          "Higgins (Trust Framework) Project developer discussions" <higgins-dev@xxxxxxxxxxx>

To

higgins-dev@xxxxxxxxxxx

cc


Subject

Re: [higgins-dev] IContextFactory policy

So, does think we need the getPolicy(), and setPolicy methods? If not, I'll remove them.

Jim

>>> Anthony Nadalin <drsecure@xxxxxxxxxx> 8/2/06 7:36 AM >>>

I believe that its all metadata and what we have to declare is the schema for the metadata, there will be different dialects (which are URIs) for different metadata.

The Web service Metadata element is a collection of metadata units such as [WSDL] definitions, XML Schema [XML Schema Part 1, Part 2] documents, [WS-Policy] expressions, etc. Each unit corresponds to metadata for a given scope, domain, or namespace. The collection of units is represented by a Metadata element, and units within the collection are represented by Metadata Section elements.

To facilitate processing, Metadata Sections are tagged with a @Dialect and (optionally) @Identifier of the metadata unit. To ensure scalability, a unit of metadata may be included in-line within its Metadata Section or may be included by reference, either an endpoint reference [WS-Addressing] (Metadata Reference) or a URL (Location).

An outline for the Metadata element would be (as described in WS-MetaDataExchange):

<mex:Metadata ...>

<mex:MetadataSection Dialect="xs:anyURI"

(Identifier="xs:anyURI")? ...>

(

<DialectSpecificElement>...</DialectSpecificElement>

|

<mex:MetadataReference ...>

endpoint-reference

</mex:MetadataReference>

|

<mex:Location>xs:anyURI</mex:Location>

)

</mex:MetadataSection>*

</mex:Metadata>


Anthony Nadalin | Work 512.838.0085 | Cell 512.289.4122
"Jim Sermersheim" <jimse@xxxxxxxxxx>

                  "Jim Sermersheim" <jimse@xxxxxxxxxx>
                  Sent by: higgins-dev-bounces@xxxxxxxxxxx

                  08/01/2006 11:57 PM

Please respond to
"Higgins (Trust Framework) Project developer discussions" <higgins-dev@xxxxxxxxxxx>
To

<higgins-dev@xxxxxxxxxxx>
cc
Subject

[higgins-dev] IContextFactory policy

IContextFactory has policy as well as metadata. I need to document the difference between the two and I realize I don't know.


I know when I asked where we put policy for an IContext instance, people agreed that we could just use metadata for that. What was the case for separating policy from metadata on a factory?


Jim
_______________________________________________
higgins-dev mailing list
higgins-dev@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/higgins-dev
_______________________________________________
higgins-dev mailing list
higgins-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/higgins-dev

GIF image

GIF image

GIF image

GIF image


Back to the top