org.apache.juddi.v3.client.transport
Class JAXWSTransport

java.lang.Object
  extended by org.apache.juddi.v3.client.transport.Transport
      extended by org.apache.juddi.v3.client.transport.JAXWSTransport

public class JAXWSTransport
extends Transport


Field Summary
 
Fields inherited from class org.apache.juddi.v3.client.transport.Transport
DEFAULT_NODE_NAME
 
Constructor Summary
JAXWSTransport()
           
JAXWSTransport(String nodeName)
           
JAXWSTransport(String clientName, String nodeName)
           
 
Method Summary
 JUDDIApiPortType getJUDDIApiService(String endpointURL)
          This is a jUDDI specific API
 String getNodeName()
           
 UDDICustodyTransferPortType getUDDICustodyTransferService(String endpointURL)
           
 UDDIInquiryPortType getUDDIInquiryService(String endpointURL)
           
 UDDIPublicationPortType getUDDIPublishService(String endpointURL)
           
 UDDISecurityPortType getUDDISecurityService(String endpointURL)
           
 UDDISubscriptionListenerPortType getUDDISubscriptionListenerService(String endpointURL)
           
 UDDISubscriptionPortType getUDDISubscriptionService(String endpointURL)
           
 void setNodeName(String nodeName)
           
 
Methods inherited from class org.apache.juddi.v3.client.transport.Transport
getJUDDIApiService, getUDDICustodyTransferService, getUDDIInquiryService, getUDDIPublishService, getUDDISecurityService, getUDDISubscriptionListenerService, getUDDISubscriptionService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXWSTransport

public JAXWSTransport()

JAXWSTransport

public JAXWSTransport(String nodeName)

JAXWSTransport

public JAXWSTransport(String clientName,
                      String nodeName)
Method Detail

getUDDIInquiryService

public UDDIInquiryPortType getUDDIInquiryService(String endpointURL)
                                          throws TransportException
Specified by:
getUDDIInquiryService in class Transport
Throws:
TransportException

getUDDISecurityService

public UDDISecurityPortType getUDDISecurityService(String endpointURL)
                                            throws TransportException
Specified by:
getUDDISecurityService in class Transport
Throws:
TransportException

getUDDIPublishService

public UDDIPublicationPortType getUDDIPublishService(String endpointURL)
                                              throws TransportException
Specified by:
getUDDIPublishService in class Transport
Throws:
TransportException

getUDDISubscriptionService

public UDDISubscriptionPortType getUDDISubscriptionService(String endpointURL)
                                                    throws TransportException
Specified by:
getUDDISubscriptionService in class Transport
Throws:
TransportException

getUDDISubscriptionListenerService

public UDDISubscriptionListenerPortType getUDDISubscriptionListenerService(String endpointURL)
                                                                    throws TransportException
Specified by:
getUDDISubscriptionListenerService in class Transport
Throws:
TransportException

getUDDICustodyTransferService

public UDDICustodyTransferPortType getUDDICustodyTransferService(String endpointURL)
                                                          throws TransportException
Specified by:
getUDDICustodyTransferService in class Transport
Throws:
TransportException

getJUDDIApiService

public JUDDIApiPortType getJUDDIApiService(String endpointURL)
                                    throws TransportException
This is a jUDDI specific API

Specified by:
getJUDDIApiService in class Transport
Throws:
TransportException

getNodeName

public String getNodeName()

setNodeName

public void setNodeName(String nodeName)


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.