|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.client.Service
org.jasig.portal.wsrp.wsdl.WSRPServiceLocator
Constructor Summary | |
WSRPServiceLocator()
Deprecated. |
Method Summary | |
java.rmi.Remote |
getPort(java.lang.Class serviceEndpointInterface)
Deprecated. For the given interface, get the stub implementation. |
java.rmi.Remote |
getPort(javax.xml.namespace.QName portName,
java.lang.Class serviceEndpointInterface)
Deprecated. For the given interface, get the stub implementation. |
java.util.Iterator |
getPorts()
Deprecated. |
javax.xml.namespace.QName |
getServiceName()
Deprecated. |
WSRP_v1_Markup_PortType |
getWSRPBaseService()
Deprecated. |
WSRP_v1_Markup_PortType |
getWSRPBaseService(java.net.URL portAddress)
Deprecated. |
java.lang.String |
getWSRPBaseServiceAddress()
Deprecated. |
java.lang.String |
getWSRPBaseServiceWSDDServiceName()
Deprecated. |
WSRP_v1_PortletManagement_PortType |
getWSRPPortletManagementService()
Deprecated. |
WSRP_v1_PortletManagement_PortType |
getWSRPPortletManagementService(java.net.URL portAddress)
Deprecated. |
java.lang.String |
getWSRPPortletManagementServiceAddress()
Deprecated. |
java.lang.String |
getWSRPPortletManagementServiceWSDDServiceName()
Deprecated. |
WSRP_v1_Registration_PortType |
getWSRPRegistrationService()
Deprecated. |
WSRP_v1_Registration_PortType |
getWSRPRegistrationService(java.net.URL portAddress)
Deprecated. |
java.lang.String |
getWSRPRegistrationServiceAddress()
Deprecated. |
java.lang.String |
getWSRPRegistrationServiceWSDDServiceName()
Deprecated. |
WSRP_v1_ServiceDescription_PortType |
getWSRPServiceDescriptionService()
Deprecated. |
WSRP_v1_ServiceDescription_PortType |
getWSRPServiceDescriptionService(java.net.URL portAddress)
Deprecated. |
java.lang.String |
getWSRPServiceDescriptionServiceAddress()
Deprecated. |
java.lang.String |
getWSRPServiceDescriptionServiceWSDDServiceName()
Deprecated. |
void |
setWSRPBaseServiceWSDDServiceName(java.lang.String name)
Deprecated. |
void |
setWSRPPortletManagementServiceWSDDServiceName(java.lang.String name)
Deprecated. |
void |
setWSRPRegistrationServiceWSDDServiceName(java.lang.String name)
Deprecated. |
void |
setWSRPServiceDescriptionServiceWSDDServiceName(java.lang.String name)
Deprecated. |
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 |
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 WSRPServiceLocator()
Method Detail |
public java.lang.String getWSRPPortletManagementServiceAddress()
getWSRPPortletManagementServiceAddress
in interface WSRPService
public java.lang.String getWSRPPortletManagementServiceWSDDServiceName()
public void setWSRPPortletManagementServiceWSDDServiceName(java.lang.String name)
public WSRP_v1_PortletManagement_PortType getWSRPPortletManagementService() throws javax.xml.rpc.ServiceException
getWSRPPortletManagementService
in interface WSRPService
javax.xml.rpc.ServiceException
public WSRP_v1_PortletManagement_PortType getWSRPPortletManagementService(java.net.URL portAddress) throws javax.xml.rpc.ServiceException
getWSRPPortletManagementService
in interface WSRPService
javax.xml.rpc.ServiceException
public java.lang.String getWSRPRegistrationServiceAddress()
getWSRPRegistrationServiceAddress
in interface WSRPService
public java.lang.String getWSRPRegistrationServiceWSDDServiceName()
public void setWSRPRegistrationServiceWSDDServiceName(java.lang.String name)
public WSRP_v1_Registration_PortType getWSRPRegistrationService() throws javax.xml.rpc.ServiceException
getWSRPRegistrationService
in interface WSRPService
javax.xml.rpc.ServiceException
public WSRP_v1_Registration_PortType getWSRPRegistrationService(java.net.URL portAddress) throws javax.xml.rpc.ServiceException
getWSRPRegistrationService
in interface WSRPService
javax.xml.rpc.ServiceException
public java.lang.String getWSRPBaseServiceAddress()
getWSRPBaseServiceAddress
in interface WSRPService
public java.lang.String getWSRPBaseServiceWSDDServiceName()
public void setWSRPBaseServiceWSDDServiceName(java.lang.String name)
public WSRP_v1_Markup_PortType getWSRPBaseService() throws javax.xml.rpc.ServiceException
getWSRPBaseService
in interface WSRPService
javax.xml.rpc.ServiceException
public WSRP_v1_Markup_PortType getWSRPBaseService(java.net.URL portAddress) throws javax.xml.rpc.ServiceException
getWSRPBaseService
in interface WSRPService
javax.xml.rpc.ServiceException
public java.lang.String getWSRPServiceDescriptionServiceAddress()
getWSRPServiceDescriptionServiceAddress
in interface WSRPService
public java.lang.String getWSRPServiceDescriptionServiceWSDDServiceName()
public void setWSRPServiceDescriptionServiceWSDDServiceName(java.lang.String name)
public WSRP_v1_ServiceDescription_PortType getWSRPServiceDescriptionService() throws javax.xml.rpc.ServiceException
getWSRPServiceDescriptionService
in interface WSRPService
javax.xml.rpc.ServiceException
public WSRP_v1_ServiceDescription_PortType getWSRPServiceDescriptionService(java.net.URL portAddress) throws javax.xml.rpc.ServiceException
getWSRPServiceDescriptionService
in interface WSRPService
javax.xml.rpc.ServiceException
public java.rmi.Remote getPort(java.lang.Class serviceEndpointInterface) throws javax.xml.rpc.ServiceException
getPort
in interface javax.xml.rpc.Service
javax.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.Service
javax.xml.rpc.ServiceException
public javax.xml.namespace.QName getServiceName()
getServiceName
in interface javax.xml.rpc.Service
public java.util.Iterator getPorts()
getPorts
in interface javax.xml.rpc.Service
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |