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 ServiceInfosBusinessInfo. getServiceInfos()ServiceInfosServiceList. getServiceInfos()Methods in org.uddi4j.response with parameters of type ServiceInfos Modifier and Type Method Description voidBusinessInfo. setServiceInfos(ServiceInfos s)voidServiceList. 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.
-