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
TransportException
public abstract UDDISecurityPortType getUDDISecurityService(String enpointURL) throws TransportException
TransportException
public abstract UDDIPublicationPortType getUDDIPublishService(String enpointURL) throws TransportException
TransportException
public abstract UDDISubscriptionPortType getUDDISubscriptionService(String enpointURL) throws TransportException
TransportException
public abstract UDDICustodyTransferPortType getUDDICustodyTransferService(String enpointURL) throws TransportException
TransportException
public abstract UDDISubscriptionListenerPortType getUDDISubscriptionListenerService(String enpointURL) throws TransportException
TransportException
public abstract JUDDIApiPortType getJUDDIApiService(String enpointURL) throws TransportException
TransportException
public UDDIInquiryPortType getUDDIInquiryService() throws TransportException
TransportException
public UDDISecurityPortType getUDDISecurityService() throws TransportException
TransportException
public UDDIPublicationPortType getUDDIPublishService() throws TransportException
TransportException
public UDDISubscriptionPortType getUDDISubscriptionService() throws TransportException
TransportException
public UDDISubscriptionListenerPortType getUDDISubscriptionListenerService() throws TransportException
TransportException
public UDDICustodyTransferPortType getUDDICustodyTransferService() throws TransportException
TransportException
public JUDDIApiPortType getJUDDIApiService() throws TransportException
TransportException
Copyright © 2018 JBoss by Red Hat. All rights reserved.