Package | Description |
---|---|
org.apache.juddi.v3.client.config | |
org.apache.juddi.v3.client.mapping |
Modifier and Type | Method and Description |
---|---|
UDDIClerk |
UDDIClient.getClerk(String clerkName) |
UDDIClerk |
XRegistration.getFromClerk() |
UDDIClerk |
XRegistration.getToClerk() |
Modifier and Type | Method and Description |
---|---|
Map<String,UDDIClerk> |
ClientConfig.getUDDIClerks() |
Modifier and Type | Method and Description |
---|---|
ClerkDetail |
UDDIClerk.saveClerk(UDDIClerk senderClerk) |
void |
XRegistration.setFromClerk(UDDIClerk fromClerk) |
void |
XRegistration.setToClerk(UDDIClerk toClerk) |
Constructor and Description |
---|
XRegistration(String entityKey,
UDDIClerk fromClerk,
UDDIClerk toClerk) |
Modifier and Type | Method and Description |
---|---|
UDDIClerk |
UDDIServiceCache.getClerk() |
UDDIClerk |
BPEL2UDDI.getClerk() |
Modifier and Type | Method and Description |
---|---|
void |
UDDIServiceCache.setClerk(UDDIClerk clerk) |
void |
BPEL2UDDI.setClerk(UDDIClerk clerk) |
Constructor and Description |
---|
AsyncRegistration(UDDIClerk clerk,
URLLocalizer urlLocalizer,
Properties properties,
RegistrationInfo registrationInfo) |
BPEL2UDDI(UDDIClerk clerk,
URLLocalizer urlLocalizer,
Properties properties) |
ServiceLocator(UDDIClerk clerk,
URLLocalizer urlLocalizer,
Properties properties) |
UDDIServiceCache(UDDIClerk clerk,
URLLocalizer urlLocalizer,
Properties properties) |
WSDL2UDDI(UDDIClerk clerk,
URLLocalizer urlLocalizer,
Properties properties)
Required Properties are: businessName, for example: 'Apache' nodeName,
for example: 'uddi.example.org_80' keyDomain, for example:
juddi.apache.org
Optional Properties are: lang: for example: 'nl'
|
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.