|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BusinessService | |
---|---|
org.apache.ws.scout.registry | |
org.apache.ws.scout.uddi | |
org.apache.ws.scout.uddi.impl | |
org.apache.ws.scout.util |
Uses of BusinessService in org.apache.ws.scout.registry |
---|
Methods in org.apache.ws.scout.registry with parameters of type BusinessService | |
---|---|
protected Service |
BusinessQueryManagerImpl.getServiceFromBusinessService(BusinessService bs,
LifeCycleManager lcm)
Helper routine to take a jUDDI business service and turn into a useful Service. |
ServiceDetail |
IRegistry.saveService(String authInfo,
BusinessService[] serviceArray)
"Used to register or update complete information about a businessService exposed by a specified businessEntity." |
ServiceDetail |
RegistryImpl.saveService(String authInfo,
BusinessService[] serviceArray)
"Used to register or update complete information about a businessService exposed by a specified businessEntity." |
Uses of BusinessService in org.apache.ws.scout.uddi |
---|
Methods in org.apache.ws.scout.uddi that return BusinessService | |
---|---|
BusinessService |
SaveService.addNewBusinessService()
Appends and returns a new empty value (as xml) as the last "businessService" element |
BusinessService |
BusinessServices.addNewBusinessService()
Appends and returns a new empty value (as xml) as the last "businessService" element |
BusinessService |
ValidateValues.addNewBusinessService()
Appends and returns a new empty value (as xml) as the last "businessService" element |
BusinessService |
BusinessServiceDocument.addNewBusinessService()
Appends and returns a new empty "businessService" element |
BusinessService |
ServiceDetail.addNewBusinessService()
Appends and returns a new empty value (as xml) as the last "businessService" element |
BusinessService |
BusinessServiceDocument.getBusinessService()
Gets the "businessService" element |
BusinessService[] |
SaveService.getBusinessServiceArray()
Gets array of all "businessService" elements |
BusinessService[] |
BusinessServices.getBusinessServiceArray()
Gets array of all "businessService" elements |
BusinessService[] |
ValidateValues.getBusinessServiceArray()
Gets array of all "businessService" elements |
BusinessService[] |
ServiceDetail.getBusinessServiceArray()
Gets array of all "businessService" elements |
BusinessService |
SaveService.getBusinessServiceArray(int i)
Gets ith "businessService" element |
BusinessService |
BusinessServices.getBusinessServiceArray(int i)
Gets ith "businessService" element |
BusinessService |
ValidateValues.getBusinessServiceArray(int i)
Gets ith "businessService" element |
BusinessService |
ServiceDetail.getBusinessServiceArray(int i)
Gets ith "businessService" element |
BusinessService |
SaveService.insertNewBusinessService(int i)
Inserts and returns a new empty value (as xml) as the ith "businessService" element |
BusinessService |
BusinessServices.insertNewBusinessService(int i)
Inserts and returns a new empty value (as xml) as the ith "businessService" element |
BusinessService |
ValidateValues.insertNewBusinessService(int i)
Inserts and returns a new empty value (as xml) as the ith "businessService" element |
BusinessService |
ServiceDetail.insertNewBusinessService(int i)
Inserts and returns a new empty value (as xml) as the ith "businessService" element |
static BusinessService |
BusinessService.Factory.newInstance()
|
static BusinessService |
BusinessService.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static BusinessService |
BusinessService.Factory.parse(File file)
|
static BusinessService |
BusinessService.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static BusinessService |
BusinessService.Factory.parse(InputStream is)
|
static BusinessService |
BusinessService.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static BusinessService |
BusinessService.Factory.parse(Node node)
|
static BusinessService |
BusinessService.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static BusinessService |
BusinessService.Factory.parse(Reader r)
|
static BusinessService |
BusinessService.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static BusinessService |
BusinessService.Factory.parse(String xmlAsString)
|
static BusinessService |
BusinessService.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static BusinessService |
BusinessService.Factory.parse(URL u)
|
static BusinessService |
BusinessService.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static BusinessService |
BusinessService.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static BusinessService |
BusinessService.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static BusinessService |
BusinessService.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static BusinessService |
BusinessService.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.apache.ws.scout.uddi with parameters of type BusinessService | |
---|---|
void |
BusinessServiceDocument.setBusinessService(BusinessService businessService)
Sets the "businessService" element |
void |
SaveService.setBusinessServiceArray(BusinessService[] businessServiceArray)
Sets array of all "businessService" element |
void |
BusinessServices.setBusinessServiceArray(BusinessService[] businessServiceArray)
Sets array of all "businessService" element |
void |
ValidateValues.setBusinessServiceArray(BusinessService[] businessServiceArray)
Sets array of all "businessService" element |
void |
ServiceDetail.setBusinessServiceArray(BusinessService[] businessServiceArray)
Sets array of all "businessService" element |
void |
SaveService.setBusinessServiceArray(int i,
BusinessService businessService)
Sets ith "businessService" element |
void |
BusinessServices.setBusinessServiceArray(int i,
BusinessService businessService)
Sets ith "businessService" element |
void |
ValidateValues.setBusinessServiceArray(int i,
BusinessService businessService)
Sets ith "businessService" element |
void |
ServiceDetail.setBusinessServiceArray(int i,
BusinessService businessService)
Sets ith "businessService" element |
Uses of BusinessService in org.apache.ws.scout.uddi.impl |
---|
Classes in org.apache.ws.scout.uddi.impl that implement BusinessService | |
---|---|
class |
BusinessServiceImpl
An XML businessService(@urn:uddi-org:api_v2). |
Methods in org.apache.ws.scout.uddi.impl that return BusinessService | |
---|---|
BusinessService |
BusinessServicesImpl.addNewBusinessService()
Appends and returns a new empty value (as xml) as the last "businessService" element |
BusinessService |
ServiceDetailImpl.addNewBusinessService()
Appends and returns a new empty value (as xml) as the last "businessService" element |
BusinessService |
ValidateValuesImpl.addNewBusinessService()
Appends and returns a new empty value (as xml) as the last "businessService" element |
BusinessService |
BusinessServiceDocumentImpl.addNewBusinessService()
Appends and returns a new empty "businessService" element |
BusinessService |
SaveServiceImpl.addNewBusinessService()
Appends and returns a new empty value (as xml) as the last "businessService" element |
BusinessService |
BusinessServiceDocumentImpl.getBusinessService()
Gets the "businessService" element |
BusinessService[] |
BusinessServicesImpl.getBusinessServiceArray()
Gets array of all "businessService" elements |
BusinessService[] |
ServiceDetailImpl.getBusinessServiceArray()
Gets array of all "businessService" elements |
BusinessService[] |
ValidateValuesImpl.getBusinessServiceArray()
Gets array of all "businessService" elements |
BusinessService[] |
SaveServiceImpl.getBusinessServiceArray()
Gets array of all "businessService" elements |
BusinessService |
BusinessServicesImpl.getBusinessServiceArray(int i)
Gets ith "businessService" element |
BusinessService |
ServiceDetailImpl.getBusinessServiceArray(int i)
Gets ith "businessService" element |
BusinessService |
ValidateValuesImpl.getBusinessServiceArray(int i)
Gets ith "businessService" element |
BusinessService |
SaveServiceImpl.getBusinessServiceArray(int i)
Gets ith "businessService" element |
BusinessService |
BusinessServicesImpl.insertNewBusinessService(int i)
Inserts and returns a new empty value (as xml) as the ith "businessService" element |
BusinessService |
ServiceDetailImpl.insertNewBusinessService(int i)
Inserts and returns a new empty value (as xml) as the ith "businessService" element |
BusinessService |
ValidateValuesImpl.insertNewBusinessService(int i)
Inserts and returns a new empty value (as xml) as the ith "businessService" element |
BusinessService |
SaveServiceImpl.insertNewBusinessService(int i)
Inserts and returns a new empty value (as xml) as the ith "businessService" element |
Methods in org.apache.ws.scout.uddi.impl with parameters of type BusinessService | |
---|---|
void |
BusinessServiceDocumentImpl.setBusinessService(BusinessService businessService)
Sets the "businessService" element |
void |
BusinessServicesImpl.setBusinessServiceArray(BusinessService[] businessServiceArray)
Sets array of all "businessService" element |
void |
ServiceDetailImpl.setBusinessServiceArray(BusinessService[] businessServiceArray)
Sets array of all "businessService" element |
void |
ValidateValuesImpl.setBusinessServiceArray(BusinessService[] businessServiceArray)
Sets array of all "businessService" element |
void |
SaveServiceImpl.setBusinessServiceArray(BusinessService[] businessServiceArray)
Sets array of all "businessService" element |
void |
BusinessServicesImpl.setBusinessServiceArray(int i,
BusinessService businessService)
Sets ith "businessService" element |
void |
ServiceDetailImpl.setBusinessServiceArray(int i,
BusinessService businessService)
Sets ith "businessService" element |
void |
ValidateValuesImpl.setBusinessServiceArray(int i,
BusinessService businessService)
Sets ith "businessService" element |
void |
SaveServiceImpl.setBusinessServiceArray(int i,
BusinessService businessService)
Sets ith "businessService" element |
Uses of BusinessService in org.apache.ws.scout.util |
---|
Methods in org.apache.ws.scout.util that return BusinessService | |
---|---|
static BusinessService |
ScoutJaxrUddiHelper.getBusinessServiceFromJAXRService(Service serve)
|
Methods in org.apache.ws.scout.util with parameters of type BusinessService | |
---|---|
static Service |
ScoutUddiJaxrHelper.getService(BusinessService bs,
LifeCycleManager lcm)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |