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 |
---|---|
BusinessService |
WSDL2UDDI.createBusinessService(QName serviceQName,
Definition wsdlDefinition)
Creates a UDDI Business Service.
|
BusinessService |
BPEL2UDDI.createBusinessService(QName serviceName,
Definition wsdlDefinition)
Registers the Service into UDDI.
|
BusinessService |
WSDL2UDDI.lookupService(String serviceKey)
Perform a lookup by serviceKey, and will return null if not found.
|
BusinessService |
BPEL2UDDI.lookupService(String serviceKey)
Perform a lookup by serviceKey, and will return null if not found.
|
Modifier and Type | Method and Description |
---|---|
protected Service |
BusinessQueryManagerV3Impl.getServiceFromBusinessService(BusinessService bs,
LifeCycleManager lcm)
Helper routine to take a jUDDI business service and turn into a useful
Service.
|
ServiceDetail |
RegistryV3Impl.saveService(String authInfo,
BusinessService[] serviceArray)
"Used to register or update complete information about a businessService
exposed by a specified businessEntity."
|
ServiceDetail |
IRegistryV3.saveService(String authInfo,
BusinessService[] serviceArray)
"Used to register or update complete information about a businessService
exposed by a specified businessEntity."
|
Modifier and Type | Method and Description |
---|---|
static BusinessService |
ScoutJaxrUddiV3Helper.getBusinessServiceFromJAXRService(Service service) |
Modifier and Type | Method and Description |
---|---|
static Service |
ScoutUddiV3JaxrHelper.getService(BusinessService businessService,
LifeCycleManager lifeCycleManager) |
Modifier and Type | Field and Description |
---|---|
protected List<BusinessService> |
ServiceDetail.businessService |
protected List<BusinessService> |
SaveService.businessService |
protected List<BusinessService> |
BusinessServices.businessService |
Modifier and Type | Method and Description |
---|---|
BusinessService |
ObjectFactory.createBusinessService()
Create an instance of
BusinessService |
Modifier and Type | Method and Description |
---|---|
JAXBElement<BusinessService> |
ObjectFactory.createBusinessService(BusinessService value)
|
List<BusinessService> |
ServiceDetail.getBusinessService()
Gets the value of the businessService property.
|
List<BusinessService> |
SaveService.getBusinessService()
Gets the value of the businessService property.
|
List<BusinessService> |
BusinessServices.getBusinessService()
Gets the value of the businessService property.
|
Modifier and Type | Method and Description |
---|---|
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 © 2012 JBoss by Red Hat. All Rights Reserved.