org.apache.axis.message.addressing.uuid
Class AxisUUIdGenerator

java.lang.Object
  extended byorg.apache.axis.message.addressing.uuid.AxisUUIdGenerator
All Implemented Interfaces:
org.apache.ws.addressing.uuid.UUIdGenerator

public class AxisUUIdGenerator
extends java.lang.Object
implements org.apache.ws.addressing.uuid.UUIdGenerator

A UUIdGenerator implementation that uses the UUID generator that comes with Apache Axis.

Author:
Ian P. Springer

Constructor Summary
AxisUUIdGenerator()
           
 
Method Summary
 java.lang.String generateUUId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisUUIdGenerator

public AxisUUIdGenerator()
Method Detail

generateUUId

public java.lang.String generateUUId()
Specified by:
generateUUId in interface org.apache.ws.addressing.uuid.UUIdGenerator


Copyright © 2004-2005 Apache Web Services. All Rights Reserved.