|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GuApplication<N>
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 |
---|
GuProcessingContext<N> newProcessingContext()
newProcessingContext
in interface Application<N,java.lang.String,javax.xml.namespace.QName>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |