Stellent
HowToComponents
JavaDoc

intradoc.soap
Interface SoapServiceSerializer

All Known Implementing Classes:
SoapCustomSerializer, SoapGenericSerializer

public interface SoapServiceSerializer


Method Summary
 boolean canParseRequest(DataBinder data, java.lang.String serviceName)
           
 void init()
           
 void parseRequest(DataBinder data, PropertiesTreeNode node, java.lang.String serviceName)
           
 void sendResponse(DataBinder data, java.lang.StringBuffer buffer)
           
 

Method Detail

init

public void init()
          throws DataException,
                 ServiceException
DataException
ServiceException

canParseRequest

public boolean canParseRequest(DataBinder data,
                               java.lang.String serviceName)

parseRequest

public void parseRequest(DataBinder data,
                         PropertiesTreeNode node,
                         java.lang.String serviceName)
                  throws java.io.IOException,
                         DataException
java.io.IOException
DataException

sendResponse

public void sendResponse(DataBinder data,
                         java.lang.StringBuffer buffer)
                  throws java.io.IOException
java.io.IOException


(c) 1996-2005  All rights reserved.  Stellent, Inc.