org.ogf.graap.wsag.wsrf.impl
Class CounterResourceIdFactory

java.lang.Object
  extended by org.apache.muse.core.routing.CounterResourceIdFactory
      extended by org.ogf.graap.wsag.wsrf.impl.CounterResourceIdFactory
All Implemented Interfaces:
org.apache.muse.core.routing.ResourceIdFactory

public class CounterResourceIdFactory
extends org.apache.muse.core.routing.CounterResourceIdFactory

CounterResourceIdFactory

Author:
Oliver Waeldrich

Constructor Summary
CounterResourceIdFactory()
          default constructor
CounterResourceIdFactory(String name)
          Creates a CounterResourceIdFactory with the given name (prefix in the generated QName).
 
Method Summary
 QName getIdentifierName()
           
 
Methods inherited from class org.apache.muse.core.routing.CounterResourceIdFactory
getNextIdentifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CounterResourceIdFactory

public CounterResourceIdFactory()
default constructor


CounterResourceIdFactory

public CounterResourceIdFactory(String name)
Creates a CounterResourceIdFactory with the given name (prefix in the generated QName).

Parameters:
name - the identifier prefix
Method Detail

getIdentifierName

public QName getIdentifierName()
Specified by:
getIdentifierName in interface org.apache.muse.core.routing.ResourceIdFactory
Overrides:
getIdentifierName in class org.apache.muse.core.routing.CounterResourceIdFactory
Returns:
the identifier QName


Copyright © 2008-2012. All Rights Reserved.