Este contenido no está disponible en el idioma seleccionado.
Chapter 2. Introducing the jUDDI Registry
2.1. Intended Audience Copiar enlaceEnlace copiado en el portapapeles!
2.2. Aim of This Book Copiar enlaceEnlace copiado en el portapapeles!
2.3. Back Up Your Data Copiar enlaceEnlace copiado en el portapapeles!
Warning
2.4. jUDDI Registry Copiar enlaceEnlace copiado en el portapapeles!
2.5. jUDDI and the JBoss Enterprise SOA Platform Copiar enlaceEnlace copiado en el portapapeles!
The JBoss Enterprise SOA Platform product includes a pre-configured installation of a jUDDI registry. You can use a specific API to access this registry through your custom client. However, any custom client that you build will not covered by your SOA Platform support agreement. You can access the full set of jUDDI examples, documentation and APIs from: http://juddi.apache.org/.
2.6. Other Supported Service Registries Copiar enlaceEnlace copiado en el portapapeles!
- SOA Software SMS
- HP Systinet
2.7. Service Registry Copiar enlaceEnlace copiado en el portapapeles!
2.8. Service Provider Copiar enlaceEnlace copiado en el portapapeles!
2.9. Service Broker Copiar enlaceEnlace copiado en el portapapeles!
2.10. Service Requester Copiar enlaceEnlace copiado en el portapapeles!
2.11. Web Service Copiar enlaceEnlace copiado en el portapapeles!
2.12. Web Service End-Point Copiar enlaceEnlace copiado en el portapapeles!
2.13. Web Services Description Language (WSDL) Copiar enlaceEnlace copiado en el portapapeles!
- location of the service
- the operations that the service supports
- the protocol bindings the service supports (SOAP, HTTP, etc)
- access procedure
2.14. Universal Description, Discovery and Integration (UDDI) Registry Copiar enlaceEnlace copiado en el portapapeles!
2.15. UDDI Application Programming Interfaces Copiar enlaceEnlace copiado en el portapapeles!
- UDDI_Security_PortType
- This defines the API to obtain a security token. With a valid security token a publisher can publish to the registry. A security token can be used for the entire session.
- UDDI_Publication_PortType
- This defines the API to publish business and service information to the UDDI registry.
- UDDI_Inquiry_PortType
- This defines the API to query the UDDI registry. This API does not normally require a security token.
- UDDI_CustodyTransfer_PortType
- This API can be used to transfer the custody of a business from one UDDI node to another.
- UDDI_Subscription_PortType
- This defines the API to register for updates on a particular business of service.
- UDDI_SubscriptionListener_PortType
- This defines the API a client must implement to receive subscription notifications from a UDDI node.
- UDDI_Replication_PortType
- This defines the API to replicate registry data between UDDI nodes.
- UDDI_ValueSetValidation_PortType
- This is used by nodes to allow external providers of value set the validation. Web services to assess whether keyedReferences or keyedReferenceGroups are valid.
- UDDI_ValueSetCaching_PortType
- UDDI nodes may perform validation of publisher references themselves using the cached values obtained from such a Web service.
2.16. UDDI Page Types Copiar enlaceEnlace copiado en el portapapeles!
- Green Pages
- Green Pages provide information that enables you to bind a client to the service being provided.
- Yellow Pages
- Yellow Pages are used to categorize businesses based upon the industries to which they belong.
- White Pages
- White Pages contain general information, such as the name, address and other contact details for the company providing the service.
2.17. The Service Registry and the JBoss Enterprise SOA Platform Copiar enlaceEnlace copiado en el portapapeles!
2.18. jUDDI and the ESB Copiar enlaceEnlace copiado en el portapapeles!
2.19. How the Registry Works Copiar enlaceEnlace copiado en el portapapeles!
- The JBoss Enterprise Service Bus funnels all interaction with the Registry through the registry interface.
- It then calls a JAXR implementation of this interface.
- The JAXR API needs to utilize a JAXR implementation. (By default, this is Apache Scout.)
- Apache Scout, in turn, calls the Registry.
2.20. Apache Scout Copiar enlaceEnlace copiado en el portapapeles!
org.jboss.soa.esb.scout.proxy.transportClass
class, one each for SOAP, SAAJ, RMI and Embedded Java (Local).
2.21. Java API for XML Registries (JAXR) Copiar enlaceEnlace copiado en el portapapeles!
2.22. Registry Interface Copiar enlaceEnlace copiado en el portapapeles!
2.23. Variable Name: SOA_ROOT Directory Copiar enlaceEnlace copiado en el portapapeles!
jboss-soa-p-5
directory. In the Standalone edition, though, it is the jboss-soa-p-standalone-5
directory.
SOA_ROOT
. Substitute either jboss-soa-p-5
or jboss-soa-p-standalone-5
as appropriate whenever you see this name.