Uses of Class
org.apache.axis.wsdl.symbolTable.MimeInfo
-
Packages that use MimeInfo Package Description org.apache.axis.wsdl.symbolTable -
-
Uses of MimeInfo in org.apache.axis.wsdl.symbolTable
Methods in org.apache.axis.wsdl.symbolTable that return MimeInfo Modifier and Type Method Description MimeInfo
BindingEntry. getMIMEInfo(java.lang.String operationName, java.lang.String parameterName)
Get the mime mapping for the given parameter name.MimeInfo
Parameter. getMIMEInfo()
Get the MIME type of the parameter.Methods in org.apache.axis.wsdl.symbolTable with parameters of type MimeInfo Modifier and Type Method Description void
Parameter. setMIMEInfo(MimeInfo mimeInfo)
Set the MIME type of the parameter.
-