Uses of Class
org.uddi4j.datatype.business.BusinessEntity
-
Packages that use BusinessEntity Package Description org.uddi4j.response -
-
Uses of BusinessEntity in org.uddi4j.response
Methods in org.uddi4j.response that return BusinessEntity Modifier and Type Method Description BusinessEntity
BusinessEntityExt. getBusinessEntity()
Methods in org.uddi4j.response with parameters of type BusinessEntity Modifier and Type Method Description void
BusinessEntityExt. setBusinessEntity(BusinessEntity s)
Constructors in org.uddi4j.response with parameters of type BusinessEntity Constructor Description BusinessEntityExt(BusinessEntity businessEntity)
Construct the object with required fields.
-