uk.ac.soton.ecs.grimoires.server.impl.uddiv2.publication
Class PublishSoapImpl

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.uddiv2.publication.PublishSoapImpl
All Implemented Interfaces:
Publish, Remote

public class PublishSoapImpl
extends Object
implements Publish


Constructor Summary
PublishSoapImpl()
           
 
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)
           
 DispositionReport discard_authToken(Discard_authToken body)
           
 AssertionStatusReport get_assertionStatusReport(Get_assertionStatusReport body)
           
 AuthToken get_authToken(Get_authToken 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublishSoapImpl

public PublishSoapImpl()
Method Detail

add_publisherAssertions

public DispositionReport add_publisherAssertions(Add_publisherAssertions body)
                                          throws RemoteException,
                                                 DispositionReport
Specified by:
add_publisherAssertions in interface Publish
Throws:
RemoteException
DispositionReport

delete_binding

public DispositionReport delete_binding(Delete_binding body)
                                 throws RemoteException,
                                        DispositionReport
Specified by:
delete_binding in interface Publish
Throws:
RemoteException
DispositionReport

delete_business

public DispositionReport delete_business(Delete_business body)
                                  throws RemoteException,
                                         DispositionReport
Specified by:
delete_business in interface Publish
Throws:
RemoteException
DispositionReport

delete_publisherAssertions

public DispositionReport delete_publisherAssertions(Delete_publisherAssertions body)
                                             throws RemoteException,
                                                    DispositionReport
Specified by:
delete_publisherAssertions in interface Publish
Throws:
RemoteException
DispositionReport

delete_service

public DispositionReport delete_service(Delete_service body)
                                 throws RemoteException,
                                        DispositionReport
Specified by:
delete_service in interface Publish
Throws:
RemoteException
DispositionReport

delete_tModel

public DispositionReport delete_tModel(Delete_tModel body)
                                throws RemoteException,
                                       DispositionReport
Specified by:
delete_tModel in interface Publish
Throws:
RemoteException
DispositionReport

discard_authToken

public DispositionReport discard_authToken(Discard_authToken body)
                                    throws RemoteException,
                                           DispositionReport
Specified by:
discard_authToken in interface Publish
Throws:
RemoteException
DispositionReport

get_assertionStatusReport

public AssertionStatusReport get_assertionStatusReport(Get_assertionStatusReport body)
                                                throws RemoteException,
                                                       DispositionReport
Specified by:
get_assertionStatusReport in interface Publish
Throws:
RemoteException
DispositionReport

get_authToken

public AuthToken get_authToken(Get_authToken body)
                        throws RemoteException,
                               DispositionReport
Specified by:
get_authToken in interface Publish
Throws:
RemoteException
DispositionReport

get_publisherAssertions

public PublisherAssertions get_publisherAssertions(Get_publisherAssertions body)
                                            throws RemoteException,
                                                   DispositionReport
Specified by:
get_publisherAssertions in interface Publish
Throws:
RemoteException
DispositionReport

get_registeredInfo

public RegisteredInfo get_registeredInfo(Get_registeredInfo body)
                                  throws RemoteException,
                                         DispositionReport
Specified by:
get_registeredInfo in interface Publish
Throws:
RemoteException
DispositionReport

save_binding

public BindingDetail save_binding(Save_binding body)
                           throws RemoteException,
                                  DispositionReport
Specified by:
save_binding in interface Publish
Throws:
RemoteException
DispositionReport

save_business

public BusinessDetail save_business(Save_business body)
                             throws RemoteException,
                                    DispositionReport
Specified by:
save_business in interface Publish
Throws:
RemoteException
DispositionReport

save_service

public ServiceDetail save_service(Save_service body)
                           throws RemoteException,
                                  DispositionReport
Specified by:
save_service in interface Publish
Throws:
RemoteException
DispositionReport

save_tModel

public TModelDetail save_tModel(Save_tModel body)
                         throws RemoteException,
                                DispositionReport
Specified by:
save_tModel in interface Publish
Throws:
RemoteException
DispositionReport

set_publisherAssertions

public PublisherAssertions set_publisherAssertions(Set_publisherAssertions body)
                                            throws RemoteException,
                                                   DispositionReport
Specified by:
set_publisherAssertions in interface Publish
Throws:
RemoteException
DispositionReport