org.apache.juddi.rmi
Class UDDIInquiryService

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
          extended by java.rmi.server.UnicastRemoteObject
              extended by org.apache.juddi.rmi.UDDIInquiryService
All Implemented Interfaces:
java.io.Serializable, java.rmi.Remote, UDDIInquiryPortType

public class UDDIInquiryService
extends java.rmi.server.UnicastRemoteObject
implements UDDIInquiryPortType

UDDIInquiryPortType wrapper so it can be exposed as a service over RMI.

Author:
Kurt T Stam
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
protected UDDIInquiryService()
           
 
Method Summary
 BindingDetail findBinding(FindBinding body)
           
 BusinessList findBusiness(FindBusiness body)
           
 RelatedBusinessesList findRelatedBusinesses(FindRelatedBusinesses body)
           
 ServiceList findService(FindService body)
           
 TModelList findTModel(FindTModel body)
           
 BindingDetail getBindingDetail(GetBindingDetail body)
           
 BusinessDetail getBusinessDetail(GetBusinessDetail body)
           
 OperationalInfos getOperationalInfo(GetOperationalInfo body)
           
 ServiceDetail getServiceDetail(GetServiceDetail body)
           
 TModelDetail getTModelDetail(GetTModelDetail body)
           
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UDDIInquiryService

protected UDDIInquiryService()
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
Method Detail

findBinding

public BindingDetail findBinding(FindBinding body)
                          throws java.rmi.RemoteException
Specified by:
findBinding in interface UDDIInquiryPortType
Throws:
java.rmi.RemoteException

findBusiness

public BusinessList findBusiness(FindBusiness body)
                          throws java.rmi.RemoteException
Specified by:
findBusiness in interface UDDIInquiryPortType
Throws:
java.rmi.RemoteException

findRelatedBusinesses

public RelatedBusinessesList findRelatedBusinesses(FindRelatedBusinesses body)
                                            throws java.rmi.RemoteException
Specified by:
findRelatedBusinesses in interface UDDIInquiryPortType
Throws:
java.rmi.RemoteException

findService

public ServiceList findService(FindService body)
                        throws java.rmi.RemoteException
Specified by:
findService in interface UDDIInquiryPortType
Throws:
java.rmi.RemoteException

findTModel

public TModelList findTModel(FindTModel body)
                      throws java.rmi.RemoteException
Specified by:
findTModel in interface UDDIInquiryPortType
Throws:
java.rmi.RemoteException

getBindingDetail

public BindingDetail getBindingDetail(GetBindingDetail body)
                               throws java.rmi.RemoteException
Specified by:
getBindingDetail in interface UDDIInquiryPortType
Throws:
java.rmi.RemoteException

getBusinessDetail

public BusinessDetail getBusinessDetail(GetBusinessDetail body)
                                 throws java.rmi.RemoteException
Specified by:
getBusinessDetail in interface UDDIInquiryPortType
Throws:
java.rmi.RemoteException

getOperationalInfo

public OperationalInfos getOperationalInfo(GetOperationalInfo body)
                                    throws java.rmi.RemoteException
Specified by:
getOperationalInfo in interface UDDIInquiryPortType
Throws:
java.rmi.RemoteException

getServiceDetail

public ServiceDetail getServiceDetail(GetServiceDetail body)
                               throws java.rmi.RemoteException
Specified by:
getServiceDetail in interface UDDIInquiryPortType
Throws:
java.rmi.RemoteException

getTModelDetail

public TModelDetail getTModelDetail(GetTModelDetail body)
                             throws java.rmi.RemoteException
Specified by:
getTModelDetail in interface UDDIInquiryPortType
Throws:
java.rmi.RemoteException


Copyright © 2004-2010. All Rights Reserved.