Packages
cgl.axis.services.client Used to implement client classes to test main functionalities of UDDI WS Interface.
cgl.axis.services.uddi.uddi_ext_schema Used to implement WSDL interface for UDDI Extention Schema Classes.
cgl.axis.services.uddi.uddi_schema Used to implement existing UDDI v3 WSDL Schema Classes.
cgl.axis.services.uddi.uddi_service Used to implement WSDL interface for UDDI Inquiry, Publication, Security and Extention PortTypes.
cgl.axis.services.wsctx.wsctx Used to implement WS-Context 1.0 WSDL Schema Classes.
cgl.juddi.datastore.jdbc Used to handle sql database operations, insert, update, select, delete for metadata.
cgl.juddi.datatype Used to define and implement all datatypes necessary for representing service metadata.
cgl.juddi.datatype.attribute Used to define datatypes for service attributes which in turn forms service metadata.
cgl.juddi.datatype.lease Used to define datatypes in particular for leasing (life time for service or metadata).
cgl.juddi.datatype.request Used to define datatypes of all requests for service metadata, delete(), find(), save() etc...
cgl.juddi.datatype.response Used to define datatypes of all responses for service metadata.
cgl.juddi.datatype.service Used to define datatypes for BusinessService entity.
cgl.juddi.function Used to implement new function classes for query, save, update and delete service metadata.
cgl.juddi.handler Used to implement Handlers for marshalling and unmarshalling XML structure of UDDI entities.
cgl.juddi.parser Used to implement a parserFactory to parse domain dependent documents such as capability.xml.
cgl.juddi.util Used to implement utility Classes.
cgl.juddi.util.jdbc Used to implement utility classes in particular for jdbc connection.