Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Bugzilla 165557

Revision as of 08:35, 12 December 2006 by Unnamed Poltroon (Talk)

Discuss this feature

Link to bug on TPTP (this is not part of the template): [1]

TPTP feature: 165557

Author: Saurabh Dravid
email: sadravid@in.ibm.com
Committer email: aeberbac@us.ibm.com(Andrew Eberbach)
Last updated:


Rough workload estimate for design/code/test in person weeks:

ProcessSizing
Design1
Code5
Test2
Documentation1
Total 9

Rough workload estimate for build and infrastructure in person days: 0.0


Requirement summary

  • A Manageable Endpoint Capability is a collection of properties and operations. The WSDM tooling tech preview in TPTP 4.3 allows a user to define a new data type by importing existing data type from XSD files. Now this feature will allow the user to specify a java class to import a new custom data type from it. User has to explicitly define a serializer for this imported complex type by defining a Java class that is the Java equivalent of this schema type and defining a serializer that will serialize a XML fragment of this type into the specified Java class.

User interactions

User interface

Extension points

Code interfaces

Design summary

Back to the top