Uses of Class
org.uddi4j.response.ServiceInfos
-
Packages that use ServiceInfos Package Description org.uddi4j.response -
-
Uses of ServiceInfos in org.uddi4j.response
Methods in org.uddi4j.response that return ServiceInfos Modifier and Type Method Description ServiceInfos
BusinessInfo. getServiceInfos()
ServiceInfos
ServiceList. getServiceInfos()
Methods in org.uddi4j.response with parameters of type ServiceInfos Modifier and Type Method Description void
BusinessInfo. setServiceInfos(ServiceInfos s)
void
ServiceList. setServiceInfos(ServiceInfos s)
Constructors in org.uddi4j.response with parameters of type ServiceInfos Constructor Description BusinessInfo(java.lang.String businessKey, java.lang.String name, ServiceInfos serviceInfos)
Construct the object with required fields.ServiceList(java.lang.String operator, ServiceInfos serviceInfos)
Construct the object with required fields.
-