wt.workflow.collaboration
Class TemplateEntityResolver

java.lang.Object
  extended bywt.workflow.collaboration.TemplateEntityResolver
All Implemented Interfaces:
EntityResolver

public class TemplateEntityResolver
extends Object
implements EntityResolver

This class serves as the EntityResolver for parsing the XMLLob in a CollaborationTemplate.

Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private  WTContext context
           
private  String dtd_location
           
private static String RESOURCE
           
 
Constructor Summary
TemplateEntityResolver(WTContext context, String dtd_location)
          

Supported API: false
 
Method Summary
 InputSource resolveEntity(String public_id, String system_id)
          

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

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

context

private WTContext context

dtd_location

private String dtd_location
Constructor Detail

TemplateEntityResolver

public TemplateEntityResolver(WTContext context,
                              String dtd_location)


Supported API: false

Parameters:
context -
dtd_location -
Method Detail

resolveEntity

public InputSource resolveEntity(String public_id,
                                 String system_id)
                          throws SAXException,
                                 IOException


Supported API: false

Specified by:
resolveEntity in interface EntityResolver
Parameters:
public_id -
system_id -
Returns:
InputSource
Throws:
SAXException
IOException