Uses of Class
mondrian.xmla.Enumeration.ResponseMimeType
-
Packages that use Enumeration.ResponseMimeType Package Description mondrian.xmla Implements the XML for Analysis API.mondrian.xmla.impl -
-
Uses of Enumeration.ResponseMimeType in mondrian.xmla
Fields in mondrian.xmla with type parameters of type Enumeration.ResponseMimeType Modifier and Type Field Description static Map<String,Enumeration.ResponseMimeType>Enumeration.ResponseMimeType. MAPMethods in mondrian.xmla that return Enumeration.ResponseMimeType Modifier and Type Method Description static Enumeration.ResponseMimeTypeXmlaUtil. chooseResponseMimeType(String accept)Chooses the appropriate response mime type given an HTTP "Accept" header.static Enumeration.ResponseMimeTypeEnumeration.ResponseMimeType. valueOf(String name)Returns the enum constant of this type with the specified name.static Enumeration.ResponseMimeType[]Enumeration.ResponseMimeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in mondrian.xmla with parameters of type Enumeration.ResponseMimeType Modifier and Type Method Description protected abstract voidXmlaServlet. marshallSoapMessage(javax.servlet.http.HttpServletResponse response, byte[][] responseSoapParts, Enumeration.ResponseMimeType responseMimeType)Implement to provide application specified SOAP marshalling algorithm. -
Uses of Enumeration.ResponseMimeType in mondrian.xmla.impl
Methods in mondrian.xmla.impl with parameters of type Enumeration.ResponseMimeType Modifier and Type Method Description protected voidDefaultXmlaServlet. marshallSoapMessage(javax.servlet.http.HttpServletResponse response, byte[][] responseSoapParts, Enumeration.ResponseMimeType responseMimeType)Constructors in mondrian.xmla.impl with parameters of type Enumeration.ResponseMimeType Constructor Description DefaultXmlaResponse(OutputStream outputStream, String encoding, Enumeration.ResponseMimeType responseMimeType)
-