Package | Description |
---|---|
org.apache.juddi.v3.annotations | |
org.apache.juddi.v3.client.config | |
org.apache.juddi.v3.client.mapping | |
org.uddi.api_v3 | |
org.uddi.repl_v3 | |
org.uddi.vs_v3 |
Modifier and Type | Method and Description |
---|---|
BusinessService |
AnnotationProcessor.readServiceAnnotations(String classWithAnnotations,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
Collection<BusinessService> |
AnnotationProcessor.readServiceAnnotations(String[] classesWithAnnotations,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
BusinessService |
UDDIClerk.findService(String serviceKey) |
BusinessService |
UDDIClerk.findService(String serviceKey,
Node node) |
BusinessService |
UDDIClerk.register(BusinessService service)
Register a service, using the node of current clerk ('this').
|
BusinessService |
UDDIClerk.register(BusinessService service,
Node node)
Register a service.
|
Modifier and Type | Method and Description |
---|---|
BusinessService |
UDDIClerk.register(BusinessService service)
Register a service, using the node of current clerk ('this').
|
BusinessService |
UDDIClerk.register(BusinessService service,
Node node)
Register a service.
|
Modifier and Type | Method and Description |
---|---|
protected BusinessService |
WSDL2UDDI.createBusinessService(QName serviceQName,
javax.wsdl.Definition wsdlDefinition)
Creates a UDDI Business Service.
|
BusinessService |
BPEL2UDDI.createBusinessService(QName serviceName,
javax.wsdl.Definition wsdlDefinition)
Registers the Service into UDDI.
|
BusinessService |
ServiceRegistrationResponse.getBusinessService() |
BusinessService |
BPEL2UDDI.lookupService(String serviceKey)
Perform a lookup by serviceKey, and will return null if not found.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceRegistrationResponse.setBusinessService(BusinessService businessService) |
Modifier and Type | Field and Description |
---|---|
protected List<BusinessService> |
BusinessServices.businessService |
protected List<BusinessService> |
ServiceDetail.businessService |
protected List<BusinessService> |
SaveService.businessService |
Modifier and Type | Method and Description |
---|---|
BusinessService |
ObjectFactory.createBusinessService()
Create an instance of
BusinessService |
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<BusinessService> |
ObjectFactory.createBusinessService(BusinessService value)
|
List<BusinessService> |
BusinessServices.getBusinessService()
Gets the value of the businessService property.
|
List<BusinessService> |
ServiceDetail.getBusinessService()
Gets the value of the businessService property.
|
List<BusinessService> |
SaveService.getBusinessService()
Gets the value of the businessService property.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<BusinessService> |
ObjectFactory.createBusinessService(BusinessService value)
|
Modifier and Type | Field and Description |
---|---|
protected BusinessService |
ChangeRecordNewData.businessService |
Modifier and Type | Method and Description |
---|---|
BusinessService |
ChangeRecordNewData.getBusinessService()
Gets the value of the businessService property.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeRecordNewData.setBusinessService(BusinessService value)
Sets the value of the businessService property.
|
Modifier and Type | Field and Description |
---|---|
protected List<BusinessService> |
ValidateValues.businessService |
Modifier and Type | Method and Description |
---|---|
List<BusinessService> |
ValidateValues.getBusinessService()
Gets the value of the businessService property.
|
Copyright © 2004–2013 The Apache Software Foundation. All rights reserved.