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

java.lang.Object
  extended byorg.apache.axis.client.Stub
      extended byuk.ac.soton.ecs.grimoires.server.impl.uddiv2.inquiry.InquireSoapStub
All Implemented Interfaces:
Inquire, Remote, javax.xml.rpc.Stub

public class InquireSoapStub
extends org.apache.axis.client.Stub
implements Inquire


Field Summary
 
Fields inherited from class org.apache.axis.client.Stub
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
InquireSoapStub()
           
InquireSoapStub(javax.xml.rpc.Service service)
           
InquireSoapStub(URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
protected  org.apache.axis.client.Call createCall()
           
 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)
           
 
Methods inherited from class org.apache.axis.client.Stub
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InquireSoapStub

public InquireSoapStub()
                throws org.apache.axis.AxisFault

InquireSoapStub

public InquireSoapStub(URL endpointURL,
                       javax.xml.rpc.Service service)
                throws org.apache.axis.AxisFault

InquireSoapStub

public InquireSoapStub(javax.xml.rpc.Service service)
                throws org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws RemoteException
Throws:
RemoteException

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