org.astrogrid.community.client.policy.service
Class PolicyServiceSoapDelegate

java.lang.Object
  extended byorg.astrogrid.community.client.service.CommunityServiceCoreDelegate
      extended byorg.astrogrid.community.client.policy.service.PolicyServiceCoreDelegate
          extended byorg.astrogrid.community.client.policy.service.PolicyServiceSoapDelegate
All Implemented Interfaces:
org.astrogrid.community.common.service.CommunityService, CommunityServiceDelegate, org.astrogrid.community.common.policy.service.PolicyService, PolicyServiceDelegate, java.rmi.Remote

public class PolicyServiceSoapDelegate
extends PolicyServiceCoreDelegate
implements PolicyServiceDelegate

Soap delegate for our PolicyService service.


Constructor Summary
PolicyServiceSoapDelegate()
          Public constructor.
PolicyServiceSoapDelegate(java.lang.String endpoint)
          Public constructor, for a specific endpoint URL.
PolicyServiceSoapDelegate(java.net.URL endpoint)
          Public constructor, for a specific endpoint URL.
 
Method Summary
 java.net.URL getEndpoint()
          Get our endpoint address.
 void setEndpoint(java.net.URL endpoint)
          Set our endpoint address.
 
Methods inherited from class org.astrogrid.community.client.policy.service.PolicyServiceCoreDelegate
checkMembership, checkPermissions, getPolicyService, setPolicyService
 
Methods inherited from class org.astrogrid.community.client.service.CommunityServiceCoreDelegate
getCommunityService, getServiceStatus, identifierException, policyException, resourceException, securityException, serviceException, setCommunityService
 
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.client.policy.service.PolicyServiceDelegate
checkMembership, checkPermissions
 
Methods inherited from interface org.astrogrid.community.client.service.CommunityServiceDelegate
getServiceStatus
 
Methods inherited from interface org.astrogrid.community.common.service.CommunityService
getServiceStatus
 

Constructor Detail

PolicyServiceSoapDelegate

public PolicyServiceSoapDelegate()
Public constructor.


PolicyServiceSoapDelegate

public PolicyServiceSoapDelegate(java.lang.String endpoint)
                          throws java.net.MalformedURLException
Public constructor, for a specific endpoint URL.

Parameters:
endpoint - The service endpoint URL.

PolicyServiceSoapDelegate

public PolicyServiceSoapDelegate(java.net.URL endpoint)
Public constructor, for a specific endpoint URL.

Parameters:
endpoint - - The service endpoint URL.
Method Detail

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.