cgl.axis.services.uddi_extended.stubs
Interface UDDI_Extended

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
UDDI_ExtendedSoapBindingStub

public interface UDDI_Extended
extends java.rmi.Remote


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)
           
 

Method Detail

get_authToken

public AuthToken get_authToken(Get_authToken body)
                        throws java.rmi.RemoteException,
                               DispositionReport
Throws:
java.rmi.RemoteException
DispositionReport

save_service

public ServiceDetail save_service(Save_service body)
                           throws java.rmi.RemoteException,
                                  DispositionReport
Throws:
java.rmi.RemoteException
DispositionReport

find_service

public ServiceList find_service(Find_service body)
                         throws java.rmi.RemoteException,
                                DispositionReport
Throws:
java.rmi.RemoteException
DispositionReport

get_serviceDetail

public ServiceDetail get_serviceDetail(Get_serviceDetail body)
                                throws java.rmi.RemoteException,
                                       DispositionReport
Throws:
java.rmi.RemoteException
DispositionReport

delete_service

public DispositionReport delete_service(Delete_service body)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

save_serviceAttribute

public ServiceAttributeDetail save_serviceAttribute(Save_serviceAttribute body)
                                             throws java.rmi.RemoteException,
                                                    DispositionReport
Throws:
java.rmi.RemoteException
DispositionReport

find_serviceAttribute

public ServiceAttributeList find_serviceAttribute(Find_serviceAttribute body)
                                           throws java.rmi.RemoteException,
                                                  DispositionReport
Throws:
java.rmi.RemoteException
DispositionReport

get_serviceAttributeDetail

public ServiceAttributeDetail get_serviceAttributeDetail(Get_serviceAttributeDetail body)
                                                  throws java.rmi.RemoteException,
                                                         DispositionReport
Throws:
java.rmi.RemoteException
DispositionReport

delete_serviceAttribute

public DispositionReport delete_serviceAttribute(Delete_serviceAttribute body)
                                          throws java.rmi.RemoteException,
                                                 DispositionReport
Throws:
java.rmi.RemoteException
DispositionReport

save_business

public BusinessDetail save_business(Save_business body)
                             throws java.rmi.RemoteException,
                                    DispositionReport
Throws:
java.rmi.RemoteException
DispositionReport

find_business

public BusinessList find_business(Find_business body)
                           throws java.rmi.RemoteException,
                                  DispositionReport
Throws:
java.rmi.RemoteException
DispositionReport

delete_business

public DispositionReport delete_business(Delete_business body)
                                  throws java.rmi.RemoteException,
                                         DispositionReport
Throws:
java.rmi.RemoteException
DispositionReport