oasis.names.tc.wsrp.v1.wsdl
Class WSRPServiceLocator
java.lang.Object
org.apache.axis.client.Service
oasis.names.tc.wsrp.v1.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
Nested classes inherited from class org.apache.axis.client.Service |
org.apache.axis.client.Service.HandlerRegistryImpl |
Fields inherited from class org.apache.axis.client.Service |
_call |
Methods inherited from class org.apache.axis.client.Service |
createCall, createCall, createCall, createCall, getAxisClient, getCacheWSDL, getCall, getCalls, getEngine, getEngineConfiguration, getHandlerRegistry, getMaintainSession, getPort, getReference, getTypeMappingRegistry, getWSDLDocumentLocation, getWSDLParser, getWSDLService, setCacheWSDL, setEngine, setEngineConfiguration, setMaintainSession, setTypeMappingRegistry, setTypeMappingVersion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, 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()
WSRPServiceLocator
public WSRPServiceLocator(org.apache.axis.EngineConfiguration config)
WSRPServiceLocator
public WSRPServiceLocator(java.lang.String wsdlLoc,
javax.xml.namespace.QName sName)
throws javax.xml.rpc.ServiceException
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
setWSRPPortletManagementServiceEndpointAddress
public void setWSRPPortletManagementServiceEndpointAddress(java.lang.String address)
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
setWSRPRegistrationServiceEndpointAddress
public void setWSRPRegistrationServiceEndpointAddress(java.lang.String address)
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
setWSRPBaseServiceEndpointAddress
public void setWSRPBaseServiceEndpointAddress(java.lang.String address)
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
setWSRPServiceDescriptionServiceEndpointAddress
public void setWSRPServiceDescriptionServiceEndpointAddress(java.lang.String address)
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
setEndpointAddress
public void setEndpointAddress(java.lang.String portName,
java.lang.String address)
throws javax.xml.rpc.ServiceException
- Set the endpoint address for the specified port name.
- Throws:
javax.xml.rpc.ServiceException
setEndpointAddress
public void setEndpointAddress(javax.xml.namespace.QName portName,
java.lang.String address)
throws javax.xml.rpc.ServiceException
- Set the endpoint address for the specified port name.
- Throws:
javax.xml.rpc.ServiceException