|
SAP NetWeaver 7.30 (SP02) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITransformerInformation
The interface that represents transformer information, and is used to initialize transformers, get their properties and to specify transformers. Transformer information includes component name, transformer name, version information, from what scheme it can transform and to what scheme it can transform. It also contains the tranformer type. The following types are available:
ITransformerService.createTransformerInformation.
Transformers.xml configuration file.
ITransformerService,
TransformersProvider| Field Summary | |
|---|---|
static String |
TRANSFORMER_IMPL_TYPE_SAX
A constant that defines the SAX transformer implementation type. |
static String |
TRANSFORMER_IMPL_TYPE_XSL
A constant that defines the XSL transformer implementation type. |
static String |
TRANSFROMER_KEY_END
The key suffix. |
static String |
TRANSFROMER_KEY_SEPARATOR
The separator for key elements. |
static String |
TRANSFROMER_KEY_START
The key prefix. |
| Method Summary | |
|---|---|
Object |
clone()
Creates a clone of the transformer information. |
String |
getComponentName()
Gets the name of the portal component or portal service that registered the transformer. |
String |
getDescription()
Gets the general description of the transformer. |
String |
getFromSchemeURI()
Gets the URI for the transformer output scheme. |
String |
getImplementationType()
Gets the implementation type. |
String |
getKey()
Gets the transformer key. |
String |
getLocation()
Gets the location of the source. |
String |
getName()
Gets the transformer name. |
String |
getToSchemeURI()
Gets the URI for the transformer input scheme from which the transformer gets the XML data. |
TransformerType |
getType()
Gets the transformer type. |
Float |
getVersion()
Gets the version of the transformer. |
void |
setImplementationType(String trnsImplType)
Sets the implementation type to SAX or XSL. |
void |
setLocation(String location)
Sets the path for the XSL file or the full class name of the SAX handler. |
| Methods inherited from interface com.sap.portal.httpconnectivity.transformationservice.ITransformerProperties |
|---|
getInputProperties |
| Field Detail |
|---|
static final String TRANSFORMER_IMPL_TYPE_XSL
static final String TRANSFORMER_IMPL_TYPE_SAX
static final String TRANSFROMER_KEY_SEPARATOR
static final String TRANSFROMER_KEY_START
static final String TRANSFROMER_KEY_END
| Method Detail |
|---|
String getFromSchemeURI()
String getToSchemeURI()
String getKey()
String getName()
String getComponentName()
Float getVersion()
TransformerType getType()
Object clone()
throws CloneNotSupportedException
CloneNotSupportedException - if cloning is not supportedString getLocation()
void setLocation(String location)
location - XSL URI or SAX full class namevoid setImplementationType(String trnsImplType)
trnsImplType - the transformer implementation typeString getImplementationType()
String getDescription()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-ADMIN
|
[sap.com] tc/ep/admin/api/extd
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 (SP02) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||