Este conteúdo não está disponível no idioma selecionado.
Chapter 2. Introducing the jUDDI Registry
2.1. Intended Audience Copiar o linkLink copiado para a área de transferência!
2.2. Aim of This Book Copiar o linkLink copiado para a área de transferência!
2.3. Back Up Your Data Copiar o linkLink copiado para a área de transferência!
Warning
2.4. jUDDI Registry Copiar o linkLink copiado para a área de transferência!
2.5. jUDDI and the JBoss Enterprise SOA Platform Copiar o linkLink copiado para a área de transferência!
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 o linkLink copiado para a área de transferência!
- SOA Software SMS
- HP Systinet
2.7. Service Registry Copiar o linkLink copiado para a área de transferência!
2.8. Service Provider Copiar o linkLink copiado para a área de transferência!
2.9. Service Broker Copiar o linkLink copiado para a área de transferência!
2.10. Service Requester Copiar o linkLink copiado para a área de transferência!
2.11. Web Service Copiar o linkLink copiado para a área de transferência!
2.12. Web Service End-Point Copiar o linkLink copiado para a área de transferência!
2.13. Web Services Description Language (WSDL) Copiar o linkLink copiado para a área de transferência!
- 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 o linkLink copiado para a área de transferência!
2.15. UDDI Application Programming Interfaces Copiar o linkLink copiado para a área de transferência!
- 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 o linkLink copiado para a área de transferência!
- 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 o linkLink copiado para a área de transferência!
2.18. jUDDI and the ESB Copiar o linkLink copiado para a área de transferência!
2.19. How the Registry Works Copiar o linkLink copiado para a área de transferência!
- 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 o linkLink copiado para a área de transferência!
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 o linkLink copiado para a área de transferência!
2.22. Registry Interface Copiar o linkLink copiado para a área de transferência!
2.23. Variable Name: SOA_ROOT Directory Copiar o linkLink copiado para a área de transferência!
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.