org.apache.juddi.v3.client.transport
Class RMITransport

java.lang.Object
  extended by org.apache.juddi.v3.client.transport.Transport
      extended by org.apache.juddi.v3.client.transport.RMITransport

public class RMITransport
extends Transport


Field Summary
 
Fields inherited from class org.apache.juddi.v3.client.transport.Transport
DEFAULT_NODE_NAME
 
Constructor Summary
RMITransport()
           
RMITransport(String nodeName)
           
RMITransport(String clientName, String nodeName)
           
 
Method Summary
 org.apache.juddi.v3_service.JUDDIApiPortType getJUDDIApiService(String endpointURL)
           
 org.uddi.v3_service.UDDICustodyTransferPortType getUDDICustodyTransferService(String endpointURL)
           
 org.uddi.v3_service.UDDIInquiryPortType getUDDIInquiryService(String endpointURL)
           
 org.uddi.v3_service.UDDIPublicationPortType getUDDIPublishService(String endpointURL)
           
 org.uddi.v3_service.UDDISecurityPortType getUDDISecurityService(String endpointURL)
           
 org.uddi.v3_service.UDDISubscriptionListenerPortType getUDDISubscriptionListenerService(String endpointURL)
           
 org.uddi.v3_service.UDDISubscriptionPortType getUDDISubscriptionService(String endpointURL)
           
 
Methods inherited from class org.apache.juddi.v3.client.transport.Transport
getJUDDIApiService, getUDDICustodyTransferService, getUDDIInquiryService, getUDDIPublishService, getUDDISecurityService, getUDDISubscriptionListenerService, getUDDISubscriptionService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMITransport

public RMITransport()

RMITransport

public RMITransport(String nodeName)
             throws NamingException,
                    org.apache.commons.configuration.ConfigurationException
Throws:
NamingException
org.apache.commons.configuration.ConfigurationException

RMITransport

public RMITransport(String clientName,
                    String nodeName)
             throws NamingException,
                    org.apache.commons.configuration.ConfigurationException
Throws:
NamingException
org.apache.commons.configuration.ConfigurationException
Method Detail

getUDDIInquiryService

public org.uddi.v3_service.UDDIInquiryPortType getUDDIInquiryService(String endpointURL)
                                                              throws TransportException
Specified by:
getUDDIInquiryService in class Transport
Throws:
TransportException

getUDDISecurityService

public org.uddi.v3_service.UDDISecurityPortType getUDDISecurityService(String endpointURL)
                                                                throws TransportException
Specified by:
getUDDISecurityService in class Transport
Throws:
TransportException

getUDDIPublishService

public org.uddi.v3_service.UDDIPublicationPortType getUDDIPublishService(String endpointURL)
                                                                  throws TransportException
Specified by:
getUDDIPublishService in class Transport
Throws:
TransportException

getUDDISubscriptionService

public org.uddi.v3_service.UDDISubscriptionPortType getUDDISubscriptionService(String endpointURL)
                                                                        throws TransportException
Specified by:
getUDDISubscriptionService in class Transport
Throws:
TransportException

getUDDISubscriptionListenerService

public org.uddi.v3_service.UDDISubscriptionListenerPortType getUDDISubscriptionListenerService(String endpointURL)
                                                                                        throws TransportException
Specified by:
getUDDISubscriptionListenerService in class Transport
Throws:
TransportException

getUDDICustodyTransferService

public org.uddi.v3_service.UDDICustodyTransferPortType getUDDICustodyTransferService(String endpointURL)
                                                                              throws TransportException
Specified by:
getUDDICustodyTransferService in class Transport
Throws:
TransportException

getJUDDIApiService

public org.apache.juddi.v3_service.JUDDIApiPortType getJUDDIApiService(String endpointURL)
                                                                throws TransportException
Specified by:
getJUDDIApiService in class Transport
Throws:
TransportException


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