org.xmlsoap.schemas.ws._2004._09.enumeration.service
Interface EnumerationService

All Superinterfaces:
javax.xml.rpc.Service
All Known Subinterfaces:
EnumerationServiceAddressing
All Known Implementing Classes:
EnumerationServiceAddressingLocator, EnumerationServiceLocator

public interface EnumerationService
extends javax.xml.rpc.Service


Method Summary
 DataSource getDataSourcePort()
           
 DataSource getDataSourcePort(java.net.URL portAddress)
           
 java.lang.String getDataSourcePortAddress()
           
 DataSourceStart getDataSourceStartPort()
           
 DataSourceStart getDataSourceStartPort(java.net.URL portAddress)
           
 java.lang.String getDataSourceStartPortAddress()
           
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getPort, getPort, getPorts, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation
 

Method Detail

getDataSourcePortAddress

public java.lang.String getDataSourcePortAddress()

getDataSourcePort

public DataSource getDataSourcePort()
                             throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getDataSourcePort

public DataSource getDataSourcePort(java.net.URL portAddress)
                             throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getDataSourceStartPortAddress

public java.lang.String getDataSourceStartPortAddress()

getDataSourceStartPort

public DataSourceStart getDataSourceStartPort()
                                       throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getDataSourceStartPort

public DataSourceStart getDataSourceStartPort(java.net.URL portAddress)
                                       throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException