Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

W

W3CDOM - Static variable in class org.licas.parsers.types.DomParser
Codes a string as a w3c dom document
waitEvaluateBestReply(ObjectsMap) - Method in class org.licas.autonomic.script.ActionParallel
Execute the callpool and evaluate as the best reply returned over all replies.
waitEvaluateFirstReply(ObjectsMap) - Method in class org.licas.autonomic.script.ActionParallel
Execute the callpool and evaluate as the first reply returned.
webFolder(long) - Method in interface org.licas.def.UtilsManagerDef
Check the web folder and delete any temporary files.
webFolder(long) - Method in class org.licas.security.UtilsManager
Check the web folder and delete any temporary files.
WEBHOME - Static variable in class org.licas.util.ServiceConst
 
WEBQUERYSERVICE - Static variable in class org.licas.util.ServiceConst
Defines the web query service
WEBSEARCHHOME - Static variable in class org.licas.util.ServiceConst
The path to the root folder for text file searches over the web
WEBSERVICE - Static variable in class org.licas.util.Const
Defines web service tag
WEBSERVICE - Static variable in class org.licas.util.ServiceConst
Defines the web service
webServiceCall(String, WsdlOperation, WsMethodInfo) - Method in class org.licas.ws.soap.WebSoapService
Make a web service call using the selected values.
webServiceCall(String, WsMethodInfo) - Method in class org.licas.ws.soap.WebSoapService
Make a web service call using the selected values.
WEBSERVICEMETHODINFO - Static variable in class org.licas.util.Const
Defines web service tag
WebServiceMethodInfoParser - Class in org.licas.parsers
This class can be used to parse a WsMethodInfo object to or from XML.
WebServiceMethodInfoParser() - Constructor for class org.licas.parsers.WebServiceMethodInfoParser
Create a new instance of WebServiceMethodInfoParser.
WebSoapService - Class in org.licas.ws.soap
Can be used to make calls to web services using the SOAP protocol from licas objects.
WebSoapService() - Constructor for class org.licas.ws.soap.WebSoapService
Create a new instance of CallWebService.
WEEK - Static variable in class org.licas.util.TimeConst
Week tag name
WEIGHT - Static variable in class org.licas.util.Const
Defines weight tag
WINDOWS - Static variable in class org.licas.util.Const
Windows operating system type.
WorkInfo - Class in org.licas.service.model
This provides a description of some work that a service can carry out or request.
WorkInfo() - Constructor for class org.licas.service.model.WorkInfo
Create a new instance of WorkInfo.
workInfo - Variable in class org.licas.ServiceAdmin
Type of work protocol for the service - point-to-point, subscribe, or both.
WORKINFO - Static variable in class org.licas.util.MetaConst
Defines work or service provision info
WorkInfoParser - Class in org.licas.parsers
This class parses a WorkInfo representation to or from XML.
WorkInfoParser() - Constructor for class org.licas.parsers.WorkInfoParser
Creates a new instance of WorkInfoParser
workProtocol - Variable in class org.licas.service.model.WorkInfo
Type of work protocol for the service - point-to-point, subscribe, or both
write(int) - Method in class org.licas.parsers.types.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class org.licas.parsers.types.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
WRITE - Static variable in class org.licas.util.MetaConst
Defines a write permission
writeToFile(LicasConfig) - Method in class org.licas.parsers.admin.LicasConfigParser
Write the gui config model to a file.
writeToFile(LicasConfig, String) - Method in class org.licas.parsers.admin.LicasConfigParser
Write the gui config model to a file.
WsdlBinding - Class in org.licas.ws.wsdl.model
This class stores service binding details.
WsdlBinding(String) - Constructor for class org.licas.ws.wsdl.model.WsdlBinding
Create a new instance of WsdlBinding.
WsdlConst - Class in org.licas.ws.wsdl
This class contains some constant values related to wsdl documents.
WsdlConst() - Constructor for class org.licas.ws.wsdl.WsdlConst
 
WsdlEndpoint - Class in org.licas.ws.wsdl.model
This class stores information on an endpoint address for a service.
WsdlEndpoint(String, String, String, String) - Constructor for class org.licas.ws.wsdl.model.WsdlEndpoint
Create a new instance of WsdlEndpoint.
WsdlEndpointParser - Class in org.licas.ws.wsdl.parse
This class can be used to parse an endpoint to its Java equivalent.
WsdlEndpointParser() - Constructor for class org.licas.ws.wsdl.parse.WsdlEndpointParser
Create a new instance of WsdlEndpointParser.
WsdlFault - Class in org.licas.ws.wsdl.model
This class store information for a wsdl fault process description.
WsdlFault(String) - Constructor for class org.licas.ws.wsdl.model.WsdlFault
Create a new instance of WsdlFault.
WsdlFaultParser - Class in org.licas.ws.wsdl.parse
This class can be used to parse a fault to its Java equivalent.
WsdlFaultParser() - Constructor for class org.licas.ws.wsdl.parse.WsdlFaultParser
Create a new instance of WsdlFaultParser.
WsdlInterface - Class in org.licas.ws.wsdl.model
This class describes a particular web services interface, by storing related operation names.
WsdlInterface(String) - Constructor for class org.licas.ws.wsdl.model.WsdlInterface
Create a new instance of WsdlInteface.
WsdlInterfaceParser - Class in org.licas.ws.wsdl.parse
This class can be used to parse an interface to its Java equivalent.
WsdlInterfaceParser() - Constructor for class org.licas.ws.wsdl.parse.WsdlInterfaceParser
Create a new instance of WsdlInterfaceParser.
WsdlMessage - Class in org.licas.ws.wsdl.model
This class can be used ot store wsdl message information.
WsdlMessage(String) - Constructor for class org.licas.ws.wsdl.model.WsdlMessage
Create a new instance of WsdlMessage.
WsdlMessageParser - Class in org.licas.ws.wsdl.parse
This class can be used to parse a message to its Java equivalent.
WsdlMessageParser() - Constructor for class org.licas.ws.wsdl.parse.WsdlMessageParser
Create a new instance of WsdlMessageParser.
WsdlModel - Class in org.licas.ws.wsdl.model
This class describes an entire wsdl document and stores the info in Java objects.
WsdlModel() - Constructor for class org.licas.ws.wsdl.model.WsdlModel
Create a new instance of WsdlModel.
WsdlOperation - Class in org.licas.ws.wsdl.model
This class describes an operation that can be called on a web service.
WsdlOperation(WsdlModel, String) - Constructor for class org.licas.ws.wsdl.model.WsdlOperation
Create a new instance of WsdlOperation.
WsdlOperationParser - Class in org.licas.ws.wsdl.parse
This class can be used to parse an operation to its Java equivalent.
WsdlOperationParser() - Constructor for class org.licas.ws.wsdl.parse.WsdlOperationParser
Create a new instance of WsdlOperationParser.
WSDLPARAMETER - Static variable in class org.licas.util.Const
Defines a WSDL parameter type node
WsdlParameterParser - Class in org.licas.ws.wsdl.parse
This class can be used to parse a parameter to its Java equivalent.
WsdlParameterParser(WsdlTypes) - Constructor for class org.licas.ws.wsdl.parse.WsdlParameterParser
Create a new instance of WsdlParameterParser.
WsdlParamInfo - Class in org.licas.ws.wsdl.model
This class stores parameter details for a web services message.
WsdlParamInfo() - Constructor for class org.licas.ws.wsdl.model.WsdlParamInfo
Creates a new instance of WsdlParamInfo.
WsdlParamInfo(String) - Constructor for class org.licas.ws.wsdl.model.WsdlParamInfo
Creates a new instance of WsdlParamInfo.
WsdlParamInfo(String, Object) - Constructor for class org.licas.ws.wsdl.model.WsdlParamInfo
Creates a new instance of WsdlParamInfo.
WsdlParser - Class in org.licas.ws.wsdl.parse
This class parses a wsdl document.
WsdlParser() - Constructor for class org.licas.ws.wsdl.parse.WsdlParser
Create a new instance of WsdlParser.
WsdlPort - Class in org.licas.ws.wsdl.model
This class stores details for a single port type relating to a specific service.
WsdlPort(String) - Constructor for class org.licas.ws.wsdl.model.WsdlPort
Create a new instance of WsdlPort.
WsdlService - Class in org.licas.ws.wsdl.model
This class stores information on a single Web Service service call.
WsdlService(String) - Constructor for class org.licas.ws.wsdl.model.WsdlService
Create a new instance of WsdlService.
WsdlServiceParser - Class in org.licas.ws.wsdl.parse
This class can be used to parse a service to its Java equivalent.
WsdlServiceParser() - Constructor for class org.licas.ws.wsdl.parse.WsdlServiceParser
Create a new instance of WsdlServiceParser.
WsdlTypes - Class in org.licas.ws.wsdl.model
This class stores the type definitions for a wsdl document.
WsdlTypes() - Constructor for class org.licas.ws.wsdl.model.WsdlTypes
Create a new instance of WsdlTypes.
WsdlTypesParser - Class in org.licas.ws.wsdl.parse
This class can be used to parse type descriptions to its Java equivalent.
WsdlTypesParser() - Constructor for class org.licas.ws.wsdl.parse.WsdlTypesParser
Create a new instance of WsdlTypesParser.
WsFactory - Class in org.licas.ws
Factory object for web services.
WsFactory() - Constructor for class org.licas.ws.WsFactory
 
WsMethodInfo - Class in org.licas.ws
This class stores some specific details required to make a Web Service call, such as the web service name, or uri, etc.
WsMethodInfo() - Constructor for class org.licas.ws.WsMethodInfo
Create a WsMethodInfo object with dummy values.
WsMethodInfo(String, String, String, String, String, String, String[], ArrayList) - Constructor for class org.licas.ws.WsMethodInfo
Create a WsMethodInfo object with the parameters passed in.
WSPASSWORD - Static variable in class org.licas.util.Const
Defines short web service password tag
WSPASSWORDSHORT - Static variable in class org.licas.util.Const
Defines short web service password tag
WSRPC - Static variable in class org.licas.util.Const
Web Service RPC protocol
WSUSERNAME - Static variable in class org.licas.util.Const
Defines short web service username tag
WSUSERNAMESHORT - Static variable in class org.licas.util.Const
Defines short web service username tag
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links