Uses of Class
org.apache.juddi.v3.client.transport.TransportException

Packages that use TransportException
org.apache.juddi.v3.client.config   
org.apache.juddi.v3.client.mapping   
org.apache.juddi.v3.client.transport   
 

Uses of TransportException in org.apache.juddi.v3.client.config
 

Methods in org.apache.juddi.v3.client.config that throw TransportException
 org.uddi.api_v3.BusinessEntity UDDIClerk.findBusiness(String businessKey)
           
 org.uddi.api_v3.BusinessEntity UDDIClerk.findBusiness(String businessKey, org.apache.juddi.api_v3.Node node)
          Looks up the BusinessEntiry in the registry, will return null if is not found.
 org.uddi.api_v3.RelatedBusinessesList UDDIClerk.findRelatedBusinesses(String businessKey, org.apache.juddi.api_v3.Node node)
          Looks up the BusinessEntiry in the registry, will return null if is not found.
 org.uddi.api_v3.BusinessService UDDIClerk.findService(String serviceKey)
           
 org.uddi.api_v3.BusinessService UDDIClerk.findService(String serviceKey, org.apache.juddi.api_v3.Node node)
           
 org.uddi.api_v3.BindingTemplate UDDIClerk.findServiceBinding(String bindingKey)
           
 org.uddi.api_v3.BindingTemplate UDDIClerk.findServiceBinding(String bindingKey, org.apache.juddi.api_v3.Node node)
           
 org.uddi.api_v3.TModelList UDDIClerk.findTModel(org.uddi.api_v3.FindTModel findTModel)
           
 org.uddi.api_v3.TModelList UDDIClerk.findTModel(org.uddi.api_v3.FindTModel findTModel, org.apache.juddi.api_v3.Node node)
           
 org.uddi.api_v3.TModelDetail UDDIClerk.getTModelDetail(org.uddi.api_v3.GetTModelDetail getTModelDetail)
           
 org.uddi.api_v3.TModelDetail UDDIClerk.getTModelDetail(org.uddi.api_v3.GetTModelDetail getTModelDetail, org.apache.juddi.api_v3.Node node)
           
 org.uddi.api_v3.TModelDetail UDDIClerk.getTModelDetail(String tModelKey)
           
 Transport UDDINode.getTransport()
           
 

Uses of TransportException in org.apache.juddi.v3.client.mapping
 

Methods in org.apache.juddi.v3.client.mapping that throw TransportException
 org.uddi.api_v3.BusinessService BPEL2UDDI.lookupService(String serviceKey)
          Perform a lookup by serviceKey, and will return null if not found.
 org.uddi.api_v3.BindingTemplate BPEL2UDDI.register(QName serviceName, String portName, URL serviceUrl, javax.wsdl.Definition wsdlDefinition)
          1.
 ServiceRegistrationResponse WSDL2UDDI.registerBusinessService(QName serviceQName, String portName, URL serviceUrl, javax.wsdl.Definition wsdlDefinition)
           
 org.uddi.api_v3.BusinessServices WSDL2UDDI.registerBusinessServices(javax.wsdl.Definition wsdlDefinition)
           
 void UDDIServiceCache.shutdown()
           
 void ServiceLocator.shutdown()
           
 String BPEL2UDDI.unRegister(QName serviceName, String portName, URL serviceUrl)
           
 String WSDL2UDDI.unRegisterBusinessService(QName serviceName, String portName, URL serviceUrl)
           
 String[] WSDL2UDDI.unRegisterBusinessServices(javax.wsdl.Definition wsdlDefinition)
           
 

Constructors in org.apache.juddi.v3.client.mapping that throw TransportException
ServiceLocator(UDDIClerk clerk, URLLocalizer urlLocalizer, Properties properties)
           
UDDIServiceCache(UDDIClerk clerk, URLLocalizer urlLocalizer, Properties properties)
           
 

Uses of TransportException in org.apache.juddi.v3.client.transport
 

Methods in org.apache.juddi.v3.client.transport that throw TransportException
 org.apache.juddi.v3_service.JUDDIApiPortType Transport.getJUDDIApiService()
           
abstract  org.apache.juddi.v3_service.JUDDIApiPortType Transport.getJUDDIApiService(String enpointURL)
           
 org.apache.juddi.v3_service.JUDDIApiPortType RMITransport.getJUDDIApiService(String endpointURL)
           
 org.apache.juddi.v3_service.JUDDIApiPortType JAXWSTransport.getJUDDIApiService(String endpointURL)
          This is a jUDDI specific API
 org.apache.juddi.v3_service.JUDDIApiPortType InVMTransport.getJUDDIApiService(String endpointURL)
           
 org.uddi.v3_service.UDDICustodyTransferPortType Transport.getUDDICustodyTransferService()
           
abstract  org.uddi.v3_service.UDDICustodyTransferPortType Transport.getUDDICustodyTransferService(String enpointURL)
           
 org.uddi.v3_service.UDDICustodyTransferPortType RMITransport.getUDDICustodyTransferService(String endpointURL)
           
 org.uddi.v3_service.UDDICustodyTransferPortType JAXWSTransport.getUDDICustodyTransferService(String endpointURL)
           
 org.uddi.v3_service.UDDICustodyTransferPortType InVMTransport.getUDDICustodyTransferService(String endpointURL)
           
 org.uddi.v3_service.UDDIInquiryPortType Transport.getUDDIInquiryService()
           
abstract  org.uddi.v3_service.UDDIInquiryPortType Transport.getUDDIInquiryService(String enpointURL)
           
 org.uddi.v3_service.UDDIInquiryPortType RMITransport.getUDDIInquiryService(String endpointURL)
           
 org.uddi.v3_service.UDDIInquiryPortType JAXWSTransport.getUDDIInquiryService(String endpointURL)
           
 org.uddi.v3_service.UDDIInquiryPortType InVMTransport.getUDDIInquiryService(String endpointURL)
           
 org.uddi.v3_service.UDDIPublicationPortType Transport.getUDDIPublishService()
           
abstract  org.uddi.v3_service.UDDIPublicationPortType Transport.getUDDIPublishService(String enpointURL)
           
 org.uddi.v3_service.UDDIPublicationPortType RMITransport.getUDDIPublishService(String endpointURL)
           
 org.uddi.v3_service.UDDIPublicationPortType JAXWSTransport.getUDDIPublishService(String endpointURL)
           
 org.uddi.v3_service.UDDIPublicationPortType InVMTransport.getUDDIPublishService(String endpointURL)
           
 org.uddi.v3_service.UDDISecurityPortType Transport.getUDDISecurityService()
           
abstract  org.uddi.v3_service.UDDISecurityPortType Transport.getUDDISecurityService(String enpointURL)
           
 org.uddi.v3_service.UDDISecurityPortType RMITransport.getUDDISecurityService(String endpointURL)
           
 org.uddi.v3_service.UDDISecurityPortType JAXWSTransport.getUDDISecurityService(String endpointURL)
           
 org.uddi.v3_service.UDDISecurityPortType InVMTransport.getUDDISecurityService(String endpointURL)
           
 org.uddi.v3_service.UDDISubscriptionListenerPortType Transport.getUDDISubscriptionListenerService()
           
abstract  org.uddi.v3_service.UDDISubscriptionListenerPortType Transport.getUDDISubscriptionListenerService(String enpointURL)
           
 org.uddi.v3_service.UDDISubscriptionListenerPortType RMITransport.getUDDISubscriptionListenerService(String endpointURL)
           
 org.uddi.v3_service.UDDISubscriptionListenerPortType JAXWSTransport.getUDDISubscriptionListenerService(String endpointURL)
           
 org.uddi.v3_service.UDDISubscriptionListenerPortType InVMTransport.getUDDISubscriptionListenerService(String endpointURL)
           
 org.uddi.v3_service.UDDISubscriptionPortType Transport.getUDDISubscriptionService()
           
abstract  org.uddi.v3_service.UDDISubscriptionPortType Transport.getUDDISubscriptionService(String enpointURL)
           
 org.uddi.v3_service.UDDISubscriptionPortType RMITransport.getUDDISubscriptionService(String endpointURL)
           
 org.uddi.v3_service.UDDISubscriptionPortType JAXWSTransport.getUDDISubscriptionService(String endpointURL)
           
 org.uddi.v3_service.UDDISubscriptionPortType InVMTransport.getUDDISubscriptionService(String endpointURL)
           
 



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