|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |