uk.ac.soton.ecs.grimoires.server.impl.uddiv2.inquiry
Class InquireSoapSkeleton

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.uddiv2.inquiry.InquireSoapSkeleton
All Implemented Interfaces:
Inquire, Remote, Serializable, org.apache.axis.wsdl.Skeleton
Direct Known Subclasses:
GrimoiresUDDIv2InquireSkeleton

public class InquireSoapSkeleton
extends Object
implements Inquire, org.apache.axis.wsdl.Skeleton

See Also:
Serialized Form

Constructor Summary
InquireSoapSkeleton()
           
InquireSoapSkeleton(Inquire impl)
           
 
Method Summary
 BindingDetail find_binding(Find_binding body)
           
 BusinessList find_business(Find_business body)
           
 RelatedBusinessesList find_relatedBusinesses(Find_relatedBusinesses body)
           
 ServiceList find_service(Find_service body)
           
 TModelList find_tModel(Find_tModel body)
           
 BindingDetail get_bindingDetail(Get_bindingDetail body)
           
 BusinessDetail get_businessDetail(Get_businessDetail body)
           
 BusinessDetailExt get_businessDetailExt(Get_businessDetailExt body)
           
 ServiceDetail get_serviceDetail(Get_serviceDetail body)
           
 TModelDetail get_tModelDetail(Get_tModelDetail body)
           
static List getOperationDescByName(String methodName)
          Returns List of OperationDesc objects with this name
static Collection getOperationDescs()
          Returns Collection of OperationDescs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InquireSoapSkeleton

public InquireSoapSkeleton()

InquireSoapSkeleton

public InquireSoapSkeleton(Inquire 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


find_binding

public BindingDetail find_binding(Find_binding body)
                           throws RemoteException,
                                  DispositionReport
Specified by:
find_binding in interface Inquire
Throws:
RemoteException
DispositionReport

find_business

public BusinessList find_business(Find_business body)
                           throws RemoteException,
                                  DispositionReport
Specified by:
find_business in interface Inquire
Throws:
RemoteException
DispositionReport

find_relatedBusinesses

public RelatedBusinessesList find_relatedBusinesses(Find_relatedBusinesses body)
                                             throws RemoteException,
                                                    DispositionReport
Specified by:
find_relatedBusinesses in interface Inquire
Throws:
RemoteException
DispositionReport

find_service

public ServiceList find_service(Find_service body)
                         throws RemoteException,
                                DispositionReport
Specified by:
find_service in interface Inquire
Throws:
RemoteException
DispositionReport

find_tModel

public TModelList find_tModel(Find_tModel body)
                       throws RemoteException,
                              DispositionReport
Specified by:
find_tModel in interface Inquire
Throws:
RemoteException
DispositionReport

get_bindingDetail

public BindingDetail get_bindingDetail(Get_bindingDetail body)
                                throws RemoteException,
                                       DispositionReport
Specified by:
get_bindingDetail in interface Inquire
Throws:
RemoteException
DispositionReport

get_businessDetail

public BusinessDetail get_businessDetail(Get_businessDetail body)
                                  throws RemoteException,
                                         DispositionReport
Specified by:
get_businessDetail in interface Inquire
Throws:
RemoteException
DispositionReport

get_businessDetailExt

public BusinessDetailExt get_businessDetailExt(Get_businessDetailExt body)
                                        throws RemoteException,
                                               DispositionReport
Specified by:
get_businessDetailExt in interface Inquire
Throws:
RemoteException
DispositionReport

get_serviceDetail

public ServiceDetail get_serviceDetail(Get_serviceDetail body)
                                throws RemoteException,
                                       DispositionReport
Specified by:
get_serviceDetail in interface Inquire
Throws:
RemoteException
DispositionReport

get_tModelDetail

public TModelDetail get_tModelDetail(Get_tModelDetail body)
                              throws RemoteException,
                                     DispositionReport
Specified by:
get_tModelDetail in interface Inquire
Throws:
RemoteException
DispositionReport