org.gxml.u
Interface GuApplication<N>

All Superinterfaces:
Application<N,java.lang.String,javax.xml.namespace.QName>

public interface GuApplication<N>
extends Application<N,java.lang.String,javax.xml.namespace.QName>

The application acts as the factory for processing contexts.

A processing context implementation will normally be provided by a vendor for a data model implementation.

An implementation of GuApplication will be provided by the client code and will have parameter substitutions corresponding to the processing context that is provided in the implementation of newProcessingContext().


Method Summary
 GuProcessingContext<N> newProcessingContext()
          Allocates a new processing context.
 

Method Detail

newProcessingContext

GuProcessingContext<N> newProcessingContext()
Allocates a new processing context.

Specified by:
newProcessingContext in interface Application<N,java.lang.String,javax.xml.namespace.QName>


Copyright © 2009 TIBCO Software Inc. All Rights Reserved.