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

P

PACKAGE_REPOSITORY - Static variable in class org.idoox.wasp.Context
use this in Context.getInstance(java.lang.String) to obtain package repository.
PARAMETER_HANDLER_WEB_SERVICE_CONTEXT - Static variable in class org.idoox.webservice.CallContext
Deprecated. This key to the CallContextinstance can be used by the parameter handler service to obtain WebServiceContext and instances for the original service to which is the request delivered without the select parameter.
PARAMETER_HANDLER_WS_CONTEXT - Static variable in class org.idoox.webservice.CallContext
Deprecated. This key to the CallContextinstance can be used by the parameter handler service to obtain WSContext and instances for the original service to which is the request delivered without the select parameter.
PARSER_ERROR - Static variable in class javax.wsdl.WSDLException
 
PASSWORD_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property: Password for authentication
PASSWORD_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: Password for authentication.
PASSWORD_PROPERTY - Static variable in interface org.idoox.security.pstore.UserStore
Password property key.
PASSWORD_TYPE - Static variable in interface org.idoox.security.pstore.PropertySerializer
password type (not MIME)
PATTERN - Static variable in class org.idoox.xml.schema.Facet.FacetEnum
 
PM_GENERATE - Static variable in class org.systinet.wasp.security.ws.SecurityTokenSPI
Constant denotes WS-Security header generation mode in SecurityTokenSPI.doFinal(int) method (i.e., message send).
PM_RECEIVE - Static variable in class org.systinet.wasp.security.ws.SecurityTokenSPI
Constant denotes WS-Security header processing mode in SecurityTokenSPI.doFinal(int) method (i.e., message receive).
POLICY_INPUT - Static variable in interface org.systinet.wasp.webservice.CallContext
Effective EffectivePolicy of the input message.
POLICY_OUTPUT - Static variable in interface org.systinet.wasp.webservice.CallContext
Effective EffectivePolicy of the output message.
PORT_TYPE_MAPPING_REGISTRY - Static variable in class org.idoox.wasp.Context
Use this in Context.getInstance(java.lang.String) to obtain portType mapping registry.
POSITION_FIRST - Static variable in interface org.systinet.wasp.webservice.HeaderProcessors
Deprecated. Constant value representing the first position in the chain.
POSITION_FIRST - Static variable in interface org.systinet.wasp.webservice.Interceptors
Constant value representing the first position in the chain.
POSITION_LAST - Static variable in class org.systinet.wasp.handler.WaspHandlerInfo
 
POSITION_LAST - Static variable in interface org.systinet.wasp.webservice.HeaderProcessors
Deprecated. Constant value representing the last position in the chain.
POSITION_LAST - Static variable in interface org.systinet.wasp.webservice.Interceptors
Constant value representing the last position in the chain.
POST - Static variable in class org.idoox.transport.TransportMethod
Posts data to an existing resource with given URI.
POST - Static variable in class org.systinet.wasp.admin.ServiceEndpoint
POST transport method.
PRIMITIVE - Static variable in interface org.idoox.xmlrpc.encoding.EncodingToken
primitive type
PROCEDURE_NOT_PRESENT_FAULT_CODE_12 - Static variable in interface org.idoox.xmlrpc.Constants
SOAP 1.2 fault code for version mismatch faults
PROTOCOL_HTTPGET - Static variable in interface org.idoox.wasp.tools.java2wsdl.Java2WSDL
HTTP GET binding
PROTOCOL_HTTPGET - Static variable in interface org.idoox.wasp.tools.wsdl2java.WSDL2Java
Constant representing HTTP GET binding
PROTOCOL_PROPERTIES_NS - Static variable in interface org.idoox.xmlrpc.Constants
namespace for all xml protocol properties
PROTOCOL_REPOSITORY - Static variable in class org.idoox.wasp.Context
Use this in Context.getInstance(java.lang.String) to obtain protocol repository.
PROTOCOL_SOAP11 - Static variable in interface org.idoox.wasp.tools.java2wsdl.Java2WSDL
SOAP 1.1 protocol binding
PROTOCOL_SOAP11 - Static variable in interface org.idoox.wasp.tools.wsdl2java.WSDL2Java
Constant representing SOAP 1.1 XML protocol.
PROTOCOL_SOAP11_SOAP12 - Static variable in interface org.idoox.wasp.tools.java2wsdl.Java2WSDL
SOAP1.1 and SOAP 1.2 protocol.
PROTOCOL_SOAP12 - Static variable in interface org.idoox.wasp.tools.java2wsdl.Java2WSDL
SOAP 1.2 protocol binding
PROTOCOL_SOAP12 - Static variable in interface org.idoox.wasp.tools.wsdl2java.WSDL2Java
Constant representing SOAP 1.2 XML protocol.
PROVIDER_NAME - Static variable in interface org.systinet.wasp.security.ws.Constants
Name of the WS-Security provider
PStore - class org.idoox.security.pstore.PStore.
Represents protected storage of security related detabases, methods that allows to get singletons of underlaying UserStore and KeyStore implementations.
PStore(String) - Constructor for class org.idoox.security.pstore.PStore
This constructor must be implemented by extenders.
PStorePermission - class org.systinet.security.perm.PStorePermission.
This class is intended for protected store permissions.
PStorePermission(String, String) - Constructor for class org.systinet.security.perm.PStorePermission
Creates a new PStorePermission object with the specified name.
PStorePermission(String, int) - Constructor for class org.systinet.security.perm.PStorePermission
Creates a new PStorePermission object with the specified name.
PStoreService - interface org.systinet.wasp.admin.security.PStoreService.
This interface represents component which provides management features for database of identities (UserStore) and certificate store (KeyStore).
PT_DIGEST_VALUE - Static variable in interface org.systinet.wasp.security.ws.Constants
Username token contains a password.
PT_TEXT_VALUE - Static variable in interface org.systinet.wasp.security.ws.Constants
If the type of the password is Constants.PT_TEXT_VALUE a text password is used.
PUT - Static variable in class org.idoox.transport.TransportMethod
Puts data to given URI.
Package - class org.systinet.wasp.admin.Package.
Basic deployment package information.
Package() - Constructor for class org.systinet.wasp.admin.Package
Creates a new Package instance.
Package(String, String, String) - Constructor for class org.systinet.wasp.admin.Package
Creates a new Package instance.
PackageException - exception org.systinet.wasp.admin.PackageException.
Package exception is thrown when an error occurs during deploying.
PackageException() - Constructor for class org.systinet.wasp.admin.PackageException
Creates a new PackageException instance.
PackageException(String) - Constructor for class org.systinet.wasp.admin.PackageException
Creates a new PackageException instance.
PackageException(Throwable) - Constructor for class org.systinet.wasp.admin.PackageException
Creates a new PackageException instance.
PackageException(String, Throwable) - Constructor for class org.systinet.wasp.admin.PackageException
Creates a new PackageException instance.
PackageInfo - class org.systinet.wasp.admin.PackageInfo.
Basic deployment package information.
PackageInfo() - Constructor for class org.systinet.wasp.admin.PackageInfo
Creates a new PackageInfo instance.
PackageInfo(Package, String, String, String, String, String, long) - Constructor for class org.systinet.wasp.admin.PackageInfo
Creates a new PackageInfo instance.
PackageInfo - class org.systinet.wasp.admin.old.PackageInfo.
Deprecated. since 4.0
PackageInfo() - Constructor for class org.systinet.wasp.admin.old.PackageInfo
Deprecated.  
Packager - interface org.systinet.wasp.dd.Packager.
This interface contains an information about the author of the deployment package.
ParameterMode - class javax.xml.rpc.ParameterMode.
The javax.xml.rpc.ParameterMode is a type-safe enumeration for parameter mode.
Part - interface javax.wsdl.Part.
This interface represents a message part and contains the part's name, elementName, and typeName.
PartIterator - interface org.idoox.xmlrpc.PartIterator.
Iterates through parts in xml protocol message
PasswordOption - class org.systinet.wasp.security.ws.PasswordOption.
Password options specifies how the password is transmitted on the wire.
PermissionHelper - class org.systinet.wasp.admin.security.PermissionHelper.
This class helps to convert objects (their representaion) into identificators which are used to grant permissions and to convert identificators back to objects.
PermissionHelper() - Constructor for class org.systinet.wasp.admin.security.PermissionHelper
 
PermissionHelper.Holder - class org.systinet.wasp.admin.security.PermissionHelper.Holder.
This class is used as holder of object representation during decoding of it from identificator.
PermissionHelper.Holder(String, String, String) - Constructor for class org.systinet.wasp.admin.security.PermissionHelper.Holder
 
PingService - interface org.systinet.wasp.admin.PingService.
Simple service to determine whether a WSO2 SOA Enablement Server is running.
Policy - class org.systinet.wasp.policy.Policy.
This class represents a policy expression according WS-Policy.
Policy() - Constructor for class org.systinet.wasp.policy.Policy
 
Policy2UpdateablePolicy - class org.systinet.security.policy.Policy2UpdateablePolicy.
This is a wrapper class for representing the updateable policy using JAAS policy.
Policy2UpdateablePolicy(Map) - Constructor for class org.systinet.security.policy.Policy2UpdateablePolicy
Wrapps JAAS Policy into an updatable policy.
Policy2UpdateablePolicy(Policy) - Constructor for class org.systinet.security.policy.Policy2UpdateablePolicy
Wrapps given policy into an updatable policy.
PolicyAllOperator - class org.systinet.wasp.policy.PolicyAllOperator.
This class represents WS-Policy All operator.
PolicyAllOperator() - Constructor for class org.systinet.wasp.policy.PolicyAllOperator
Creates an instance of this class.
PolicyAllOperator(Source) - Constructor for class org.systinet.wasp.policy.PolicyAllOperator
Creates instance of this object from given XML source.
PolicyAllOperator(PolicyUsage, int) - Constructor for class org.systinet.wasp.policy.PolicyAllOperator
Creates an instance of this class.
PolicyAssertion - interface org.systinet.wasp.dd.PolicyAssertion.
This interface represents a policy assertion in deployment descriptor.
PolicyAssertion - class org.systinet.wasp.policy.PolicyAssertion.
This class represents policy assertion according WS-Policy.
PolicyAssertion() - Constructor for class org.systinet.wasp.policy.PolicyAssertion
 
PolicyAttachment - interface org.systinet.wasp.policy.PolicyAttachment.
This class represents a policy attachment according WS-PolicyAttachment.
PolicyCompositor - class org.systinet.wasp.policy.PolicyCompositor.
This class represents policy compositor.
PolicyCompositor() - Constructor for class org.systinet.wasp.policy.PolicyCompositor
 
PolicyConstants - class org.systinet.wasp.policy.PolicyConstants.
WS-Policy related constants.
PolicyConstants() - Constructor for class org.systinet.wasp.policy.PolicyConstants
 
PolicyElement - class org.systinet.wasp.policy.PolicyElement.
This class represents the base class for the WSO2 SOA Enablement Server policy framework.
PolicyElement() - Constructor for class org.systinet.wasp.policy.PolicyElement
This only sets the preference to 100.
PolicyExactlyOneOperator - class org.systinet.wasp.policy.PolicyExactlyOneOperator.
This class represents WS-Policy ExatlyOne operator.
PolicyExactlyOneOperator() - Constructor for class org.systinet.wasp.policy.PolicyExactlyOneOperator
Creates an instance of this class.
PolicyExactlyOneOperator(Source) - Constructor for class org.systinet.wasp.policy.PolicyExactlyOneOperator
Creates instance of this object from given XML source.
PolicyExactlyOneOperator(PolicyUsage, int) - Constructor for class org.systinet.wasp.policy.PolicyExactlyOneOperator
Creates an instance of this class.
PolicyException - exception org.systinet.wasp.policy.PolicyException.
 
PolicyException() - Constructor for class org.systinet.wasp.policy.PolicyException
 
PolicyException(String) - Constructor for class org.systinet.wasp.policy.PolicyException
 
PolicyException(String, Throwable) - Constructor for class org.systinet.wasp.policy.PolicyException
 
PolicyException(Throwable) - Constructor for class org.systinet.wasp.policy.PolicyException
 
PolicyManagement - interface org.systinet.wasp.admin.PolicyManagement.
This interface represents service which is able to manage UpdatablePolicy (security policy)
PolicyManager - class org.systinet.wasp.policy.PolicyManager.
Policy Manager represents powerful part of the policy framework.
PolicyOneOrMoreOperator - class org.systinet.wasp.policy.PolicyOneOrMoreOperator.
This class represents WS-Policy OneOrMore operator.
PolicyOneOrMoreOperator() - Constructor for class org.systinet.wasp.policy.PolicyOneOrMoreOperator
Creates an instance of this class.
PolicyOneOrMoreOperator(Source) - Constructor for class org.systinet.wasp.policy.PolicyOneOrMoreOperator
Creates instance of this object from given XML source.
PolicyOneOrMoreOperator(PolicyUsage, int) - Constructor for class org.systinet.wasp.policy.PolicyOneOrMoreOperator
Creates an instance of this class.
PolicyUsage - class org.systinet.wasp.policy.PolicyUsage.
The policy usage identifies how the policy assertion is processed.
PolicyUsage(QName) - Constructor for class org.systinet.wasp.policy.PolicyUsage
 
PopClientConfig - interface org.idoox.transport.config.PopClientConfig.
A config interface for POP client.
Port - interface javax.wsdl.Port.
This interface represents a port, an endpoint for the functionality described by a particular port type.
PortType - interface javax.wsdl.PortType.
This interface represents a port type.
PostDeserializationHandler - interface org.idoox.wasp.serialization.PostDeserializationHandler.
Deprecated. The feature is no longer supported
PostSerializationHandler - interface org.idoox.wasp.serialization.PostSerializationHandler.
Deprecated. The feature is no longer supported
PreferencesException - exception org.systinet.wasp.admin.preferences.PreferencesException.
Deprecated. since 4.5
PreferencesException() - Constructor for class org.systinet.wasp.admin.preferences.PreferencesException
Deprecated. Default contstructor.
PreferencesException(String) - Constructor for class org.systinet.wasp.admin.preferences.PreferencesException
Deprecated. Constructor.
PreferencesException(String, Throwable) - Constructor for class org.systinet.wasp.admin.preferences.PreferencesException
Deprecated. Constructor for the AdminServiceException object
PrefsMetadata - class org.systinet.wasp.mgmt.preferences.PrefsMetadata.
Holds meta information about specific server preference.
PrefsMetadata() - Constructor for class org.systinet.wasp.mgmt.preferences.PrefsMetadata
 
PrincipalAuthenticator - interface org.idoox.security.PrincipalAuthenticator.
This interface represents the principal authenticator entity, which is used by applications to authenticate an identity into the system.
PrincipalEntries - interface org.systinet.security.policy.PrincipalEntries.
Represents an enumeration of principal entries available in updatable policy.
PrivateKeyCertsCredential - class org.idoox.security.jaas.PrivateKeyCertsCredential.
Contains asymetric cyptographic material in a form of private key and certificate.
PrivateKeyCertsCredential(PrivateKey, X509Certificate[]) - Constructor for class org.idoox.security.jaas.PrivateKeyCertsCredential
Constructor sets private key and X509 certificate (chain) to the given values.
Processing - interface org.systinet.wasp.dd.Processing.
This interface describes the deployment descriptor's processing.
Processing - interface org.systinet.wasp.webservice.Processing.
Processing is an abstraction of either client or service endpoint chain of processed elements.
ProcessingConfiguration - interface org.idoox.wasp.config.ProcessingConfiguration.
Deprecated. See new Runtime Publishing API (Processing)
ProcessingConfiguration.Header - class org.idoox.wasp.config.ProcessingConfiguration.Header.
Deprecated. This class represents header in a SOAP message.
ProcessingConfiguration.Header() - Constructor for class org.idoox.wasp.config.ProcessingConfiguration.Header
Deprecated.  
ProcessingConfiguration.HeaderProcessorEntry - class org.idoox.wasp.config.ProcessingConfiguration.HeaderProcessorEntry.
Deprecated. Structure representing one header processor with the array of header QNames this processor understands.
ProcessingConfiguration.HeaderProcessorEntry() - Constructor for class org.idoox.wasp.config.ProcessingConfiguration.HeaderProcessorEntry
Deprecated.  
ProcessingConfiguration.InterceptorEntry - class org.idoox.wasp.config.ProcessingConfiguration.InterceptorEntry.
Deprecated. Structure representing one interceptor with its direction.
ProcessingConfiguration.InterceptorEntry() - Constructor for class org.idoox.wasp.config.ProcessingConfiguration.InterceptorEntry
Deprecated.  
ProcessingConfiguration.Schema - class org.idoox.wasp.config.ProcessingConfiguration.Schema.
Deprecated. Class represents XML schema location and it's namespace.
ProcessingConfiguration.Schema() - Constructor for class org.idoox.wasp.config.ProcessingConfiguration.Schema
Deprecated.  
PropertyConf - interface org.systinet.wasp.security.ws.conf.PropertyConf.
Represents configuration of property that is used to specify optional or extensible part of WS-Security element.
PropertyEntry - class org.idoox.security.pstore.PropertyEntry.
Represents user property.
PropertyEntry() - Constructor for class org.idoox.security.pstore.PropertyEntry
 
PropertySerializer - interface org.idoox.security.pstore.PropertySerializer.
(De)Serializes properties and allows to get basic information about the property.
ProviderConnection - interface javax.xml.messaging.ProviderConnection.
A client's active connection to its messaging provider.
ProviderConnectionFactory - class javax.xml.messaging.ProviderConnectionFactory.
A factory for creating connections to a particular messaging provider.
ProviderConnectionFactory() - Constructor for class javax.xml.messaging.ProviderConnectionFactory
 
ProviderMetaData - interface javax.xml.messaging.ProviderMetaData.
Information about the messaging provider to which a client has a connection.
PublishException - exception org.systinet.wasp.webservice.PublishException.
Exception thrown by publish and unpublish methods on Registry.
PublishException() - Constructor for class org.systinet.wasp.webservice.PublishException
Creates a new PublishException instance.
PublishException(String) - Constructor for class org.systinet.wasp.webservice.PublishException
Creates a new PublishException instance.
PublishException(String, Throwable) - Constructor for class org.systinet.wasp.webservice.PublishException
Creates a new PublishException instance.
PublishException(Throwable) - Constructor for class org.systinet.wasp.webservice.PublishException
Creates a new PublishException instance.
params - Variable in class org.idoox.security.jaas.SmLoginParamsCredential
Contains parameters obtained through the Http header of the request
parse(String) - Method in interface org.idoox.xml.schema.SchemaParser
Parses in a schema document.
parse(Endpoint) - Method in interface org.idoox.xml.schema.SchemaParser
Parses in a schema document.
parse(Element, Endpoint) - Method in interface org.idoox.xml.schema.SchemaParser
Parses in an already loaded schema document.
parseLocation(String) - Method in interface org.idoox.xml.schema.SchemaParser
Parses in a schema document from the given location URL.
parseQName(String) - Method in interface org.idoox.xml.Tokenizer
Parses qName in the context of the opened element and returns the pair (namespaceURI, localName).
parseQName(String) - Method in class org.idoox.xml.TokenizerWrapper
 
parseQName(String) - Method in class org.idoox.xml.XMLWriterReader
 
parseQName(String) - Method in class org.idoox.xml.schema.SchemaConstruct
 
partName - Variable in class org.idoox.wasp.wsdl.SOAPMethodInfo.PartInfo
the name WSDL part
partType - Variable in class org.idoox.wasp.wsdl.SOAPMethodInfo.PartInfo
input/inout/output type of the part
parts - Variable in class org.idoox.wasp.wsdl.SOAPMethodInfo
all parts except for the "return value" and header parts
password - Variable in class org.systinet.wasp.management.services.wsdiscovery.UddiAccount
Password.
path - Variable in class org.systinet.wasp.admin.ServiceEndpoint
Service endpoint path.
pckg - Variable in class org.systinet.wasp.admin.PackageInfo
Package struct contains name, target namespace and context.
performanceControl(ServiceEndpoint, int) - Method in interface org.systinet.wasp.admin.ServiceMonitoring
Deprecated. Control service endpoint performance monitor.
performanceControl(ServiceEndpoint, int) - Method in interface org.systinet.wasp.mgmt.ServiceMonitoring
Control service endpoint performance monitor.
polymorphismControl(ServiceEndpoint, int) - Method in interface org.systinet.wasp.admin.ServiceAdministration
Deprecated. Control service endpoint polymorphism support.
polymorphismControl(ServiceEndpoint, int) - Method in interface org.systinet.wasp.mgmt.ServiceAdministration
Control service endpoint polymorphism support.
popDeserializedObject() - Method in interface org.idoox.wasp.serialization.DeserializedObjectsStack
Removes one deserialized object from the stack and returns it.
position - Variable in class org.systinet.wasp.admin.InterceptorInfo
Position of this interceptor within interceptor chain.
prefix - Variable in class org.idoox.xml.Attribute
prefix of the attribute
prefix - Variable in class org.idoox.xml.Token
prefix of this Token
prefixMap - Variable in class org.idoox.xml.XMLWriterReader
Stores mapping of prefixes to their namespace URIs
prefixValues - Variable in class org.idoox.xml.DeclaredPrefixesStack
values of currently active prefixes
prefixes - Variable in class org.idoox.xml.DeclaredPrefixesStack
currently active prefixes
prepareSchema(String, String) - Method in interface org.idoox.wasp.wsdl.SOAPPortInfo
 
previousPrefixValues - Variable in class org.idoox.xml.DeclaredPrefixesStack
their previous values which should be restored after the enclosing element finishes
principalName - Variable in class org.systinet.wasp.admin.security.Operation
principal's name
printStackTrace() - Method in class javax.xml.rpc.JAXRPCException
 
printStackTrace(PrintStream) - Method in class javax.xml.rpc.JAXRPCException
 
printStackTrace(PrintWriter) - Method in class javax.xml.rpc.JAXRPCException
 
printStackTrace() - Method in class org.idoox.security.util.RuntimeWrappedException
prints stack trace to stderr
printStackTrace(PrintStream) - Method in class org.idoox.security.util.RuntimeWrappedException
prints stack trace
printStackTrace(PrintWriter) - Method in class org.idoox.security.util.RuntimeWrappedException
prints stack trace
printStackTrace() - Method in class org.idoox.util.RuntimeWrappedException
prints stack trace to stderr
printStackTrace(PrintStream) - Method in class org.idoox.util.RuntimeWrappedException
Prints stack trace.
printStackTrace(PrintWriter) - Method in class org.idoox.util.RuntimeWrappedException
Prints stack trace.
printStackTrace() - Method in class org.idoox.util.WrappedException
Prints stack trace to stderr.
printStackTrace(PrintStream) - Method in class org.idoox.util.WrappedException
Prints stack trace.
printStackTrace(PrintWriter) - Method in class org.idoox.util.WrappedException
Prints stack trace.
privState - Variable in class org.ietf.jgss.MessageProp
 
process(Class) - Method in interface org.idoox.wasp.tools.java2wsdl.Java2WSDL
Processes given class and generates WSDL files.
process(Class[]) - Method in interface org.idoox.wasp.tools.java2wsdl.Java2WSDL
Processes given classes and generates WSDL files.
process(String) - Method in interface org.idoox.wasp.tools.schema2java.Schema2Java
Processes an XML Schema and generates a Java classes and structures.
process(String[]) - Method in interface org.idoox.wasp.tools.schema2java.Schema2Java
Processes an XML Schema and generates a Java classes and structures.
process(Endpoint) - Method in interface org.idoox.wasp.tools.schema2java.Schema2Java
Processes an XML Schema and generates a Java classes and structures.
process(Endpoint[]) - Method in interface org.idoox.wasp.tools.schema2java.Schema2Java
Processes an XML Schema and generates a Java classes and structures.
process(Element, String) - Method in interface org.idoox.wasp.tools.schema2java.Schema2Java
Processes an XML Schema and generates a Java classes and structures.
process(Element[], String) - Method in interface org.idoox.wasp.tools.schema2java.Schema2Java
Processes an XML Schema and generates a Java classes and structures.
process(Schema) - Method in interface org.idoox.wasp.tools.schema2java.Schema2Java
Processes an XML Schema and generates a Java classes and structures.
process() - Method in interface org.idoox.wasp.tools.wsdl2java.WSDL2Java
Processes the definition and writes the output using the compilerIO, which must be previously set.
process(Connection) - Method in interface org.systinet.wasp.webservice.RawService
Processes incoming request and returns reply
process(Message) - Method in interface org.systinet.wasp.webservice.XMLService
Deprecated. Processes incoming message and returns reply using supplied Message instance
processData(byte[], Map, Map, Reduction, Destination) - Method in interface org.systinet.transport.jms.JmsDataHandler
Called by org.systinet.transport.jms.Reduction implementation when a new message arrives on the server side of the JMS transport.
processInput(Message) - Method in interface org.idoox.xmlrpc.header.HeaderProcessor
Deprecated. Processes incoming message.
processInputFault(Message) - Method in interface org.idoox.xmlrpc.header.HeaderProcessor
Deprecated. Processes incoming fault message.
processOutput(Message) - Method in interface org.idoox.xmlrpc.header.HeaderProcessor
Deprecated. Processes outgoing message.
processOutputFault(Message) - Method in interface org.idoox.xmlrpc.header.HeaderProcessor
Deprecated. Processes outgoing fault message.
processingRegistry - Static variable in class org.systinet.wasp.wsrm.sequence.SequenceRegistry
 
productName - Static variable in class org.systinet.wasp.Version
Product name.
productName - Variable in class org.systinet.wasp.admin.Version
Product name.
prohibitedChars - Variable in class org.idoox.wasp.serialization.xsdbuiltin.NormalizedString
chars that are not allowed to be in this object
providerClass - Variable in class org.systinet.wasp.admin.security.SecurityProviderInfo
Full name of security provider implementation class.
providerName - Variable in class org.systinet.wasp.admin.security.SecurityProviderInfo
Security provider name.
publish(ServiceEndpoint) - Static method in class org.systinet.wasp.webservice.Registry
Publishes and starts the service.
publish(String, Class) - Static method in class org.systinet.wasp.webservice.Registry
Publishes and starts new service.
publish(String, Object) - Static method in class org.systinet.wasp.webservice.Registry
Publishes and starts new service.
publishClientData(TopicSession, Topic, byte[], Map, int, int, int) - Method in interface org.systinet.transport.jms.Reduction
This method publishes data using the topic session and the topic.
publishClientData(TopicSession, Topic, byte[], Map, int, int, int) - Method in class org.systinet.transport.jms.ReductionTemplate
Template implementation of the method publishClientData.
publishingUrl - Variable in class org.systinet.wasp.management.services.wsdiscovery.UddiRegistry
Publishing port URL.
pushDeserializedObject(Object) - Method in interface org.idoox.wasp.serialization.DeserializedObjectsStack
Adds the object being serialized so that the inner deserializers know in which context they are deserializing (for example, an interface might be instantiated into two different implementations in two different contexts).
pushNewlyDeclaredPrefixes(DeclaredPrefixesStack) - Method in interface org.idoox.xml.Tokenizer
Adds prefixes newly declared in this token.
pushNewlyDeclaredPrefixes(DeclaredPrefixesStack) - Method in class org.idoox.xml.TokenizerWrapper
 
pushNewlyDeclaredPrefixes(DeclaredPrefixesStack) - Method in class org.idoox.xml.XMLWriterReader
 
put(Object, Object) - Method in class org.idoox.webservice.CallContext
Deprecated.  
putAll(Map) - Method in class org.idoox.webservice.CallContext
Deprecated.  
putHeaders(MimeHeaders, HttpServletResponse) - Static method in class javax.xml.messaging.JAXMServlet
Sets the given HttpServletResponse object with the headers in the given MimeHeaders object.
putMember(Member) - Method in interface org.idoox.wasp.serialization.SchemaContext
Deprecated. use putSchemaConstruct instead
putSchemaConstruct(SchemaConstruct) - Method in interface org.idoox.wasp.serialization.SchemaContext
Sets the schema construct (element, type, attribute) being serialized.

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