public abstract class Transport extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_NODE_NAME |
| Constructor and Description |
|---|
Transport() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static final String DEFAULT_NODE_NAME
public abstract UDDIInquiryPortType getUDDIInquiryService(String enpointURL) throws TransportException
TransportExceptionpublic abstract UDDISecurityPortType getUDDISecurityService(String enpointURL) throws TransportException
TransportExceptionpublic abstract UDDIPublicationPortType getUDDIPublishService(String enpointURL) throws TransportException
TransportExceptionpublic abstract UDDISubscriptionPortType getUDDISubscriptionService(String enpointURL) throws TransportException
TransportExceptionpublic abstract UDDICustodyTransferPortType getUDDICustodyTransferService(String enpointURL) throws TransportException
TransportExceptionpublic abstract UDDISubscriptionListenerPortType getUDDISubscriptionListenerService(String enpointURL) throws TransportException
TransportExceptionpublic abstract JUDDIApiPortType getJUDDIApiService(String enpointURL) throws TransportException
TransportExceptionpublic UDDIInquiryPortType getUDDIInquiryService() throws TransportException
TransportExceptionpublic UDDISecurityPortType getUDDISecurityService() throws TransportException
TransportExceptionpublic UDDIPublicationPortType getUDDIPublishService() throws TransportException
TransportExceptionpublic UDDISubscriptionPortType getUDDISubscriptionService() throws TransportException
TransportExceptionpublic UDDISubscriptionListenerPortType getUDDISubscriptionListenerService() throws TransportException
TransportExceptionpublic UDDICustodyTransferPortType getUDDICustodyTransferService() throws TransportException
TransportExceptionpublic JUDDIApiPortType getJUDDIApiService() throws TransportException
TransportExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.