org.apache.juddi.rmi
Class UDDIInquiryService
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
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
Fields inherited from class java.rmi.server.RemoteObject |
ref |
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 |
UDDIInquiryService
protected UDDIInquiryService()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
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.