ca.bc.gov.webade.user.provider.capws.v4
Interface UserServices

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

public interface UserServices
extends javax.xml.rpc.Service

Author:
jross

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

Method Detail

getUserServicesSoapAddress

public java.lang.String getUserServicesSoapAddress()
Returns:
The UserServicesSoapAddress.

getUserServicesSoap

public UserServicesSoap getUserServicesSoap()
                                     throws javax.xml.rpc.ServiceException
Returns:
The UserServicesSoap object.
Throws:
javax.xml.rpc.ServiceException - Thrown if an error occurs while loading the UserServicesSoap object.

getUserServicesSoap

public UserServicesSoap getUserServicesSoap(java.net.URL portAddress)
                                     throws javax.xml.rpc.ServiceException
Parameters:
portAddress - The port address to use when loading the UserServicesSoap object.
Returns:
The UserServicesSoap object using the given port address.
Throws:
javax.xml.rpc.ServiceException - Thrown if an error occurs while loading the UserServicesSoap object.