com.wily.introscope.server.webservicesapi.registration
Interface ConsumerCredentialService

All Superinterfaces:
javax.xml.rpc.Service
All Known Implementing Classes:
ConsumerCredentialServiceLocator

public interface ConsumerCredentialService
extends javax.xml.rpc.Service


Method Summary
 IConsumerRegistrationService getConsumerRegistrationService()
           
 IConsumerRegistrationService getConsumerRegistrationService(java.net.URL portAddress)
           
 java.lang.String getConsumerRegistrationServiceAddress()
           
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getPort, getPort, getPorts, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation
 

Method Detail

getConsumerRegistrationServiceAddress

java.lang.String getConsumerRegistrationServiceAddress()

getConsumerRegistrationService

IConsumerRegistrationService getConsumerRegistrationService()
                                                            throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getConsumerRegistrationService

IConsumerRegistrationService getConsumerRegistrationService(java.net.URL portAddress)
                                                            throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException


Copyright © 2007 CA Inc. All Rights Reserved.