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

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.uddiv2.publication.PublishSoapSkeleton
All Implemented Interfaces:
Publish, Remote, Serializable, org.apache.axis.wsdl.Skeleton
Direct Known Subclasses:
GrimoiresUDDIv2PublishSkeleton

public class PublishSoapSkeleton
extends Object
implements Publish, org.apache.axis.wsdl.Skeleton

See Also:
Serialized Form

Constructor Summary
PublishSoapSkeleton()
           
PublishSoapSkeleton(Publish impl)
           
 
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)
           
static List getOperationDescByName(String methodName)
          Returns List of OperationDesc objects with this name
static Collection getOperationDescs()
          Returns Collection of OperationDescs
 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

PublishSoapSkeleton

public PublishSoapSkeleton()

PublishSoapSkeleton

public PublishSoapSkeleton(Publish impl)
Method Detail

getOperationDescByName

public static List getOperationDescByName(String methodName)
Returns List of OperationDesc objects with this name


getOperationDescs

public static Collection getOperationDescs()
Returns Collection of OperationDescs


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