A B C D E F G I L O P R S U V 

A

addBaseParameter(Parameter) - Method in class org.dmilne.xjsf.Service
 
addExample(Service.Example) - Method in class org.dmilne.xjsf.Service
 
addGlobalParameter(Parameter) - Method in class org.dmilne.xjsf.Service
 
addParam(Parameter<T>, T) - Method in class org.dmilne.xjsf.Service.ExampleBuilder
 
addParameter(Parameter) - Method in class org.dmilne.xjsf.param.ParameterGroup
Adds a parameter to this group
addParameterGroup(ParameterGroup) - Method in class org.dmilne.xjsf.Service
 
addParamGroup(ParameterGroup) - Method in class org.dmilne.xjsf.Service
 

B

BooleanParameter - Class in org.dmilne.xjsf.param
A Parameter whose values are booleans
BooleanParameter(String, String, Boolean) - Constructor for class org.dmilne.xjsf.param.BooleanParameter
Initialises a new boolean parameter
build() - Method in class org.dmilne.xjsf.Service.ExampleBuilder
 
buildUnwrappedResponse(HttpServletRequest, HttpServletResponse) - Method in class org.dmilne.xjsf.Service
 
buildWrappedResponse(HttpServletRequest) - Method in class org.dmilne.xjsf.ListServicesService
 
buildWrappedResponse(HttpServletRequest) - Method in class org.dmilne.xjsf.Service
 
buildWrappedResponse(HttpServletRequest) - Method in class org.dmilne.xjsf.UsageService
 

C

callService(String, Class<M>, HashMap<String, String>) - Method in class org.dmilne.xjsf.ServiceCaller
Calls the given service with the given parameters, and retrieves the response, parsed into a convenient Java object.
Client - Class in org.dmilne.xjsf
 
Client(String, String, int, int, int) - Constructor for class org.dmilne.xjsf.Client
 
Client(String, String, Client) - Constructor for class org.dmilne.xjsf.Client
 
Client.Granularity - Enum in org.dmilne.xjsf
 
Client.Usage - Class in org.dmilne.xjsf
 
Client.Usage(Client.Granularity, int) - Constructor for class org.dmilne.xjsf.Client.Usage
 
ClientList - Class in org.dmilne.xjsf
 
ClientList() - Constructor for class org.dmilne.xjsf.ClientList
 
ClientList(File) - Constructor for class org.dmilne.xjsf.ClientList
 

D

destroy() - Method in class org.dmilne.xjsf.Service
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.dmilne.xjsf.Service
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.dmilne.xjsf.Service
 
dropService(Service) - Method in class org.dmilne.xjsf.ServiceHub
 

E

EnumParameter<T extends Enum<T>> - Class in org.dmilne.xjsf.param
A Parameter that expects enum values.
EnumParameter(String, String, T, T[], String[]) - Constructor for class org.dmilne.xjsf.param.EnumParameter
Initialises a new EnumParameter
EnumSetParameter<T extends Enum<T>> - Class in org.dmilne.xjsf.param
 
EnumSetParameter(String, String, EnumSet<T>, T[], String[]) - Constructor for class org.dmilne.xjsf.param.EnumSetParameter
 

F

FloatParameter - Class in org.dmilne.xjsf.param
 
FloatParameter(String, String, Float) - Constructor for class org.dmilne.xjsf.param.FloatParameter
 
format(double) - Method in class org.dmilne.xjsf.ServiceHub
 

G

getBasePath(HttpServletRequest) - Method in class org.dmilne.xjsf.Service
 
getClient(String) - Method in class org.dmilne.xjsf.ClientList
 
getClient() - Method in class org.dmilne.xjsf.UsageService.Message
 
getClientNames() - Method in class org.dmilne.xjsf.ClientList
 
getClientsByName() - Method in class org.dmilne.xjsf.ClientList
 
getCookieForPassword() - Method in class org.dmilne.xjsf.ClientList
 
getCookieForUsername() - Method in class org.dmilne.xjsf.ClientList
 
getCount() - Method in class org.dmilne.xjsf.Client.Usage
 
getDayUsage() - Method in class org.dmilne.xjsf.Client
 
getDefaultClient() - Method in class org.dmilne.xjsf.ClientList
 
getDefaultValue() - Method in class org.dmilne.xjsf.param.Parameter
Returns the value to be used if no value is manually specified in the service request.
getDefaultValue() - Method in class org.dmilne.xjsf.param.StringParameter
 
getDescription() - Method in class org.dmilne.xjsf.param.Parameter
Returns a short textual description of what this parameter does
getDescription() - Method in class org.dmilne.xjsf.Service.Example
 
getError() - Method in class org.dmilne.xjsf.UtilityMessages.ErrorMessage
 
getGroupName() - Method in class org.dmilne.xjsf.Service
 
getHourUsage() - Method in class org.dmilne.xjsf.Client
 
getHub() - Method in class org.dmilne.xjsf.Service
 
getInitProgress() - Method in class org.dmilne.xjsf.Service
 
getInstance(ServletContext) - Static method in class org.dmilne.xjsf.ServiceHub
 
getJson() - Method in exception org.dmilne.xjsf.ServiceCaller.ServiceException
 
getJsonSerializer() - Method in class org.dmilne.xjsf.ServiceHub
 
getLimit() - Method in class org.dmilne.xjsf.Client.Usage
 
getMinuteUsage() - Method in class org.dmilne.xjsf.Client
 
getName() - Method in class org.dmilne.xjsf.Client
 
getName() - Method in class org.dmilne.xjsf.ListServicesService.ServiceGroup
 
getName() - Method in class org.dmilne.xjsf.param.Parameter
Returns the name of the parameter
getName() - Method in class org.dmilne.xjsf.param.ParameterGroup
Returns the name of this parameter group
getParameters() - Method in class org.dmilne.xjsf.param.ParameterGroup
Returns a vector of parameters within this group
getParameters() - Method in class org.dmilne.xjsf.Service.Example
 
getPeriodEnd() - Method in class org.dmilne.xjsf.Client.Usage
 
getPeriodStart() - Method in class org.dmilne.xjsf.Client.Usage
 
getProgress() - Method in exception org.dmilne.xjsf.Service.ProgressException
 
getRequest() - Method in class org.dmilne.xjsf.Service.Message
 
getService(String) - Method in class org.dmilne.xjsf.ServiceHub
 
getService() - Method in class org.dmilne.xjsf.UtilityMessages.HelpMessage
 
getServiceDescriptionsByName() - Method in class org.dmilne.xjsf.ListServicesService.ServiceGroup
 
getServiceGroups() - Method in class org.dmilne.xjsf.ListServicesService.Message
 
getServiceName() - Method in class org.dmilne.xjsf.Service.Message
 
getServiceNames() - Method in class org.dmilne.xjsf.ServiceHub
 
getShortDescription() - Method in class org.dmilne.xjsf.Service
 
getSpecifiedParameterGroup(HttpServletRequest) - Method in class org.dmilne.xjsf.Service
 
getTrace() - Method in class org.dmilne.xjsf.UtilityMessages.ErrorMessage
 
getUrl() - Method in class org.dmilne.xjsf.Service.Example
 
getUsageCost(HttpServletRequest) - Method in class org.dmilne.xjsf.Service
 
getUsageCost(HttpServletRequest) - Method in class org.dmilne.xjsf.UsageService
 
getValue(HttpServletRequest) - Method in class org.dmilne.xjsf.param.BooleanParameter
 
getValue(HttpServletRequest) - Method in class org.dmilne.xjsf.param.EnumParameter
 
getValue(HttpServletRequest) - Method in class org.dmilne.xjsf.param.EnumSetParameter
 
getValue(HttpServletRequest) - Method in class org.dmilne.xjsf.param.FloatParameter
 
getValue(HttpServletRequest) - Method in class org.dmilne.xjsf.param.IntListParameter
 
getValue(HttpServletRequest) - Method in class org.dmilne.xjsf.param.IntParameter
 
getValue(HttpServletRequest) - Method in class org.dmilne.xjsf.param.Parameter
Returns the value of this parameter, as specified in the given request.
getValue(HttpServletRequest) - Method in class org.dmilne.xjsf.param.StringArrayParameter
 
getValue(HttpServletRequest) - Method in class org.dmilne.xjsf.param.StringParameter
 
getValueForDescription(Integer[]) - Method in class org.dmilne.xjsf.param.IntListParameter
 
getValueForDescription(T) - Method in class org.dmilne.xjsf.param.Parameter
 
getXmlSerializer() - Method in class org.dmilne.xjsf.ServiceHub
 

I

identifyClient(HttpServletRequest) - Method in class org.dmilne.xjsf.ServiceHub
 
init(ServletConfig) - Method in class org.dmilne.xjsf.Service
 
IntListParameter - Class in org.dmilne.xjsf.param
 
IntListParameter(String, String, Integer[]) - Constructor for class org.dmilne.xjsf.param.IntListParameter
 
IntParameter - Class in org.dmilne.xjsf.param
A Parameter whose values are integers
IntParameter(String, String, Integer) - Constructor for class org.dmilne.xjsf.param.IntParameter
Initialises a new int parameter
isSpecified(HttpServletRequest) - Method in class org.dmilne.xjsf.param.ParameterGroup
Returns true if all mandatory parameters within this group have been specified in the given request, otherwise false

L

limitExceeded() - Method in class org.dmilne.xjsf.Client.Usage
 
ListServicesService - Class in org.dmilne.xjsf
 
ListServicesService() - Constructor for class org.dmilne.xjsf.ListServicesService
 
ListServicesService.Message - Class in org.dmilne.xjsf
 
ListServicesService.ServiceGroup - Class in org.dmilne.xjsf
 

O

org.dmilne.xjsf - package org.dmilne.xjsf
 
org.dmilne.xjsf.param - package org.dmilne.xjsf.param
 

P

Parameter<T> - Class in org.dmilne.xjsf.param
A parameter or argument for a service.
Parameter(String, String, T, String) - Constructor for class org.dmilne.xjsf.param.Parameter
Initialises a new parameter
ParameterGroup - Class in org.dmilne.xjsf.param
A group of parameters that are somehow related to each other
ParameterGroup(String, String) - Constructor for class org.dmilne.xjsf.param.ParameterGroup
Initialises a parameter group
passwordMatches(String) - Method in class org.dmilne.xjsf.Client
 
prmHelp - Variable in class org.dmilne.xjsf.Service
 
prmResponseFormat - Variable in class org.dmilne.xjsf.Service
 
prmWikipedia - Variable in class org.dmilne.xjsf.Service
 

R

registerService(Service) - Method in class org.dmilne.xjsf.ServiceHub
 

S

Service - Class in org.dmilne.xjsf
 
Service(String, String, String, boolean) - Constructor for class org.dmilne.xjsf.Service
 
Service.Example - Class in org.dmilne.xjsf
 
Service.Example(String, LinkedHashMap<String, String>, String) - Constructor for class org.dmilne.xjsf.Service.Example
 
Service.ExampleBuilder - Class in org.dmilne.xjsf
 
Service.ExampleBuilder(String) - Constructor for class org.dmilne.xjsf.Service.ExampleBuilder
 
Service.Message - Class in org.dmilne.xjsf
 
Service.Message(HttpServletRequest) - Constructor for class org.dmilne.xjsf.Service.Message
 
Service.ProgressException - Exception in org.dmilne.xjsf
 
Service.ProgressException(double) - Constructor for exception org.dmilne.xjsf.Service.ProgressException
 
Service.ResponseFormat - Enum in org.dmilne.xjsf
 
Service.UsageLimitException - Exception in org.dmilne.xjsf
 
Service.UsageLimitException() - Constructor for exception org.dmilne.xjsf.Service.UsageLimitException
 
ServiceCaller - Class in org.dmilne.xjsf
A utility class for calling XJSF web services from within Java.
ServiceCaller(URL) - Constructor for class org.dmilne.xjsf.ServiceCaller
 
ServiceCaller.ServiceException - Exception in org.dmilne.xjsf
 
ServiceCaller.ServiceException(UtilityMessages.ErrorMessage, String) - Constructor for exception org.dmilne.xjsf.ServiceCaller.ServiceException
 
ServiceHub - Class in org.dmilne.xjsf
 
StringArrayParameter - Class in org.dmilne.xjsf.param
 
StringArrayParameter(String, String, String, String[], String[]) - Constructor for class org.dmilne.xjsf.param.StringArrayParameter
 
StringParameter - Class in org.dmilne.xjsf.param
A Parameter that expects String values
StringParameter(String, String, String) - Constructor for class org.dmilne.xjsf.param.StringParameter
Initialises a new (case sensitive) StringParameter
StringParameter(String, String, String, boolean) - Constructor for class org.dmilne.xjsf.param.StringParameter
Initialises a new StringParameter

U

update(int) - Method in class org.dmilne.xjsf.Client
 
update(int) - Method in class org.dmilne.xjsf.Client.Usage
 
UsageService - Class in org.dmilne.xjsf
 
UsageService() - Constructor for class org.dmilne.xjsf.UsageService
 
UsageService.Message - Class in org.dmilne.xjsf
 
UtilityMessages - Class in org.dmilne.xjsf
 
UtilityMessages() - Constructor for class org.dmilne.xjsf.UtilityMessages
 
UtilityMessages.ErrorMessage - Class in org.dmilne.xjsf
 
UtilityMessages.ErrorMessage(HttpServletRequest, String) - Constructor for class org.dmilne.xjsf.UtilityMessages.ErrorMessage
 
UtilityMessages.ErrorMessage(HttpServletRequest, Exception) - Constructor for class org.dmilne.xjsf.UtilityMessages.ErrorMessage
 
UtilityMessages.HelpMessage - Class in org.dmilne.xjsf
 
UtilityMessages.HelpMessage(HttpServletRequest, Service) - Constructor for class org.dmilne.xjsf.UtilityMessages.HelpMessage
 
UtilityMessages.ParameterMissingMessage - Class in org.dmilne.xjsf
 
UtilityMessages.ParameterMissingMessage(HttpServletRequest) - Constructor for class org.dmilne.xjsf.UtilityMessages.ParameterMissingMessage
 

V

valueDescriptionsByName - Variable in class org.dmilne.xjsf.param.Parameter
 
valueOf(String) - Static method in enum org.dmilne.xjsf.Client.Granularity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dmilne.xjsf.Service.ResponseFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.dmilne.xjsf.Client.Granularity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dmilne.xjsf.Service.ResponseFormat
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G I L O P R S U V 

Copyright © 2012 David Milne. All Rights Reserved.