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

java.lang.Object
  extended by org.apache.juddi.v3.client.transport.Transport
Direct Known Subclasses:
InVMTransport, JAXWSTransport, RMITransport

public abstract class Transport
extends Object


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

Field Detail

DEFAULT_NODE_NAME

public static final String DEFAULT_NODE_NAME
See Also:
Constant Field Values
Constructor Detail

Transport

public Transport()
Method Detail

getUDDIInquiryService

public abstract org.uddi.v3_service.UDDIInquiryPortType getUDDIInquiryService(String enpointURL)
                                                                       throws TransportException
Throws:
TransportException

getUDDISecurityService

public abstract org.uddi.v3_service.UDDISecurityPortType getUDDISecurityService(String enpointURL)
                                                                         throws TransportException
Throws:
TransportException

getUDDIPublishService

public abstract org.uddi.v3_service.UDDIPublicationPortType getUDDIPublishService(String enpointURL)
                                                                           throws TransportException
Throws:
TransportException

getUDDISubscriptionService

public abstract org.uddi.v3_service.UDDISubscriptionPortType getUDDISubscriptionService(String enpointURL)
                                                                                 throws TransportException
Throws:
TransportException

getUDDICustodyTransferService

public abstract org.uddi.v3_service.UDDICustodyTransferPortType getUDDICustodyTransferService(String enpointURL)
                                                                                       throws TransportException
Throws:
TransportException

getUDDISubscriptionListenerService

public abstract org.uddi.v3_service.UDDISubscriptionListenerPortType getUDDISubscriptionListenerService(String enpointURL)
                                                                                                 throws TransportException
Throws:
TransportException

getJUDDIApiService

public abstract org.apache.juddi.v3_service.JUDDIApiPortType getJUDDIApiService(String enpointURL)
                                                                         throws TransportException
Throws:
TransportException

getUDDIInquiryService

public org.uddi.v3_service.UDDIInquiryPortType getUDDIInquiryService()
                                                              throws TransportException
Throws:
TransportException

getUDDISecurityService

public org.uddi.v3_service.UDDISecurityPortType getUDDISecurityService()
                                                                throws TransportException
Throws:
TransportException

getUDDIPublishService

public org.uddi.v3_service.UDDIPublicationPortType getUDDIPublishService()
                                                                  throws TransportException
Throws:
TransportException

getUDDISubscriptionService

public org.uddi.v3_service.UDDISubscriptionPortType getUDDISubscriptionService()
                                                                        throws TransportException
Throws:
TransportException

getUDDISubscriptionListenerService

public org.uddi.v3_service.UDDISubscriptionListenerPortType getUDDISubscriptionListenerService()
                                                                                        throws TransportException
Throws:
TransportException

getUDDICustodyTransferService

public org.uddi.v3_service.UDDICustodyTransferPortType getUDDICustodyTransferService()
                                                                              throws TransportException
Throws:
TransportException

getJUDDIApiService

public org.apache.juddi.v3_service.JUDDIApiPortType getJUDDIApiService()
                                                                throws TransportException
Throws:
TransportException


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