|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis.client.Service
ca.bc.gov.webade.user.provider.capws.v4.UserServicesLocator
| Constructor Summary | |
UserServicesLocator()
Default constructor. |
|
UserServicesLocator(org.apache.axis.EngineConfiguration config)
|
|
UserServicesLocator(java.lang.String address)
|
|
UserServicesLocator(java.lang.String wsdlLoc,
javax.xml.namespace.QName sName)
|
|
| Method Summary | |
java.rmi.Remote |
getPort(java.lang.Class serviceEndpointInterface)
For the given interface, get the stub implementation. |
java.rmi.Remote |
getPort(javax.xml.namespace.QName portName,
java.lang.Class serviceEndpointInterface)
For the given interface, get the stub implementation. |
java.util.Iterator |
getPorts()
|
javax.xml.namespace.QName |
getServiceName()
|
UserServicesSoap |
getUserServicesSoap()
|
UserServicesSoap |
getUserServicesSoap(java.net.URL portAddress)
|
java.lang.String |
getUserServicesSoapAddress()
|
java.lang.String |
getUserServicesSoapWSDDServiceName()
|
void |
setEndpointAddress(javax.xml.namespace.QName portName,
java.lang.String address)
Set the endpoint address for the specified port name. |
void |
setEndpointAddress(java.lang.String portName,
java.lang.String address)
Set the endpoint address for the specified port name. |
void |
setUserServicesSoapEndpointAddress(java.lang.String address)
|
void |
setUserServicesSoapWSDDServiceName(java.lang.String name)
|
| Methods inherited from class org.apache.axis.client.Service |
createCall, createCall, createCall, createCall, getCacheWSDL, getCall, getCalls, getEngine, getHandlerRegistry, getMaintainSession, getPort, getReference, getTypeMappingRegistry, getWSDLDocumentLocation, getWSDLParser, setCacheWSDL, setEngine, setEngineConfiguration, setMaintainSession, setTypeMappingRegistry, setTypeMappingVersion |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.xml.rpc.Service |
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getTypeMappingRegistry, getWSDLDocumentLocation |
| Constructor Detail |
public UserServicesLocator()
public UserServicesLocator(java.lang.String address)
address - The user services soap address.public UserServicesLocator(org.apache.axis.EngineConfiguration config)
config - The engine configuration.
public UserServicesLocator(java.lang.String wsdlLoc,
javax.xml.namespace.QName sName)
throws javax.xml.rpc.ServiceException
wsdlLoc - The WSDL location.sName - The service name.
javax.xml.rpc.ServiceException - Thrown if an error occurs while creating the locator.| Method Detail |
public java.lang.String getUserServicesSoapAddress()
getUserServicesSoapAddress in interface UserServicesUserServices.getUserServicesSoapAddress()public java.lang.String getUserServicesSoapWSDDServiceName()
public void setUserServicesSoapWSDDServiceName(java.lang.String name)
name - The UserServicesSoapWSDDServiceName.
public UserServicesSoap getUserServicesSoap()
throws javax.xml.rpc.ServiceException
getUserServicesSoap in interface UserServicesjavax.xml.rpc.ServiceException - Thrown if an error occurs while loading the UserServicesSoap
object.UserServices.getUserServicesSoap()
public UserServicesSoap getUserServicesSoap(java.net.URL portAddress)
throws javax.xml.rpc.ServiceException
getUserServicesSoap in interface UserServicesportAddress - The port address to use when loading the UserServicesSoap
object.
javax.xml.rpc.ServiceException - Thrown if an error occurs while loading the UserServicesSoap
object.UserServices.getUserServicesSoap(java.net.URL)public void setUserServicesSoapEndpointAddress(java.lang.String address)
address - The endpoint address.
public java.rmi.Remote getPort(java.lang.Class serviceEndpointInterface)
throws javax.xml.rpc.ServiceException
getPort in interface javax.xml.rpc.Servicejavax.xml.rpc.ServiceException
public java.rmi.Remote getPort(javax.xml.namespace.QName portName,
java.lang.Class serviceEndpointInterface)
throws javax.xml.rpc.ServiceException
getPort in interface javax.xml.rpc.Servicejavax.xml.rpc.ServiceExceptionpublic javax.xml.namespace.QName getServiceName()
getServiceName in interface javax.xml.rpc.ServiceService.getServiceName()public java.util.Iterator getPorts()
getPorts in interface javax.xml.rpc.ServiceService.getPorts()
public void setEndpointAddress(java.lang.String portName,
java.lang.String address)
throws javax.xml.rpc.ServiceException
portName - The port name.address - The address.
javax.xml.rpc.ServiceException - Thrown if an error occurs while setting the endpoint address.
public void setEndpointAddress(javax.xml.namespace.QName portName,
java.lang.String address)
throws javax.xml.rpc.ServiceException
portName - The port name.address - The address.
javax.xml.rpc.ServiceException - Thrown if an error occurs while setting the endpoint address.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||