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
 JUDDIApiPortType getJUDDIApiService()
           
abstract  JUDDIApiPortType getJUDDIApiService(String enpointURL)
           
 UDDICustodyTransferPortType getUDDICustodyTransferService()
           
abstract  UDDICustodyTransferPortType getUDDICustodyTransferService(String enpointURL)
           
 UDDIInquiryPortType getUDDIInquiryService()
           
abstract  UDDIInquiryPortType getUDDIInquiryService(String enpointURL)
           
 UDDIPublicationPortType getUDDIPublishService()
           
abstract  UDDIPublicationPortType getUDDIPublishService(String enpointURL)
           
 UDDISecurityPortType getUDDISecurityService()
           
abstract  UDDISecurityPortType getUDDISecurityService(String enpointURL)
           
 UDDISubscriptionListenerPortType getUDDISubscriptionListenerService()
           
abstract  UDDISubscriptionListenerPortType getUDDISubscriptionListenerService(String enpointURL)
           
 UDDISubscriptionPortType getUDDISubscriptionService()
           
abstract  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 UDDIInquiryPortType getUDDIInquiryService(String enpointURL)
                                                   throws TransportException
Throws:
TransportException

getUDDISecurityService

public abstract UDDISecurityPortType getUDDISecurityService(String enpointURL)
                                                     throws TransportException
Throws:
TransportException

getUDDIPublishService

public abstract UDDIPublicationPortType getUDDIPublishService(String enpointURL)
                                                       throws TransportException
Throws:
TransportException

getUDDISubscriptionService

public abstract UDDISubscriptionPortType getUDDISubscriptionService(String enpointURL)
                                                             throws TransportException
Throws:
TransportException

getUDDICustodyTransferService

public abstract UDDICustodyTransferPortType getUDDICustodyTransferService(String enpointURL)
                                                                   throws TransportException
Throws:
TransportException

getUDDISubscriptionListenerService

public abstract UDDISubscriptionListenerPortType getUDDISubscriptionListenerService(String enpointURL)
                                                                             throws TransportException
Throws:
TransportException

getJUDDIApiService

public abstract JUDDIApiPortType getJUDDIApiService(String enpointURL)
                                             throws TransportException
Throws:
TransportException

getUDDIInquiryService

public UDDIInquiryPortType getUDDIInquiryService()
                                          throws TransportException
Throws:
TransportException

getUDDISecurityService

public UDDISecurityPortType getUDDISecurityService()
                                            throws TransportException
Throws:
TransportException

getUDDIPublishService

public UDDIPublicationPortType getUDDIPublishService()
                                              throws TransportException
Throws:
TransportException

getUDDISubscriptionService

public UDDISubscriptionPortType getUDDISubscriptionService()
                                                    throws TransportException
Throws:
TransportException

getUDDISubscriptionListenerService

public UDDISubscriptionListenerPortType getUDDISubscriptionListenerService()
                                                                    throws TransportException
Throws:
TransportException

getUDDICustodyTransferService

public UDDICustodyTransferPortType getUDDICustodyTransferService()
                                                          throws TransportException
Throws:
TransportException

getJUDDIApiService

public JUDDIApiPortType getJUDDIApiService()
                                    throws TransportException
Throws:
TransportException


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