org.astrogrid.community.client.security.manager
Class SecurityManagerSoapDelegate
java.lang.Object
org.astrogrid.community.client.service.CommunityServiceCoreDelegate
org.astrogrid.community.client.security.manager.SecurityManagerCoreDelegate
org.astrogrid.community.client.security.manager.SecurityManagerSoapDelegate
- All Implemented Interfaces:
- org.astrogrid.community.common.service.CommunityService, CommunityServiceDelegate, java.rmi.Remote, org.astrogrid.community.common.security.manager.SecurityManager, SecurityManagerDelegate
- public class SecurityManagerSoapDelegate
- extends SecurityManagerCoreDelegate
- implements SecurityManagerDelegate
Soap delegate for our SecurityManager service.
|
Method Summary |
java.net.URL |
getEndpoint()
Get our endpoint address. |
void |
setEndpoint(java.net.URL endpoint)
Set our endpoint address. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.astrogrid.community.common.service.CommunityService |
getServiceStatus |
SecurityManagerSoapDelegate
public SecurityManagerSoapDelegate()
- Public constructor.
SecurityManagerSoapDelegate
public SecurityManagerSoapDelegate(java.lang.String endpoint)
throws java.net.MalformedURLException
- Public constructor, for a specific endpoint URL.
- Parameters:
endpoint - The service endpoint URL.
SecurityManagerSoapDelegate
public SecurityManagerSoapDelegate(java.net.URL endpoint)
- Public constructor, for a specific endpoint URL.
- Parameters:
endpoint - - The service endpoint URL.
getEndpoint
public java.net.URL getEndpoint()
- Get our endpoint address.
setEndpoint
public void setEndpoint(java.net.URL endpoint)
- Set our endpoint address.
- To Do:
- Better Exception handling.
Copyright © 2002-2007 AstroGrid. All Rights Reserved.