public abstract class Transport extends Object
JAXWSTransport,
InVMTransport| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_NODE_NAME |
| Constructor and Description |
|---|
Transport() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.juddi.v3_service.JUDDIApiPortType |
getJUDDIApiService() |
abstract org.apache.juddi.v3_service.JUDDIApiPortType |
getJUDDIApiService(String endpointURL) |
org.uddi.v3_service.UDDICustodyTransferPortType |
getUDDICustodyTransferService() |
abstract org.uddi.v3_service.UDDICustodyTransferPortType |
getUDDICustodyTransferService(String endpointURL) |
org.uddi.v3_service.UDDIInquiryPortType |
getUDDIInquiryService() |
abstract org.uddi.v3_service.UDDIInquiryPortType |
getUDDIInquiryService(String endpointURL) |
org.uddi.v3_service.UDDIPublicationPortType |
getUDDIPublishService() |
abstract org.uddi.v3_service.UDDIPublicationPortType |
getUDDIPublishService(String endpointURL) |
org.uddi.v3_service.UDDISecurityPortType |
getUDDISecurityService() |
abstract org.uddi.v3_service.UDDISecurityPortType |
getUDDISecurityService(String endpointURL) |
org.uddi.v3_service.UDDISubscriptionListenerPortType |
getUDDISubscriptionListenerService() |
abstract org.uddi.v3_service.UDDISubscriptionListenerPortType |
getUDDISubscriptionListenerService(String endpointURL) |
org.uddi.v3_service.UDDISubscriptionPortType |
getUDDISubscriptionService() |
abstract org.uddi.v3_service.UDDISubscriptionPortType |
getUDDISubscriptionService(String endpointURL) |
public static final String DEFAULT_NODE_NAME
public abstract org.uddi.v3_service.UDDIInquiryPortType getUDDIInquiryService(String endpointURL) throws TransportException
TransportExceptionpublic abstract org.uddi.v3_service.UDDISecurityPortType getUDDISecurityService(String endpointURL) throws TransportException
TransportExceptionpublic abstract org.uddi.v3_service.UDDIPublicationPortType getUDDIPublishService(String endpointURL) throws TransportException
TransportExceptionpublic abstract org.uddi.v3_service.UDDISubscriptionPortType getUDDISubscriptionService(String endpointURL) throws TransportException
TransportExceptionpublic abstract org.uddi.v3_service.UDDICustodyTransferPortType getUDDICustodyTransferService(String endpointURL) throws TransportException
TransportExceptionpublic abstract org.uddi.v3_service.UDDISubscriptionListenerPortType getUDDISubscriptionListenerService(String endpointURL) throws TransportException
TransportExceptionpublic abstract org.apache.juddi.v3_service.JUDDIApiPortType getJUDDIApiService(String endpointURL) throws TransportException
TransportExceptionpublic org.uddi.v3_service.UDDIInquiryPortType getUDDIInquiryService()
throws TransportException
TransportExceptionpublic org.uddi.v3_service.UDDISecurityPortType getUDDISecurityService()
throws TransportException
TransportExceptionpublic org.uddi.v3_service.UDDIPublicationPortType getUDDIPublishService()
throws TransportException
TransportExceptionpublic org.uddi.v3_service.UDDISubscriptionPortType getUDDISubscriptionService()
throws TransportException
TransportExceptionpublic org.uddi.v3_service.UDDISubscriptionListenerPortType getUDDISubscriptionListenerService()
throws TransportException
TransportExceptionpublic org.uddi.v3_service.UDDICustodyTransferPortType getUDDICustodyTransferService()
throws TransportException
TransportExceptionpublic org.apache.juddi.v3_service.JUDDIApiPortType getJUDDIApiService()
throws TransportException
TransportExceptionCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.