Uses of Enum Class
mondrian.xmla.Enumeration.ResponseMimeType
Packages that use Enumeration.ResponseMimeType
- 
Uses of Enumeration.ResponseMimeType in mondrian.xmla
Fields in mondrian.xmla with type parameters of type Enumeration.ResponseMimeTypeModifier and TypeFieldDescriptionstatic final Map<String,Enumeration.ResponseMimeType> Enumeration.ResponseMimeType.MAPMethods in mondrian.xmla that return Enumeration.ResponseMimeTypeModifier and TypeMethodDescriptionstatic Enumeration.ResponseMimeTypeXmlaUtil.chooseResponseMimeType(String accept) Chooses the appropriate response mime type given an HTTP "Accept" header.static Enumeration.ResponseMimeTypeReturns 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.Methods in mondrian.xmla with parameters of type Enumeration.ResponseMimeTypeModifier and TypeMethodDescriptionprotected 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.ResponseMimeTypeModifier and TypeMethodDescriptionprotected voidDefaultXmlaServlet.marshallSoapMessage(javax.servlet.http.HttpServletResponse response, byte[][] responseSoapParts, Enumeration.ResponseMimeType responseMimeType) Constructors in mondrian.xmla.impl with parameters of type Enumeration.ResponseMimeTypeModifierConstructorDescriptionDefaultXmlaResponse(OutputStream outputStream, String encoding, Enumeration.ResponseMimeType responseMimeType)