Uses of Class
org.uddi4j.response.BusinessDetail
-
Packages that use BusinessDetail Package Description org.uddi4j.client -
-
Uses of BusinessDetail in org.uddi4j.client
Methods in org.uddi4j.client that return BusinessDetail Modifier and Type Method Description BusinessDetail
UDDIProxy. get_businessDetail(java.lang.String businessKey)
The get_businessDetail message returns complete businessEntity information for one or more specified businessEntitysBusinessDetail
UDDIProxy. get_businessDetail(java.util.Vector businessKeyStrings)
The get_businessDetail message returns complete businessEntity information for one or more specified businessEntitysBusinessDetail
UDDIProxy. save_business(java.lang.String authInfo, java.util.Vector businessEntities)
The save_business message is used to save or update information about a complete businessEntity structure.BusinessDetail
UDDIProxy. save_business(java.lang.String authInfo, UploadRegister[] uploadRegisters)
Deprecated.This method has been deprecated.
-