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:
- Serializable, Remote, UDDIInquiryPortType
public class UDDIInquiryService
- extends UnicastRemoteObject
- implements UDDIInquiryPortType
UDDIInquiryPortType wrapper so it can be exposed as a service over RMI.
- Author:
- Kurt T Stam
- See Also:
- Serialized Form
UDDIInquiryService
protected UDDIInquiryService(int port)
throws RemoteException
- Throws:
RemoteException
findBinding
public BindingDetail findBinding(FindBinding body)
throws RemoteException
- Specified by:
findBinding in interface UDDIInquiryPortType
- Returns:
- returns org.uddi.api_v3.BindingDetail
- Throws:
RemoteException
findBusiness
public BusinessList findBusiness(FindBusiness body)
throws RemoteException
- Specified by:
findBusiness in interface UDDIInquiryPortType
- Returns:
- returns org.uddi.api_v3.BusinessList
- Throws:
RemoteException
findRelatedBusinesses
public RelatedBusinessesList findRelatedBusinesses(FindRelatedBusinesses body)
throws RemoteException
- Specified by:
findRelatedBusinesses in interface UDDIInquiryPortType
- Returns:
- returns org.uddi.api_v3.RelatedBusinessesList
- Throws:
RemoteException
findService
public ServiceList findService(FindService body)
throws RemoteException
- Specified by:
findService in interface UDDIInquiryPortType
- Returns:
- returns org.uddi.api_v3.ServiceList
- Throws:
RemoteException
findTModel
public TModelList findTModel(FindTModel body)
throws RemoteException
- Specified by:
findTModel in interface UDDIInquiryPortType
- Returns:
- returns org.uddi.api_v3.TModelList
- Throws:
RemoteException
getBindingDetail
public BindingDetail getBindingDetail(GetBindingDetail body)
throws RemoteException
- Specified by:
getBindingDetail in interface UDDIInquiryPortType
- Returns:
- returns org.uddi.api_v3.BindingDetail
- Throws:
RemoteException
getBusinessDetail
public BusinessDetail getBusinessDetail(GetBusinessDetail body)
throws RemoteException
- Specified by:
getBusinessDetail in interface UDDIInquiryPortType
- Returns:
- returns org.uddi.api_v3.BusinessDetail
- Throws:
RemoteException
getOperationalInfo
public OperationalInfos getOperationalInfo(GetOperationalInfo body)
throws RemoteException
- Specified by:
getOperationalInfo in interface UDDIInquiryPortType
- Returns:
- returns org.uddi.api_v3.OperationalInfos
- Throws:
RemoteException
getServiceDetail
public ServiceDetail getServiceDetail(GetServiceDetail body)
throws RemoteException
- Specified by:
getServiceDetail in interface UDDIInquiryPortType
- Returns:
- returns org.uddi.api_v3.ServiceDetail
- Throws:
RemoteException
getTModelDetail
public TModelDetail getTModelDetail(GetTModelDetail body)
throws RemoteException
- Specified by:
getTModelDetail in interface UDDIInquiryPortType
- Returns:
- returns org.uddi.api_v3.TModelDetail
- Throws:
RemoteException
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.