cgl.axis.services.uddi.uddi_service
Interface UDDI_Publication_PortType

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
UDDI_Publication_SoapBindingImpl, UDDI_Publication_SoapBindingStub

public interface UDDI_Publication_PortType
extends java.rmi.Remote


Method Summary
 DispositionReport add_publisherAssertions(Add_publisherAssertions body)
           
 DispositionReport delete_binding(Delete_binding body)
           
 DispositionReport delete_business(Delete_business body)
           
 DispositionReport delete_publisherAssertions(Delete_publisherAssertions body)
           
 DispositionReport delete_service(Delete_service body)
           
 DispositionReport delete_tModel(Delete_tModel body)
           
 AssertionStatusReport get_assertionStatusReport(Get_assertionStatusReport body)
           
 PublisherAssertions get_publisherAssertions(Get_publisherAssertions body)
           
 RegisteredInfo get_registeredInfo(Get_registeredInfo body)
           
 BindingDetail save_binding(Save_binding body)
           
 BusinessDetail save_business(Save_business body)
           
 ServiceDetail save_service(Save_service body)
           
 TModelDetail save_tModel(Save_tModel body)
           
 PublisherAssertions set_publisherAssertions(Set_publisherAssertions body)
           
 

Method Detail

add_publisherAssertions

public DispositionReport add_publisherAssertions(Add_publisherAssertions body)
                                          throws java.rmi.RemoteException,
                                                 DispositionReport
java.rmi.RemoteException
DispositionReport

delete_binding

public DispositionReport delete_binding(Delete_binding body)
                                 throws java.rmi.RemoteException,
                                        DispositionReport
java.rmi.RemoteException
DispositionReport

delete_business

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

delete_publisherAssertions

public DispositionReport delete_publisherAssertions(Delete_publisherAssertions body)
                                             throws java.rmi.RemoteException,
                                                    DispositionReport
java.rmi.RemoteException
DispositionReport

delete_service

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

delete_tModel

public DispositionReport delete_tModel(Delete_tModel body)
                                throws java.rmi.RemoteException,
                                       DispositionReport
java.rmi.RemoteException
DispositionReport

get_assertionStatusReport

public AssertionStatusReport get_assertionStatusReport(Get_assertionStatusReport body)
                                                throws java.rmi.RemoteException,
                                                       DispositionReport
java.rmi.RemoteException
DispositionReport

get_publisherAssertions

public PublisherAssertions get_publisherAssertions(Get_publisherAssertions body)
                                            throws java.rmi.RemoteException,
                                                   DispositionReport
java.rmi.RemoteException
DispositionReport

get_registeredInfo

public RegisteredInfo get_registeredInfo(Get_registeredInfo body)
                                  throws java.rmi.RemoteException,
                                         DispositionReport
java.rmi.RemoteException
DispositionReport

save_binding

public BindingDetail save_binding(Save_binding body)
                           throws java.rmi.RemoteException,
                                  DispositionReport
java.rmi.RemoteException
DispositionReport

save_business

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

save_service

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

save_tModel

public TModelDetail save_tModel(Save_tModel body)
                         throws java.rmi.RemoteException,
                                DispositionReport
java.rmi.RemoteException
DispositionReport

set_publisherAssertions

public PublisherAssertions set_publisherAssertions(Set_publisherAssertions body)
                                            throws java.rmi.RemoteException,
                                                   DispositionReport
java.rmi.RemoteException
DispositionReport