examples
Class CreateSequence

java.lang.Object
  extended by examples.CreateSequence

public class CreateSequence
extends java.lang.Object

An example to show how service descriptions can be created on the fly, saved and executed.

Author:
Evren Sirin

Field Summary
static java.net.URI baseURI
           
 
Constructor Summary
CreateSequence()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void runTest()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

baseURI

public static final java.net.URI baseURI
Constructor Detail

CreateSequence

public CreateSequence()
Method Detail

runTest

public void runTest()
             throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004 Evren Sirin. All Rights Reserved.