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(java.lang.String operationName, java.lang.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 java.lang.String Utils.holder(MimeInfo mimeInfo, TypeEntry type, Emitter emitter)
          Given a type, return the Java mapping of that type's holder.
static java.lang.String Utils.getResponseString(TypeEntry type, MimeInfo mimeInfo, java.lang.String var)
          Return the Object variable 'var' cast to the appropriate type doing the right thing for the primitive types.
 



Copyright © 2003 Apache Web Services Project. All Rights Reserved.