站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 .net API Documentation 英文版文档

ParameterizableDeserializer (JBoss.Net API) - JBoss 4.0.1 sp1 .net API Documentation 英文版文档


org.jboss.net.axis
Interface ParameterizableDeserializer

All Superinterfaces:
javax.xml.rpc.encoding.Deserializer, Serializable
All Known Implementing Classes:
EntityBeanDeserializer

public interface ParameterizableDeserializer
extends javax.xml.rpc.encoding.Deserializer

Extended deserializer that may be equipped with additional options.

Version:
$Revision: 1.3 $
Author:
jung

Method Summary
 Map getOptions()
          return the set of options
 void setOptions(Map options)
          register a set of options
 
Methods inherited from interface javax.xml.rpc.encoding.Deserializer
getMechanismType
 

Method Detail

getOptions

public Map getOptions()
return the set of options


setOptions

public void setOptions(Map options)
register a set of options



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.