org.apache.juddi.api.impl
Class UDDIInquiryImpl

java.lang.Object
  extended by org.apache.juddi.api.impl.AuthenticatedService
      extended by org.apache.juddi.api.impl.UDDIInquiryImpl
All Implemented Interfaces:
java.rmi.Remote, UDDIInquiryPortType

public class UDDIInquiryImpl
extends AuthenticatedService
implements UDDIInquiryPortType

Author:
Jeff Faath

Field Summary
 
Fields inherited from class org.apache.juddi.api.impl.AuthenticatedService
AUTHTOKEN_ACTIVE, AUTHTOKEN_RETIRED
 
Constructor Summary
UDDIInquiryImpl()
           
 
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 org.apache.juddi.api.impl.AuthenticatedService
getEntityPublisher
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDDIInquiryImpl

public UDDIInquiryImpl()
Method Detail

findBinding

public BindingDetail findBinding(FindBinding body)
                          throws DispositionReportFaultMessage
Specified by:
findBinding in interface UDDIInquiryPortType
Throws:
DispositionReportFaultMessage

findBusiness

public BusinessList findBusiness(FindBusiness body)
                          throws DispositionReportFaultMessage
Specified by:
findBusiness in interface UDDIInquiryPortType
Throws:
DispositionReportFaultMessage

findRelatedBusinesses

public RelatedBusinessesList findRelatedBusinesses(FindRelatedBusinesses body)
                                            throws DispositionReportFaultMessage
Specified by:
findRelatedBusinesses in interface UDDIInquiryPortType
Throws:
DispositionReportFaultMessage

findService

public ServiceList findService(FindService body)
                        throws DispositionReportFaultMessage
Specified by:
findService in interface UDDIInquiryPortType
Throws:
DispositionReportFaultMessage

findTModel

public TModelList findTModel(FindTModel body)
                      throws DispositionReportFaultMessage
Specified by:
findTModel in interface UDDIInquiryPortType
Throws:
DispositionReportFaultMessage

getBindingDetail

public BindingDetail getBindingDetail(GetBindingDetail body)
                               throws DispositionReportFaultMessage
Specified by:
getBindingDetail in interface UDDIInquiryPortType
Throws:
DispositionReportFaultMessage

getBusinessDetail

public BusinessDetail getBusinessDetail(GetBusinessDetail body)
                                 throws DispositionReportFaultMessage
Specified by:
getBusinessDetail in interface UDDIInquiryPortType
Throws:
DispositionReportFaultMessage

getOperationalInfo

public OperationalInfos getOperationalInfo(GetOperationalInfo body)
                                    throws DispositionReportFaultMessage
Specified by:
getOperationalInfo in interface UDDIInquiryPortType
Throws:
DispositionReportFaultMessage

getServiceDetail

public ServiceDetail getServiceDetail(GetServiceDetail body)
                               throws DispositionReportFaultMessage
Specified by:
getServiceDetail in interface UDDIInquiryPortType
Throws:
DispositionReportFaultMessage

getTModelDetail

public TModelDetail getTModelDetail(GetTModelDetail body)
                             throws DispositionReportFaultMessage
Specified by:
getTModelDetail in interface UDDIInquiryPortType
Throws:
DispositionReportFaultMessage


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.