org.apache.ws.security
Class WSDocInfoStore

java.lang.Object
  extended byorg.apache.ws.security.WSDocInfoStore

public class WSDocInfoStore
extends java.lang.Object


Constructor Summary
WSDocInfoStore()
           
 
Method Summary
static void delete(int hash)
           
static void delete(WSDocInfo info)
           
static WSDocInfo lookup(int hash)
           
static void store(WSDocInfo info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDocInfoStore

public WSDocInfoStore()
Method Detail

lookup

public static WSDocInfo lookup(int hash)

store

public static void store(WSDocInfo info)

delete

public static void delete(int hash)

delete

public static void delete(WSDocInfo info)


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.