com.sapportals.wcm.repository.service.colltransport

Class CollaborationTransportImport

java.lang.Object
  extended by com.sapportals.wcm.repository.service.colltransport.CollaborationTransportImport
All Implemented Interfaces:
IDeserializer, ContentHandler, ErrorHandler

public final class CollaborationTransportImport
extends Object
implements IDeserializer


Constructor Summary
CollaborationTransportImport(ISerializer serializer, ISerializer.DeserializationParameters parameters, IResource res, String tag, String name, PropertyName propName, boolean create, String rep, String root)
           
 
Method Summary
 void characters(char[] arg0, int arg1, int arg2)
           
 void endDocument()
           
 void endElement(String arg0, String arg1, String name)
           
 void endPrefixMapping(String arg0)
           
 void error(SAXParseException sax)
           
 void fatalError(SAXParseException sax)
           
 Result finish()
           
 void ignorableWhitespace(char[] arg0, int arg1, int arg2)
           
 void processingInstruction(String arg0, String arg1)
           
 void setDocumentLocator(Locator arg0)
           
 void skippedEntity(String arg0)
           
 void startDocument()
           
 void startElement(String arg0, String arg1, String name, Attributes attr)
           
 void startPrefixMapping(String arg0, String arg1)
           
 void warning(SAXParseException sax)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollaborationTransportImport

public CollaborationTransportImport(ISerializer serializer,
                                    ISerializer.DeserializationParameters parameters,
                                    IResource res,
                                    String tag,
                                    String name,
                                    PropertyName propName,
                                    boolean create,
                                    String rep,
                                    String root)
Method Detail

finish

public Result finish()
Specified by:
finish in interface IDeserializer
Returns:
a new Result instance, that wraps the result of the deserialization process. Must not return null. It will not be called, if one of the previously called methods raised an Exception.

startElement

public void startElement(String arg0,
                         String arg1,
                         String name,
                         Attributes attr)
                  throws SAXException
Specified by:
startElement in interface ContentHandler
Throws:
SAXException

error

public void error(SAXParseException sax)
           throws SAXException
Specified by:
error in interface ErrorHandler
Throws:
SAXException

fatalError

public void fatalError(SAXParseException sax)
                throws SAXException
Specified by:
fatalError in interface ErrorHandler
Throws:
SAXException

warning

public void warning(SAXParseException sax)
             throws SAXException
Specified by:
warning in interface ErrorHandler
Throws:
SAXException

endDocument

public void endDocument()
                 throws SAXException
Specified by:
endDocument in interface ContentHandler
Throws:
SAXException

startDocument

public void startDocument()
                   throws SAXException
Specified by:
startDocument in interface ContentHandler
Throws:
SAXException

characters

public void characters(char[] arg0,
                       int arg1,
                       int arg2)
                throws SAXException
Specified by:
characters in interface ContentHandler
Throws:
SAXException

ignorableWhitespace

public void ignorableWhitespace(char[] arg0,
                                int arg1,
                                int arg2)
                         throws SAXException
Specified by:
ignorableWhitespace in interface ContentHandler
Throws:
SAXException

endPrefixMapping

public void endPrefixMapping(String arg0)
                      throws SAXException
Specified by:
endPrefixMapping in interface ContentHandler
Throws:
SAXException

skippedEntity

public void skippedEntity(String arg0)
                   throws SAXException
Specified by:
skippedEntity in interface ContentHandler
Throws:
SAXException

setDocumentLocator

public void setDocumentLocator(Locator arg0)
Specified by:
setDocumentLocator in interface ContentHandler

processingInstruction

public void processingInstruction(String arg0,
                                  String arg1)
                           throws SAXException
Specified by:
processingInstruction in interface ContentHandler
Throws:
SAXException

startPrefixMapping

public void startPrefixMapping(String arg0,
                               String arg1)
                        throws SAXException
Specified by:
startPrefixMapping in interface ContentHandler
Throws:
SAXException

endElement

public void endElement(String arg0,
                       String arg1,
                       String name)
                throws SAXException
Specified by:
endElement in interface ContentHandler
Throws:
SAXException
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM


Copyright 2011 SAP AG Complete Copyright Notice