uk.ac.soton.itinnovation.grid.pbac2.pep
Class PEPProvider

java.lang.Object
  extended by org.apache.axis.deployment.wsdd.WSDDProvider
      extended by uk.ac.soton.itinnovation.grid.pbac2.pep.PEPProvider

public class PEPProvider
extends WSDDProvider

Axis Provider for the PEP.

To call the PBAC PEP automatically whenever an operation on your service is invoked, set 'provider="java:PBAC-PEP"' in your server-config.wsdd file. Axis will find this class automatically, provided that this class's jar is in the classpath.


Field Summary
 
Fields inherited from class org.apache.axis.deployment.wsdd.WSDDProvider
log
 
Constructor Summary
PEPProvider()
           
 
Method Summary
 String getName()
           
 Handler newProviderInstance(WSDDService service, EngineConfiguration engine)
           
 
Methods inherited from class org.apache.axis.deployment.wsdd.WSDDProvider
getInstance, getOperation, getOperations, registerProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PEPProvider

public PEPProvider()
Method Detail

newProviderInstance

public Handler newProviderInstance(WSDDService service,
                                   EngineConfiguration engine)
                            throws Exception
Specified by:
newProviderInstance in class WSDDProvider
Throws:
Exception

getName

public String getName()
Specified by:
getName in class WSDDProvider


Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.