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

Uses of Class org.apache.axis.wsdl.symbolTable.MimeInfo (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


Uses of Class
org.apache.axis.wsdl.symbolTable.MimeInfo

Packages that use MimeInfo
org.apache.axis.wsdl.symbolTable   
org.apache.axis.wsdl.toJava   
 

Uses of MimeInfo in org.apache.axis.wsdl.symbolTable
 

Methods in org.apache.axis.wsdl.symbolTable that return MimeInfo
 MimeInfo Parameter.getMIMEInfo()
          Get the MIME type of the parameter.
 MimeInfo BindingEntry.getMIMEInfo(String operationName, String parameterName)
          Get the mime mapping for the given parameter name.
 

Methods in org.apache.axis.wsdl.symbolTable with parameters of type MimeInfo
 void Parameter.setMIMEInfo(MimeInfo mimeInfo)
          Set the MIME type of the parameter.
 

Uses of MimeInfo in org.apache.axis.wsdl.toJava
 

Methods in org.apache.axis.wsdl.toJava with parameters of type MimeInfo
static String Utils.holder(MimeInfo mimeInfo, TypeEntry type, Emitter emitter)
          Given a type, return the Java mapping of that type's holder.
static String Utils.getResponseString(TypeEntry type, MimeInfo mimeInfo, String var)
          Return the Object variable 'var' cast to the appropriate type doing the right thing for the primitive types.
 



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