class: StructuredExportHandlerBean

public class: StructuredExportHandlerBean
Author: Vladislav Makarenko (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision:$, $LastChangedDate:$; Complexity: 1
Dates: Created: 16.07.2009 15:20:14; Modified: 16.07.2009 15:20:14;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {7B9C6A90-6080-4612-87FD-E4584A59434C}
This class provides the ejb implementation of the {@link StructuredExportHandler} interface.
 

Goto: Custom Properties, Fields, Methods, Tagged Values

Implements: StructuredExportHandler

See also: StructuredExportHandler

Appears in: structuredexportmanager

Connections
 
Custom Properties
 
StructuredExportHandlerBean Attributes
Attribute Details
private static Logger
  logger
Initial: Logger.getLogger(StructuredExportHandlerBean.class)
Notes: Logger for this class.
 
StructuredExportHandlerBean Methods
Operation Details
public
explainFormats():String
Sequential
Tags: throws=StructuredExportManagerException,UnsupportedEncodingException,IOException
Notes: {@inheritDoc}
public
getFormatsList():String
Sequential
Tags: throws=StructuredExportManagerException
Notes: {@inheritDoc}
public
getOutput(
   String itemList,
   String exportFormat):byte
Sequential
Tags: throws=StructuredExportXSLTNotFoundException,StructuredExportManagerException
Notes: {@inheritDoc}
public
isStructuredFormat(
   String exportFormat):boolean
Sequential
Tags: throws=StructuredExportManagerException
Notes: {@inheritDoc}
 
StructuredExportHandlerBean Tagged Values
Tag Value Notes
annotations @Stateless@Remote@RemoteBinding(jndiBinding = StructuredExportHandler.SERVICE_NAME)