org.jasig.portal.wsrp.wsdl
Class WSRPServiceLocator
java.lang.Object
org.apache.axis.client.Service
org.jasig.portal.wsrp.wsdl.WSRPServiceLocator
- All Implemented Interfaces:
- javax.naming.Referenceable, java.io.Serializable, javax.xml.rpc.Service, WSRPService
- public class WSRPServiceLocator
- extends org.apache.axis.client.Service
- implements WSRPService
- See Also:
- Serialized Form
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 |
WSRPServiceLocator
public WSRPServiceLocator()
getWSRPPortletManagementServiceAddress
public java.lang.String getWSRPPortletManagementServiceAddress()
- Specified by:
getWSRPPortletManagementServiceAddress
in interface WSRPService
getWSRPPortletManagementServiceWSDDServiceName
public java.lang.String getWSRPPortletManagementServiceWSDDServiceName()
setWSRPPortletManagementServiceWSDDServiceName
public void setWSRPPortletManagementServiceWSDDServiceName(java.lang.String name)
getWSRPPortletManagementService
public WSRP_v1_PortletManagement_PortType getWSRPPortletManagementService()
throws javax.xml.rpc.ServiceException
- Specified by:
getWSRPPortletManagementService
in interface WSRPService
- Throws:
javax.xml.rpc.ServiceException
getWSRPPortletManagementService
public WSRP_v1_PortletManagement_PortType getWSRPPortletManagementService(java.net.URL portAddress)
throws javax.xml.rpc.ServiceException
- Specified by:
getWSRPPortletManagementService
in interface WSRPService
- Throws:
javax.xml.rpc.ServiceException
getWSRPRegistrationServiceAddress
public java.lang.String getWSRPRegistrationServiceAddress()
- Specified by:
getWSRPRegistrationServiceAddress
in interface WSRPService
getWSRPRegistrationServiceWSDDServiceName
public java.lang.String getWSRPRegistrationServiceWSDDServiceName()
setWSRPRegistrationServiceWSDDServiceName
public void setWSRPRegistrationServiceWSDDServiceName(java.lang.String name)
getWSRPRegistrationService
public WSRP_v1_Registration_PortType getWSRPRegistrationService()
throws javax.xml.rpc.ServiceException
- Specified by:
getWSRPRegistrationService
in interface WSRPService
- Throws:
javax.xml.rpc.ServiceException
getWSRPRegistrationService
public WSRP_v1_Registration_PortType getWSRPRegistrationService(java.net.URL portAddress)
throws javax.xml.rpc.ServiceException
- Specified by:
getWSRPRegistrationService
in interface WSRPService
- Throws:
javax.xml.rpc.ServiceException
getWSRPBaseServiceAddress
public java.lang.String getWSRPBaseServiceAddress()
- Specified by:
getWSRPBaseServiceAddress
in interface WSRPService
getWSRPBaseServiceWSDDServiceName
public java.lang.String getWSRPBaseServiceWSDDServiceName()
setWSRPBaseServiceWSDDServiceName
public void setWSRPBaseServiceWSDDServiceName(java.lang.String name)
getWSRPBaseService
public WSRP_v1_Markup_PortType getWSRPBaseService()
throws javax.xml.rpc.ServiceException
- Specified by:
getWSRPBaseService
in interface WSRPService
- Throws:
javax.xml.rpc.ServiceException
getWSRPBaseService
public WSRP_v1_Markup_PortType getWSRPBaseService(java.net.URL portAddress)
throws javax.xml.rpc.ServiceException
- Specified by:
getWSRPBaseService
in interface WSRPService
- Throws:
javax.xml.rpc.ServiceException
getWSRPServiceDescriptionServiceAddress
public java.lang.String getWSRPServiceDescriptionServiceAddress()
- Specified by:
getWSRPServiceDescriptionServiceAddress
in interface WSRPService
getWSRPServiceDescriptionServiceWSDDServiceName
public java.lang.String getWSRPServiceDescriptionServiceWSDDServiceName()
setWSRPServiceDescriptionServiceWSDDServiceName
public void setWSRPServiceDescriptionServiceWSDDServiceName(java.lang.String name)
getWSRPServiceDescriptionService
public WSRP_v1_ServiceDescription_PortType getWSRPServiceDescriptionService()
throws javax.xml.rpc.ServiceException
- Specified by:
getWSRPServiceDescriptionService
in interface WSRPService
- Throws:
javax.xml.rpc.ServiceException
getWSRPServiceDescriptionService
public WSRP_v1_ServiceDescription_PortType getWSRPServiceDescriptionService(java.net.URL portAddress)
throws javax.xml.rpc.ServiceException
- Specified by:
getWSRPServiceDescriptionService
in interface WSRPService
- Throws:
javax.xml.rpc.ServiceException
getPort
public java.rmi.Remote getPort(java.lang.Class serviceEndpointInterface)
throws javax.xml.rpc.ServiceException
- For the given interface, get the stub implementation.
If this service has no port for the given interface,
then ServiceException is thrown.
- Specified by:
getPort
in interface javax.xml.rpc.Service
- Throws:
javax.xml.rpc.ServiceException
getPort
public java.rmi.Remote getPort(javax.xml.namespace.QName portName,
java.lang.Class serviceEndpointInterface)
throws javax.xml.rpc.ServiceException
- For the given interface, get the stub implementation.
If this service has no port for the given interface,
then ServiceException is thrown.
- Specified by:
getPort
in interface javax.xml.rpc.Service
- Throws:
javax.xml.rpc.ServiceException
getServiceName
public javax.xml.namespace.QName getServiceName()
- Specified by:
getServiceName
in interface javax.xml.rpc.Service
getPorts
public java.util.Iterator getPorts()
- Specified by:
getPorts
in interface javax.xml.rpc.Service