cgl.axis.services.uddi_extended
Class UDDI_Extended

java.lang.Object
  extended bycgl.axis.services.uddi_extended.UDDI_Extended

public class UDDI_Extended
extends java.lang.Object

Author:
Mehmet S. Aktas (maktas@indiana.edu)

Constructor Summary
UDDI_Extended()
           
 
Method Summary
 DispositionReport delete_business(Delete_business body)
           
 DispositionReport delete_service(Delete_service body)
           
 DispositionReport delete_serviceAttribute(Delete_serviceAttribute body)
           
 BusinessList find_business(Find_business body)
           
 ServiceList find_service(Find_service body)
           
 ServiceAttributeList find_serviceAttribute(Find_serviceAttribute body)
           
 AuthToken get_authToken(Get_authToken body)
           
 ServiceAttributeDetail get_serviceAttributeDetail(Get_serviceAttributeDetail body)
           
 ServiceDetail get_serviceDetail(Get_serviceDetail body)
           
 BusinessDetail save_business(Save_business body)
           
 ServiceDetail save_service(Save_service body)
           
 ServiceAttributeDetail save_serviceAttribute(Save_serviceAttribute body)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDDI_Extended

public UDDI_Extended()
Method Detail

get_serviceAttributeDetail

public ServiceAttributeDetail get_serviceAttributeDetail(Get_serviceAttributeDetail body)
                                                  throws DispositionReport
Throws:
DispositionReport

save_serviceAttribute

public ServiceAttributeDetail save_serviceAttribute(Save_serviceAttribute body)
                                             throws DispositionReport
Throws:
DispositionReport

find_serviceAttribute

public ServiceAttributeList find_serviceAttribute(Find_serviceAttribute body)
                                           throws DispositionReport
Throws:
DispositionReport

save_service

public ServiceDetail save_service(Save_service body)
                           throws DispositionReport
Throws:
DispositionReport

get_serviceDetail

public ServiceDetail get_serviceDetail(Get_serviceDetail body)
                                throws DispositionReport
Throws:
DispositionReport

find_service

public ServiceList find_service(Find_service body)
                         throws DispositionReport
Throws:
DispositionReport

delete_serviceAttribute

public DispositionReport delete_serviceAttribute(Delete_serviceAttribute body)
                                          throws DispositionReport
Throws:
DispositionReport

get_authToken

public AuthToken get_authToken(Get_authToken body)
                        throws DispositionReport
Throws:
DispositionReport

save_business

public BusinessDetail save_business(Save_business body)
                             throws DispositionReport
Throws:
DispositionReport

delete_service

public DispositionReport delete_service(Delete_service body)

delete_business

public DispositionReport delete_business(Delete_business body)
                                  throws DispositionReport
Throws:
DispositionReport

find_business

public BusinessList find_business(Find_business body)
                           throws DispositionReport
Throws:
DispositionReport