public abstract class Transport extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_NODE_NAME |
Constructor and Description |
---|
Transport() |
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 © 2004–2014 The Apache Software Foundation. All rights reserved.