Uses of Enum Class
mondrian.xmla.Enumeration.ResponseMimeType
-
Uses of Enumeration.ResponseMimeType in mondrian.xmla
Modifier and TypeFieldDescriptionstatic final Map<String,
Enumeration.ResponseMimeType> Enumeration.ResponseMimeType.MAP
Modifier and TypeMethodDescriptionstatic Enumeration.ResponseMimeType
XmlaUtil.chooseResponseMimeType
(String accept) Chooses the appropriate response mime type given an HTTP "Accept" header.static Enumeration.ResponseMimeType
Returns the enum constant of this class with the specified name.static Enumeration.ResponseMimeType[]
Enumeration.ResponseMimeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprotected abstract void
XmlaServlet.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
Modifier and TypeMethodDescriptionprotected void
DefaultXmlaServlet.marshallSoapMessage
(javax.servlet.http.HttpServletResponse response, byte[][] responseSoapParts, Enumeration.ResponseMimeType responseMimeType) ModifierConstructorDescriptionDefaultXmlaResponse
(OutputStream outputStream, String encoding, Enumeration.ResponseMimeType responseMimeType)