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 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.