Package | Description |
---|---|
mondrian.xmla |
Implements the XML for Analysis API.
|
mondrian.xmla.impl |
Modifier and Type | Field and Description |
---|---|
static Map<String,Enumeration.ResponseMimeType> |
Enumeration.ResponseMimeType.MAP |
Modifier and Type | Method and Description |
---|---|
static Enumeration.ResponseMimeType |
XmlaUtil.chooseResponseMimeType(String accept)
Chooses the appropriate response mime type given an HTTP "Accept" header.
|
static Enumeration.ResponseMimeType |
Enumeration.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.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
XmlaServlet.marshallSoapMessage(javax.servlet.http.HttpServletResponse response,
byte[][] responseSoapParts,
Enumeration.ResponseMimeType responseMimeType)
Implement to provide application specified SOAP marshalling algorithm.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultXmlaServlet.marshallSoapMessage(javax.servlet.http.HttpServletResponse response,
byte[][] responseSoapParts,
Enumeration.ResponseMimeType responseMimeType) |
Constructor and Description |
---|
DefaultXmlaResponse(OutputStream outputStream,
String encoding,
Enumeration.ResponseMimeType responseMimeType) |
Copyright © 2018 Hitachi Vantara. All rights reserved.