wt.doc
Class WTDocumentHelper

java.lang.Object
  extended by wt.doc.WTDocumentHelper
All Implemented Interfaces:
Externalizable, Serializable

public class WTDocumentHelper
extends Object
implements Externalizable

Used by clients to access the WTDocumentService methods. Usage is ... WTDocumentHelper.service.createDocument( args );

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static WTDocumentService service
          

Supported API: true
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

service

public static final WTDocumentService service


Supported API: true