wt.ixb.publicforhandlers
Interface ExpImpForExternalResourceObjectIfc
- All Known Implementing Classes:
- ExpImpForWTTypeDefinition
- public interface ExpImpForExternalResourceObjectIfc
Method Summary |
void |
checkConflictForExternalResources(Object externalResourcedObject,
IxbElement fileXML,
Importer importer,
int resourceCode)
|
InputStream |
getExternalResourceContent(Object externalResourcedObject,
Object resourceAttribute,
Locale locale,
Exporter exporter,
int resourceCode)
|
Vector |
getExternalResourceMetaData(Object externalResourcedObject,
Locale locale,
Exporter exporter,
int resourceCode)
|
Object |
importExternalResources(Object externalResourcedObject,
IxbElement fileXML,
Importer importer,
int resourceCode)
|
ALL
public static final int ALL
- See Also:
- Constant Field Values
ICON_RESOURCE
public static final int ICON_RESOURCE
- See Also:
- Constant Field Values
JAVA_CLASS_RESOURCE
public static final int JAVA_CLASS_RESOURCE
- See Also:
- Constant Field Values
getExternalResourceMetaData
public Vector getExternalResourceMetaData(Object externalResourcedObject,
Locale locale,
Exporter exporter,
int resourceCode)
throws WTException
- Throws:
WTException
getExternalResourceContent
public InputStream getExternalResourceContent(Object externalResourcedObject,
Object resourceAttribute,
Locale locale,
Exporter exporter,
int resourceCode)
throws WTException
- Throws:
WTException
checkConflictForExternalResources
public void checkConflictForExternalResources(Object externalResourcedObject,
IxbElement fileXML,
Importer importer,
int resourceCode)
throws WTException
- Throws:
WTException
importExternalResources
public Object importExternalResources(Object externalResourcedObject,
IxbElement fileXML,
Importer importer,
int resourceCode)
throws WTException
- Throws:
WTException