org.apache.juddi.v3.client.transport
Class Transport
java.lang.Object
org.apache.juddi.v3.client.transport.Transport
- Direct Known Subclasses:
- InVMTransport, JAXWSTransport, RMITransport
public abstract class Transport
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_NODE_NAME
public static final String DEFAULT_NODE_NAME
- See Also:
- Constant Field Values
Transport
public Transport()
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.