org.ow2.dragon.service.uddi.v3.impl
Class UDDIInquiryImpl

java.lang.Object
  extended by org.ow2.dragon.service.uddi.v3.impl.UDDIInquiryImpl
All Implemented Interfaces:
UDDIInquiryPortType

@Transactional(readOnly=true)
public class UDDIInquiryImpl
extends java.lang.Object
implements UDDIInquiryPortType

Author:
ofabre - ebmwebsourcing

Constructor Summary
UDDIInquiryImpl(org.ow2.dragon.persistence.dao.UniversalUnifiedDAO universalUnifiedDAO, org.apache.cxf.jaxws.context.WebServiceContextImpl webServiceContext)
           
 
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.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDDIInquiryImpl

public UDDIInquiryImpl(org.ow2.dragon.persistence.dao.UniversalUnifiedDAO universalUnifiedDAO,
                       org.apache.cxf.jaxws.context.WebServiceContextImpl webServiceContext)
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 © 2008-2010 eBMWebsourcing. All Rights Reserved.