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

H

HANDSHAKE - Static variable in class org.systinet.wasp.wsrm.sequence.OneWaySequence.State
Sequence has been created, the sequence protocol id that is sent on wire is already known but no messages have been sent yet.
HEADER_HELPER - Static variable in class org.idoox.wasp.Context
Use this in Context.getInstance(java.lang.String) to obtain org.idoox.xmlrpc.header.HeaderHelper instance.
HEADER_PROCESSOR_REPOSITORY - Static variable in class org.idoox.wasp.Context
Use this in Context.getInstance(java.lang.String) to obtain header processor repository.
HTTPAddress - interface javax.wsdl.extensions.http.HTTPAddress.
HTTPAddress
HTTPBinding - interface javax.wsdl.extensions.http.HTTPBinding.
HTTPBinding
HTTPOperation - interface javax.wsdl.extensions.http.HTTPOperation.
HTTPOperation
HTTPS_BASIC_PASSWORD - Static variable in class org.idoox.wasp.WaspSecurity
The key associating with the password in the Properties object passed to lookup operation.
HTTPS_BASIC_USER_NAME - Static variable in class org.idoox.wasp.WaspSecurity
The key associating with the userName in the Properties object passed to lookup operation.
HTTPS_PROXY_PASSWORD - Static variable in class org.idoox.wasp.WaspSecurity
The key associating with the HTTPS proxy password is used to proxy authenticate.
HTTPS_PROXY_USER_NAME - Static variable in class org.idoox.wasp.WaspSecurity
The key associating with the HTTPS proxy username is used to proxy authenticate.
HTTPS_REQUEST_CHUNKING - Static variable in class org.idoox.wasp.WaspSecurity
The key associated with chunging of client requests in the Properties object passed to lookup operation.
HTTPUrlEncoded - interface javax.wsdl.extensions.http.HTTPUrlEncoded.
HTTPUrlEncoded
HTTPUrlReplacement - interface javax.wsdl.extensions.http.HTTPUrlReplacement.
HTTPUrlReplacement
HTTP_BASIC_PASSWORD - Static variable in class org.idoox.wasp.WaspSecurity
The key associating with the password in the Properties object passed to lookup operation.
HTTP_BASIC_PASSWORD - Static variable in interface org.idoox.webservice.client.LookupProperties
Deprecated. See WaspSecurity.HTTP_BASIC_PASSWORD
HTTP_BASIC_USER_NAME - Static variable in class org.idoox.wasp.WaspSecurity
The key associating with the userName in the Properties object passed to lookup operation.
HTTP_BASIC_USER_NAME - Static variable in interface org.idoox.webservice.client.LookupProperties
Deprecated. See WaspSecurity.HTTP_BASIC_USER_NAME
HTTP_PROXY_PASSWORD - Static variable in interface org.idoox.webservice.client.LookupProperties
Deprecated. See ServiceClientContext.HTTP_PROXY_PASSWORD
HTTP_PROXY_PASSWORD - Static variable in interface org.systinet.wasp.webservice.CallContext
The key associated with the HTTP proxy password is used to proxy authenticate.
HTTP_PROXY_PASSWORD - Static variable in interface org.systinet.wasp.webservice.ServiceClientContext
Deprecated. See CallContext.HTTP_PROXY_PASSWORD
HTTP_PROXY_USER_NAME - Static variable in interface org.idoox.webservice.client.LookupProperties
Deprecated. See ServiceClientContext.HTTP_PROXY_USER_NAME
HTTP_PROXY_USER_NAME - Static variable in interface org.systinet.wasp.webservice.CallContext
The key associated with the HTTP proxy username is used to proxy authenticate.
HTTP_PROXY_USER_NAME - Static variable in interface org.systinet.wasp.webservice.ServiceClientContext
Deprecated. See CallContext.HTTP_PROXY_USER_NAME
HTTP_REQUEST_CHUNKING - Static variable in interface org.idoox.webservice.client.LookupProperties
Deprecated. See ServiceClientContext.HTTP_REQUEST_CHUNKING
HTTP_REQUEST_CHUNKING - Static variable in interface org.systinet.wasp.webservice.CallContext
The key associated with HTTP chunging of client requests.
HTTP_REQUEST_CHUNKING - Static variable in interface org.systinet.wasp.webservice.ServiceClientContext
Deprecated. See CallContext.HTTP_REQUEST_CHUNKING
Handler - interface javax.xml.rpc.handler.Handler.
The javax.xml.rpc.handler.Handler interface is required to be implemented by a SOAP message handler.
Handler - interface org.systinet.wasp.dd.Handler.
This interface represents a handler deployment part.
HandlerChain - interface javax.xml.rpc.handler.HandlerChain.
The javax.xml.rpc.handler.HandlerChain represents a list of handlers.
HandlerInfo - class javax.xml.rpc.handler.HandlerInfo.
The javax.xml.rpc.handler.HandlerInfo represents information about a handler in the HandlerChain.
HandlerInfo() - Constructor for class javax.xml.rpc.handler.HandlerInfo
Default constructor
HandlerInfo(Class, Map, QName[]) - Constructor for class javax.xml.rpc.handler.HandlerInfo
Constructor for HandlerInfo
HandlerRegistry - interface javax.xml.rpc.handler.HandlerRegistry.
The javax.xml.rpc.handler.HandlerRegistry provides support for the programmatic configuration of handlers in a HandlerRegistry.
Handlers - interface org.systinet.wasp.webservice.Handlers.
*
HashSparseArray - class org.idoox.wasp.HashSparseArray.
Deprecated. Sparse arrays are no longer supported.
HashSparseArray(int) - Constructor for class org.idoox.wasp.HashSparseArray
Deprecated. Creates a new HashSparseArray instance.
Header - class org.idoox.xmlrpc.header.Header.
Class represents header given header processor produces or consumes.
Header() - Constructor for class org.idoox.xmlrpc.header.Header
Construct an empty Header.
Header(QName, int) - Constructor for class org.idoox.xmlrpc.header.Header
Construct Header using it's QName and direction.
Header(QName, Class, int) - Constructor for class org.idoox.xmlrpc.header.Header
Construct Header using it's QName> Java class and direction.
Header(QName, QName, Class, int) - Constructor for class org.idoox.xmlrpc.header.Header
Construct Header using it's QName name, QName type, java class and direction.
Header - interface org.systinet.wasp.dd.Header.
This interface represents header subelement of understand element.
HeaderHelper - class org.idoox.xmlrpc.header.HeaderHelper.
This class allows header processor implementation to create headers without need to write its own XML Tokenizer implementation.
HeaderHelper() - Constructor for class org.idoox.xmlrpc.header.HeaderHelper
 
HeaderProcessingException - exception org.idoox.xmlrpc.header.HeaderProcessingException.
exception thrown by header processor when something went wrong
HeaderProcessingException() - Constructor for class org.idoox.xmlrpc.header.HeaderProcessingException
Creates a new HeaderProcessingException instance.
HeaderProcessingException(String) - Constructor for class org.idoox.xmlrpc.header.HeaderProcessingException
Creates a new HeaderProcessingException instance.
HeaderProcessor - interface org.idoox.xmlrpc.header.HeaderProcessor.
Deprecated. use Handler and Handlers
HeaderProcessor - interface org.systinet.wasp.dd.HeaderProcessor.
Deprecated. Use Handler as a replacement.
HeaderProcessors - interface org.systinet.wasp.webservice.HeaderProcessors.
Deprecated. use Handlers
HexBinary - class org.idoox.wasp.serialization.xsdbuiltin.HexBinary.
Represent hexBinary type in the xsd built-in.
HexBinary(String) - Constructor for class org.idoox.wasp.serialization.xsdbuiltin.HexBinary
Translates the String representation of a HexBinary into an internal data.
HexBinary(byte[]) - Constructor for class org.idoox.wasp.serialization.xsdbuiltin.HexBinary
Translates the representation of a HexBinary as bytes array into an internal data.
Holder - interface javax.xml.rpc.holders.Holder.
The java.xml.rpc.holders.Holder interface represents the base interface for both standard and generated Holder classes.
Holder - interface org.idoox.wasp.Holder.
Deprecated. Use Holder instead.
Holder - interface org.idoox.wasp.types.Holder.
Every generated holder inherits from this interface.
HolderGenerator - interface org.idoox.wasp.tools.holder.HolderGenerator.
Tool for generating implementations of Holder interface.
HolderGeneratorFactory - class org.idoox.wasp.tools.holder.HolderGeneratorFactory.
A factory which creates an implementation of HolderGenerator interface.
HolderGeneratorFactory() - Constructor for class org.idoox.wasp.tools.holder.HolderGeneratorFactory
 
HttpBasic - Static variable in class org.idoox.wasp.SecurityHelper
Http basic authentication mechanism, its value is "HttpBasic".
HttpClientConfig - interface org.idoox.transport.config.HttpClientConfig.
A config interface for HTTP client.
HttpDigest - Static variable in class org.idoox.wasp.SecurityHelper
Http digest authentication mechanism, its value is "HttpDigest".
HttpDigestAuthorizationCallback - class org.idoox.security.jaas.HttpDigestAuthorizationCallback.
This class is used for passing digest authorization parameters to LoginModule.
HttpDigestAuthorizationCallback() - Constructor for class org.idoox.security.jaas.HttpDigestAuthorizationCallback
 
HttpDigestConfig - interface org.idoox.wasp.security.http.digest.HttpDigestConfig.
Interface for configuration of HttpDigest provider.
HttpServerConfig - interface org.idoox.transport.config.HttpServerConfig.
A config interface for HTTP server.
HttpsClientConfig - interface org.idoox.transport.config.HttpsClientConfig.
A config interface for HTTPS client.
HttpsServerConfig - interface org.idoox.transport.config.HttpsServerConfig.
A config interface for HTTPS server.
handle(Event) - Method in interface org.systinet.monitoring.EventListener
Handles specified events.
handleDelete(ServerConnection) - Method in interface org.idoox.transport.server.ConnectionHandler
Handles new incoming connections for TransportMethod.DELETE method.
handleFault(MessageContext) - Method in class javax.xml.rpc.handler.GenericHandler
The handleFault method processes the SOAP faults based on the SOAP message processing model.
handleFault(MessageContext) - Method in interface javax.xml.rpc.handler.Handler
The handleFault method processes the SOAP faults based on the SOAP message processing model.
handleFault(MessageContext) - Method in interface javax.xml.rpc.handler.HandlerChain
The handleFault method initiates the SOAP fault processing for this handler chain.
handleGet(ServerConnection) - Method in interface org.idoox.transport.server.ConnectionHandler
Handles new incoming connections for TransportMethod.GET method.
handleInput(MessageContext) - Method in class org.systinet.wasp.attachments.UnreferencedAttachmentsHandler
Reads all message's attachments and puts the structure in the context.
handleInput(MessageContext) - Method in class org.systinet.wasp.handler.WaspGenericHandler
This method is called by either WaspGenericHandler.handleRequest(javax.xml.rpc.handler.MessageContext)(on server) or WaspGenericHandler.handleResponse(javax.xml.rpc.handler.MessageContext)(on client).
handleOutput(MessageContext) - Method in class org.systinet.wasp.attachments.UnreferencedAttachmentsHandler
Puts all attachments from the context into the message.
handleOutput(MessageContext) - Method in class org.systinet.wasp.handler.WaspGenericHandler
This method is called by either WaspGenericHandler.handleRequest(javax.xml.rpc.handler.MessageContext)(on server) or WaspGenericHandler.handleResponse(javax.xml.rpc.handler.MessageContext)(on client).
handlePost(ServerConnection) - Method in interface org.idoox.transport.server.ConnectionHandler
Handles new incoming connections for TransportMethod.POST method.
handlePut(ServerConnection) - Method in interface org.idoox.transport.server.ConnectionHandler
Handles new incoming connections for TransportMethod.PUT method.
handleRequest(MessageContext) - Method in class javax.xml.rpc.handler.GenericHandler
The handleRequest method processes the request SOAP message.
handleRequest(MessageContext) - Method in interface javax.xml.rpc.handler.Handler
The handleRequest method processes the request message.
handleRequest(MessageContext) - Method in interface javax.xml.rpc.handler.HandlerChain
The handleRequest method initiates the request processing for this handler chain.
handleRequest(MessageContext) - Method in class org.systinet.wasp.handler.WaspGenericHandler
Calls either WaspGenericHandler.handleInput(javax.xml.rpc.handler.MessageContext) or WaspGenericHandler.handleOutput(javax.xml.rpc.handler.MessageContext) depending on processing location(server or client)
handleResponse(MessageContext) - Method in class javax.xml.rpc.handler.GenericHandler
The handleResponse method processes the response message.
handleResponse(MessageContext) - Method in interface javax.xml.rpc.handler.Handler
The handleResponse method processes the response SOAP message.
handleResponse(MessageContext) - Method in interface javax.xml.rpc.handler.HandlerChain
The handleResponse method initiates the response processing for this handler chain.
handleResponse(MessageContext) - Method in class org.systinet.wasp.handler.WaspGenericHandler
Calls either WaspGenericHandler.handleInput(javax.xml.rpc.handler.MessageContext) or WaspGenericHandler.handleOutput(javax.xml.rpc.handler.MessageContext) depending on processing location(server or client)
hasClientPackage - Variable in class org.systinet.wasp.admin.old.PackageInfo
Deprecated.  
hasFault() - Method in interface javax.xml.soap.SOAPBody
Indicates whether a SOAPFault object exists in this SOAPBody object.
hasHandler() - Method in class org.idoox.transport.client.Endpoint
Returns true if this URI has handler on the TransportRepository.
hasMoreDeserializers() - Method in interface org.idoox.wasp.serialization.DeserializationChain
returns true if there are any deserializers left in the chain
hasMoreSerializers() - Method in interface org.idoox.wasp.serialization.SerializationChain
returns true if there are any serializers left in the chain
hasNegativeValue() - Method in class org.idoox.wasp.serialization.xsdbuiltin.DateTimeBase
Returns true if this Object has negative values.
hasNext() - Method in interface org.idoox.security.pstore.UserIterator
Returns true if the iteration has more elements.
hasNext() - Method in interface org.idoox.xmlrpc.PartIterator
returns whether the message has next part
hasNext() - Method in interface org.systinet.security.policy.PrincipalEntries
Returns true if the iteration has more elements.
hasNext() - Method in class org.systinet.wasp.admin.security.UserStoreProxy.UserIteratorImpl
Returns true if the iteration has more elements.
hasUser(String, Map) - Method in interface org.idoox.security.pstore.UserStore
Determines whether user with given name and properties is present in the user store or not.
hasUser(String, UserProperty[]) - Method in interface org.systinet.wasp.admin.security.PStoreService
Determines whether user with given name and properties is present in the user store or not.
hasUser(String, Map) - Method in class org.systinet.wasp.admin.security.UserStoreProxy
Determines whether user with given name and properties is present in the user store or not.
hasWSDL - Variable in class org.systinet.wasp.admin.old.ServiceInfo
Deprecated.  
hashCode() - Method in class javax.xml.namespace.QName
Returns a hash code value for this QName object.
hashCode() - Method in class org.idoox.security.WASPPrincipal
Gets the hash code of this.
hashCode() - Method in class org.idoox.transport.client.Endpoint
 
hashCode() - Method in class org.idoox.wasp.serialization.xsdbuiltin.Date
 
hashCode() - Method in class org.idoox.wasp.serialization.xsdbuiltin.DateTime
 
hashCode() - Method in class org.idoox.wasp.serialization.xsdbuiltin.Duration
 
hashCode() - Method in class org.idoox.wasp.serialization.xsdbuiltin.GDay
 
hashCode() - Method in class org.idoox.wasp.serialization.xsdbuiltin.GMonth
 
hashCode() - Method in class org.idoox.wasp.serialization.xsdbuiltin.GMonthDay
 
hashCode() - Method in class org.idoox.wasp.serialization.xsdbuiltin.GYear
 
hashCode() - Method in class org.idoox.wasp.serialization.xsdbuiltin.GYearMonth
 
hashCode() - Method in class org.idoox.wasp.serialization.xsdbuiltin.HexBinary
 
hashCode() - Method in class org.idoox.wasp.serialization.xsdbuiltin.NormalizedString
 
hashCode() - Method in class org.idoox.wasp.serialization.xsdbuiltin.Time
 
hashCode() - Method in class org.idoox.wasp.serialization.xsdbuiltin.TimeZone
 
hashCode() - Method in class org.idoox.wasp.wsdl.SOAPMethodInfo.FaultPartInfo
 
hashCode() - Method in class org.idoox.wasp.wsdl.WSDLRepository.PortInfo
 
hashCode() - Method in class org.idoox.webservice.CallContext
Deprecated.  
hashCode() - Method in class org.idoox.xml.schema.Attribute
 
hashCode() - Method in class org.idoox.xml.schema.AttributeGroup
 
hashCode() - Method in class org.idoox.xml.schema.Facet
Returns hashCode of this instance.
hashCode() - Method in class org.idoox.xml.schema.Member
 
hashCode() - Method in class org.idoox.xml.schema.Type
Returns a hash code for this instance of type.
hashCode() - Method in class org.ietf.jgss.ChannelBinding
 
hashCode() - Method in class org.ietf.jgss.Oid
 
hashCode() - Method in class org.systinet.security.perm.ACLPermission
Returns the hash code value for this object.
hashCode() - Method in class org.systinet.security.perm.AllWSManagePermission
Always return the value 1.
hashCode() - Method in class org.systinet.security.perm.DelegatePermission
Returns the hash code value for this object.
hashCode() - Method in class org.systinet.security.perm.PStorePermission
Returns the hash code value for this object.
hashCode() - Method in class org.systinet.security.perm.WASPDeployPermission
Returns the hash code value for this object.
hashCode() - Method in class org.systinet.security.perm.WASPGetPermission
Always return the value getName().hashCode() or 3 if getName() returns null.
hashCode() - Method in class org.systinet.security.perm.WASPRole
Always return the value getName().hashCode() or 3 if getName() returns null.
hashCode() - Method in class org.systinet.security.perm.WASPUndeployPermission
Always return the value getName().hashCode() or 2 if getName() returns null.
hashCode() - Method in class org.systinet.security.perm.WSBManagePermission
Returns the hash code value for this object.
hashCode() - Method in class org.systinet.security.perm.WSConfigPermission
Returns the hash code value for this object.
hashCode() - Method in class org.systinet.security.perm.WSInvokePermission
Returns the hash code value for this object.
hashCode() - Method in class org.systinet.security.perm.WSManageACLPermission
Always return the value getName().hashCode() or 4 if getName() returns null.
hashCode() - Method in class org.systinet.security.perm.WSManagePermission
Returns the hash code value for this object.
hashCode() - Method in class org.systinet.security.perm.WSMonitoringPermission
Returns the hash code value for this object.
hashCode() - Method in class org.systinet.security.perm.WSSecurityMechsPermission
Returns the hash code value for this object.
hashCode() - Method in class org.systinet.security.perm.WSStatePermission
Returns the hash code value for this object.
hashCode() - Method in class org.systinet.wasp.addressing.AddressingHeaders
 
hashCode() - Method in class org.systinet.wasp.addressing.EndpointReference
 
hashCode() - Method in class org.systinet.wasp.addressing.ReferenceProperties
 
hashCode() - Method in class org.systinet.wasp.admin.IpFilterRule
Hash code value for this object.
hashCode() - Method in class org.systinet.wasp.admin.Package
Hash code value for this object.
hashCode() - Method in class org.systinet.wasp.admin.ServiceEndpoint
Hash code value for this object.
hashCode() - Method in class org.systinet.wasp.admin.ServiceInstance
Hash code value for this object.
hashCode() - Method in class org.systinet.wasp.admin.preferences.TaggedList
Deprecated.  
hashCode() - Method in class org.systinet.wasp.admin.preferences.TaggedStructure
Deprecated. Hash code value for this object.
hashCode() - Method in class org.systinet.wasp.admin.preferences.TaggedValue
Deprecated. Hash code value for this object.
hashCode() - Method in class org.systinet.wasp.admin.preferences.TaggedValueTempl
Deprecated. Hash code value for this object.
hashCode() - Method in class org.systinet.wasp.management.services.wsdiscovery.UddiRegistry
Returns a hash code value for the object.
hashCode() - Method in class org.systinet.wasp.management.services.wsdiscovery.WaspServerProfile
Returns a hash code value for the object.
hashCode() - Method in class org.systinet.wasp.mgmt.preferences.PrefsMetadata
Returns a hash code value for the object.
hashCode() - Method in class org.systinet.wasp.policy.DefaultDomainExpression
 
hashCode() - Method in class org.systinet.wasp.policy.PolicyUsage
 
hashCode() - Method in class org.systinet.wasp.policy.assertion.ExpirationAssertion
 
hashCode() - Method in class org.systinet.wasp.policy.assertion.SpecVersionAssertion
Hashcode of URI
hashCode() - Method in class org.systinet.wasp.webservice.ServiceEndpointReference
 
hashCode() - Method in class org.systinet.wasp.wsrm.feb2005.policy.AcknowledgementIntervalAssertion
 
hashCode() - Method in class org.systinet.wasp.wsrm.feb2005.policy.DeliveryAssurance
 
hashCode() - Method in class org.systinet.wasp.wsrm.feb2005.policy.DeliveryAssuranceAssertion
 
hashCode() - Method in class org.systinet.wasp.wsrm.feb2005.policy.ExponentialBackoffAssertion
 
hashCode() - Method in class org.systinet.wasp.wsrm.feb2005.policy.InactivityTimeoutAssertion
 
hashCode() - Method in class org.systinet.wasp.wsrm.feb2005.policy.RetransmissionIntervalAssertion
 
hashCode() - Method in class org.systinet.wasp.wsrm.sequence.OneWaySequence.State
 
headerParts - Variable in class org.idoox.wasp.wsdl.SOAPMethodInfo
all header parts
headers - Variable in class org.systinet.wasp.handler.WaspGenericHandler
The headers initialized by HandlerInfo.
hits - Variable in class org.systinet.wasp.admin.ServiceBindingPerformanceLog
Number of requests.
hits - Variable in class org.systinet.wasp.admin.ServiceEndpointPerformanceLog
Number of requests.
hits - Variable in class org.systinet.wasp.admin.ServiceEndpointThroughputLog
Total number of requests.
httpLocationURI - Variable in class org.idoox.wasp.wsdl.SOAPMethodInfo
In the case of HTTP GET binding, the value of "location URI".
httpUriEncoding - Variable in class org.idoox.wasp.wsdl.SOAPMethodInfo
In the case of HTTP GET binding say the HTTP URI encoding.

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