Novell exteNd Web Services SDK API
A B C D E F G H I J L M N O P Q R S T U V W X _

A

ALGO_ID_C14N_OMIT_COMMENTS - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
Canonicalization Required Canonical XML (omits comments)
ALGO_ID_C14N_WITH_COMMENTS - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
Canonicalization Recommended Canonical XML (with comments)
ALGO_ID_DIGEST_SHA1 - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
DIGEST Required SHA1
ALGO_ID_MAC_HMAC_NOT_RECOMMENDED_MD5 - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
HMAC - NOT Recommended HMAC-MD5
ALGO_ID_MAC_HMAC_RIPEMD160 - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
HMAC - Optional HMAC-RIPEMD160
ALGO_ID_MAC_HMAC_SHA1 - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
MAC - Required HMAC-SHA1
ALGO_ID_MAC_HMAC_SHA256 - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
HMAC - Optional HMAC-SHA256
ALGO_ID_MAC_HMAC_SHA384 - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
HMAC - Optional HMAC-SHA284
ALGO_ID_MAC_HMAC_SHA512 - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
HMAC - Optional HMAC-SHA512
ALGO_ID_SIGNATURE_DSA - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
Signature - Required DSAwithSHA1 (DSS)
ALGO_ID_SIGNATURE_NOT_RECOMMENDED_RSA_MD5 - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
Signature - NOT Recommended RSAwithMD5
ALGO_ID_SIGNATURE_RSA - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
Signature - Recommended RSAwithSHA1
ALGO_ID_SIGNATURE_RSA_RIPEMD160 - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
Signature - Optional RSAwithRIPEMD160
ALGO_ID_SIGNATURE_RSA_SHA1 - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
Signature - Recommended RSAwithSHA1
ALGO_ID_SIGNATURE_RSA_SHA256 - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
Signature - Optional RSAwithSHA256
ALGO_ID_SIGNATURE_RSA_SHA384 - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
Signature - Optional RSAwithSHA384
ALGO_ID_SIGNATURE_RSA_SHA512 - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
Signature - Optional RSAwithSHA512
ATTACHMENTS - Static variable in class com.sssw.jbroker.web.portable.Stub
String property for Call Attachments
AUTH_SCHEME - Static variable in class com.sssw.jbroker.web.portable.Stub
java.lang.Integer property for Authentication Scheme
AnyURI - class com.sssw.jbroker.web.xsd.AnyURI.
A wrapper class that contains a anyURI.
AnyURI(String) - Constructor for class com.sssw.jbroker.web.xsd.AnyURI
Construct a anyURI with the specified value.
ApplicationException - exception com.sssw.jbroker.web.portable.ApplicationException.
An ApplicationException represents an exception which occured on the server and is present in the response.
ApplicationException(Element, String, String) - Constructor for class com.sssw.jbroker.web.portable.ApplicationException
Construct a new ApplicationException object.
ApplicationException(String, String, QName, InputStream) - Constructor for class com.sssw.jbroker.web.portable.ApplicationException
Construct a new ApplicationException object.
AttachmentPart - class javax.xml.soap.AttachmentPart.
A single attachment to a SOAPMessage object.
AttachmentPart() - Constructor for class javax.xml.soap.AttachmentPart
 
Attribute - class com.sssw.jbroker.web.encoding.Attribute.
XML Attribute
Attribute(QName, String) - Constructor for class com.sssw.jbroker.web.encoding.Attribute
Construct an XML Attribute.
Attribute(QName, QName) - Constructor for class com.sssw.jbroker.web.encoding.Attribute
Construct an XML Attribute.
Attribute - class com.sssw.jbroker.web.mapping.Attribute.
Deprecated. As of jBroker Web 2.0
Attribute(QName, String) - Constructor for class com.sssw.jbroker.web.mapping.Attribute
Deprecated. Construct an XML Attribute.
Attribute(QName, QName) - Constructor for class com.sssw.jbroker.web.mapping.Attribute
Deprecated. Construct an XML Attribute.
addAttachmentPart(AttachmentPart) - Method in class javax.xml.soap.SOAPMessage
Adds the given AttachmentPart object to this SOAPMessage object.
addAttribute(Name, String) - Method in interface javax.xml.soap.SOAPElement
Adds an attribute with the specified name and value to this SOAPElement object.
addBody() - Method in interface javax.xml.soap.SOAPEnvelope
Creates a SOAPBody object and sets it as the SOAPBody object for this SOAPEnvelope object.
addBodyElement(Name) - Method in interface javax.xml.soap.SOAPBody
Creates a new SOAPBodyElement object with the specified name and adds it to this SOAPBody object.
addChildElement(Name) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the given Name object and adds the new element to this SOAPElement object.
addChildElement(String) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the specified local name and adds the new element to this SOAPElement object.
addChildElement(String, String) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the specified local name and prefix and adds the new element to this SOAPElement object.
addChildElement(String, String, String) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the specified local name, prefix, and URI and adds the new element to this SOAPElement object.
addChildElement(SOAPElement) - Method in interface javax.xml.soap.SOAPElement
Add a SOAPElement as a child of this SOAPElement instance.
addDetail() - Method in interface javax.xml.soap.SOAPFault
Creates an optional Detail object and sets it as the Detail object for this SOAPFault object.
addDetailEntry(Name) - Method in interface javax.xml.soap.Detail
Creates a new DetailEntry object with the given name and adds it to this Detail object.
addDocument(Document) - Method in interface javax.xml.soap.SOAPBody
Adds the root node of the DOM Document to this SOAPBody object.
addFault() - Method in interface javax.xml.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addFault(Name, String, Locale) - Method in interface javax.xml.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addFault(Name, String) - Method in interface javax.xml.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addHeader(String, String) - Method in class javax.xml.soap.MimeHeaders
Adds a MimeHeader object with the specified name and value to this MimeHeaders object's list of headers.
addHeader() - Method in interface javax.xml.soap.SOAPEnvelope
Creates a SOAPHeader object and sets it as the SOAPHeader object for this SOAPEnvelope object.
addHeaderElement(Name) - Method in interface javax.xml.soap.SOAPHeader
Creates a new SOAPHeaderElement object initialized with the specified name and adds it to this SOAPHeader object.
addMimeHeader(String, String) - Method in class javax.xml.soap.AttachmentPart
Adds a MIME header with the specified name and value to this AttachmentPart object.
addMimeHeader(String, String) - Method in class javax.xml.soap.SOAPPart
Creates a MimeHeader object with the specified name and value and adds it to this SOAPPart object.
addNamespaceDeclaration(String, String) - Method in interface javax.xml.soap.SOAPElement
Adds a namespace declaration with the specified prefix and URI to this SOAPElement object.
addParameter(String, QName, ParameterMode) - Method in interface javax.xml.rpc.Call
Adds a parameter type and mode for a specific operation.
addParameter(String, QName, Class, ParameterMode) - Method in interface javax.xml.rpc.Call
Adds a parameter type and mode for a specific operation.
addTextNode(String) - Method in interface javax.xml.soap.SOAPElement
Creates a new Text object initialized with the given String and adds it to this SOAPElement object.

B

BASIC_AUTH_SCHEME - Static variable in class com.sssw.jbroker.web.portable.Stub
java.lang.Integer property for BASIC Authentication Scheme
BeanMarshaler - class com.sssw.jbroker.web.encoding.BeanMarshaler.
General purpose marshaler for serializing Java Beans.
BeanMarshaler() - Constructor for class com.sssw.jbroker.web.encoding.BeanMarshaler
Create a bean marshaler object.
BeanMarshaler(Class) - Constructor for class com.sssw.jbroker.web.encoding.BeanMarshaler
Create a bean marshaler object for a given class.
BeanMarshaler - class com.sssw.jbroker.web.mapping.BeanMarshaler.
Deprecated. As of jBroker Web 2.0
BeanMarshaler() - Constructor for class com.sssw.jbroker.web.mapping.BeanMarshaler
Deprecated. Create a bean marshaler object.
BeanMarshaler(Class) - Constructor for class com.sssw.jbroker.web.mapping.BeanMarshaler
Deprecated. Create a bean marshaler object for a given class.
BigDecimalArrayHolder - class com.sssw.jbroker.web.holders.BigDecimalArrayHolder.
Deprecated. As of jBroker 2.0. The array holders are now generated automatically by the wsdl2java or xsd2java compilers.
BigDecimalArrayHolder() - Constructor for class com.sssw.jbroker.web.holders.BigDecimalArrayHolder
Deprecated. Default constructor for BigDecimalArrayHolder.
BigDecimalArrayHolder(BigDecimal[]) - Constructor for class com.sssw.jbroker.web.holders.BigDecimalArrayHolder
Deprecated. Construct a BigDecimalArrayHolder with the specified value.
BigDecimalHolder - class com.sssw.jbroker.web.holders.BigDecimalHolder.
Deprecated. As of jBroker 2.0
BigDecimalHolder() - Constructor for class com.sssw.jbroker.web.holders.BigDecimalHolder
Deprecated. Default constructor for BigDecimalHolder.
BigDecimalHolder(BigDecimal) - Constructor for class com.sssw.jbroker.web.holders.BigDecimalHolder
Deprecated. Construct a BigDecimalHolder with the specified value.
BigDecimalHolder - class javax.xml.rpc.holders.BigDecimalHolder.
 
BigDecimalHolder() - Constructor for class javax.xml.rpc.holders.BigDecimalHolder
 
BigDecimalHolder(BigDecimal) - Constructor for class javax.xml.rpc.holders.BigDecimalHolder
 
BigIntegerArrayHolder - class com.sssw.jbroker.web.holders.BigIntegerArrayHolder.
Deprecated. As of jBroker 2.0. The array holders are now generated automatically by the wsdl2java or xsd2java compilers.
BigIntegerArrayHolder() - Constructor for class com.sssw.jbroker.web.holders.BigIntegerArrayHolder
Deprecated. Default constructor for BigIntegerArrayHolder.
BigIntegerArrayHolder(BigInteger[]) - Constructor for class com.sssw.jbroker.web.holders.BigIntegerArrayHolder
Deprecated. Construct a BigIntegerArrayHolder with the specified value.
BigIntegerHolder - class com.sssw.jbroker.web.holders.BigIntegerHolder.
Deprecated. As of jBroker 2.0
BigIntegerHolder() - Constructor for class com.sssw.jbroker.web.holders.BigIntegerHolder
Deprecated. Default constructor for BigIntegerHolder.
BigIntegerHolder(BigInteger) - Constructor for class com.sssw.jbroker.web.holders.BigIntegerHolder
Deprecated. Construct a BigIntegerHolder with the specified value.
BigIntegerHolder - class javax.xml.rpc.holders.BigIntegerHolder.
 
BigIntegerHolder() - Constructor for class javax.xml.rpc.holders.BigIntegerHolder
 
BigIntegerHolder(BigInteger) - Constructor for class javax.xml.rpc.holders.BigIntegerHolder
 
Binding - class com.sssw.jbroker.web.Binding.
Binding represents the network address and protocol used to access a service.
Binding(String, String) - Constructor for class com.sssw.jbroker.web.Binding
Create a binding for a given XML protocol and network address.
BooleanArrayHolder - class com.sssw.jbroker.web.holders.BooleanArrayHolder.
A holder class for a boolean array that is used to store inout or out parameters in remote method calls.
BooleanArrayHolder() - Constructor for class com.sssw.jbroker.web.holders.BooleanArrayHolder
Default constructor for BooleanArrayHolder.
BooleanArrayHolder(boolean[]) - Constructor for class com.sssw.jbroker.web.holders.BooleanArrayHolder
Construct a BooleanArrayHolder with the specified value.
BooleanHolder - class com.sssw.jbroker.web.holders.BooleanHolder.
Deprecated. As of jBroker 2.0
BooleanHolder() - Constructor for class com.sssw.jbroker.web.holders.BooleanHolder
Deprecated. Default constructor for BooleanHolder.
BooleanHolder(boolean) - Constructor for class com.sssw.jbroker.web.holders.BooleanHolder
Deprecated. Construct a BooleanHolder with the specified value.
BooleanHolder - class javax.xml.rpc.holders.BooleanHolder.
 
BooleanHolder() - Constructor for class javax.xml.rpc.holders.BooleanHolder
 
BooleanHolder(boolean) - Constructor for class javax.xml.rpc.holders.BooleanHolder
 
BooleanWrapperHolder - class javax.xml.rpc.holders.BooleanWrapperHolder.
 
BooleanWrapperHolder() - Constructor for class javax.xml.rpc.holders.BooleanWrapperHolder
 
BooleanWrapperHolder(Boolean) - Constructor for class javax.xml.rpc.holders.BooleanWrapperHolder
 
ByteArrayHolder - class com.sssw.jbroker.web.holders.ByteArrayHolder.
Deprecated. As of jBroker 2.0.
ByteArrayHolder() - Constructor for class com.sssw.jbroker.web.holders.ByteArrayHolder
Deprecated. Default constructor for ByteArrayHolder.
ByteArrayHolder(byte[]) - Constructor for class com.sssw.jbroker.web.holders.ByteArrayHolder
Deprecated. Construct a ByteArrayHolder with the specified value.
ByteArrayHolder - class javax.xml.rpc.holders.ByteArrayHolder.
 
ByteArrayHolder() - Constructor for class javax.xml.rpc.holders.ByteArrayHolder
 
ByteArrayHolder(byte[]) - Constructor for class javax.xml.rpc.holders.ByteArrayHolder
 
ByteHolder - class com.sssw.jbroker.web.holders.ByteHolder.
Deprecated. As of jBroker 2.0
ByteHolder() - Constructor for class com.sssw.jbroker.web.holders.ByteHolder
Deprecated. Default constructor for ByteHolder.
ByteHolder(byte) - Constructor for class com.sssw.jbroker.web.holders.ByteHolder
Deprecated. Construct a ByteHolder with the specified value.
ByteHolder - class javax.xml.rpc.holders.ByteHolder.
 
ByteHolder() - Constructor for class javax.xml.rpc.holders.ByteHolder
 
ByteHolder(byte) - Constructor for class javax.xml.rpc.holders.ByteHolder
 
ByteWrapperHolder - class javax.xml.rpc.holders.ByteWrapperHolder.
 
ByteWrapperHolder() - Constructor for class javax.xml.rpc.holders.ByteWrapperHolder
 
ByteWrapperHolder(Byte) - Constructor for class javax.xml.rpc.holders.ByteWrapperHolder
 

C

CANONICALIZATION_METHOD_URI - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
String property for canonicalization method uri
CERTIFICATE - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
Property for X509 certificate.
CHARACTER_SET_ENCODING - Static variable in class javax.xml.soap.SOAPMessage
Specifies the character type encoding for the SOAP Message.
CIPHER_SUITES_ALL - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
All Cipher Suites.
CIPHER_SUITES_CONFIDENTIALITY - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
All Confidentiality Cipher Suites.
CIPHER_SUITES_DHA_WITH_ALL - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
Non-authenticated anonymous Diffie-Hellman shorts.
CIPHER_SUITES_DHE_EXPORT_WITH_ALL - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
Export-permitted DHE key-exchange shorts.
CIPHER_SUITES_DHE_NONEXPORT_WITH_ALL - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
Export-restricted DHE key-exchange shorts.
CIPHER_SUITES_DHE_WITH_ALL - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
All DHE key-exchange shorts.
CIPHER_SUITES_DSA_EXPORT_WITH_ALL - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
Export-permitted DSA shorts.
CIPHER_SUITES_DSA_WITH_ALL - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
All DSA shorts.
CIPHER_SUITES_INTEGRITY_ONLY - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
Integrity Only Cipher Suites.
CIPHER_SUITES_RSA_EXPORT_WITH_ALL - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
Export-permitted RSA key-exchange shorts.
CIPHER_SUITES_RSA_NONEXPORT_WITH_ALL - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
Export-restricted RSA key-exchange shorts.
CIPHER_SUITES_RSA_WITH_ALL - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
All RSA key-exchange shorts.
CIPHER_SUITES_RSA_WITH_NULL - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
RSA-authenticated unencrypted shorts.
CLASSPATH - Static variable in class com.sssw.jbroker.web.servlet.Invoker
The CLASSPATH property is used to specify the classpath required by the servlet when compiling the classes generated by the wsdl2java compiler.
CalendarHolder - class javax.xml.rpc.holders.CalendarHolder.
 
CalendarHolder() - Constructor for class javax.xml.rpc.holders.CalendarHolder
 
CalendarHolder(Calendar) - Constructor for class javax.xml.rpc.holders.CalendarHolder
 
Call - interface javax.xml.rpc.Call.
The javax.xml.rpc.Call interface provides support for the dynamic invocation of a service endpoint.
ClassInfo - class com.sssw.jbroker.web.portable.annotation.ClassInfo.
Objects of type ClassInfo can be used to store annotations for a java.lang.Class object.
ClassInfo(Class) - Constructor for class com.sssw.jbroker.web.portable.annotation.ClassInfo
Construct a class information object for a given class.
ClientRequest - interface com.sssw.jbroker.web.portable.ClientRequest.
The ClientRequest class represents the XML RPC request created by the client.
ClientResponse - interface com.sssw.jbroker.web.portable.ClientResponse.
The reponse received by the Client.
call(SOAPMessage, Object) - Method in class javax.xml.soap.SOAPConnection
Sends the given message to the specified endpoint and blocks until it has returned the response.
clear() - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
 
clear() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Removes all registered TypeMappings and encodingStyleURIs from this TypeMappingRegistry.
clearContent() - Method in class javax.xml.soap.AttachmentPart
Clears out the content of this AttachmentPart object.
close() - Method in interface com.sssw.jbroker.web.portable.InputStream
Close the input stream and free resources.
close() - Method in interface javax.xml.messaging.ProviderConnection
Closes this ProviderConnection object, freeing its resources and making it immediately available for garbage collection.
close() - Method in class javax.xml.soap.SOAPConnection
Closes this SOAPConnection object.
com.sssw.jbroker.web - package com.sssw.jbroker.web
Provides Web Service user APIs.
com.sssw.jbroker.web.encoding - package com.sssw.jbroker.web.encoding
Provides interface and classes for Java to XML mapping and vice versa.
com.sssw.jbroker.web.holders - package com.sssw.jbroker.web.holders
Provides support for WSDL in/out and out parameters.
com.sssw.jbroker.web.mapping - package com.sssw.jbroker.web.mapping
Provides interface and classes for Java to XML mapping and vice versa.
com.sssw.jbroker.web.portable - package com.sssw.jbroker.web.portable
Provides interfaces and classes for portable Stubs and Skeletons for XML RPC.
com.sssw.jbroker.web.portable.annotation - package com.sssw.jbroker.web.portable.annotation
Provides classes for annotating portable Stubs and Skeletons with property meta data.
com.sssw.jbroker.web.security - package com.sssw.jbroker.web.security
Provides interfaces with constants for setting security properties.
com.sssw.jbroker.web.servlet - package com.sssw.jbroker.web.servlet
 
com.sssw.jbroker.web.xsd - package com.sssw.jbroker.web.xsd
Provides interfaces and classes for simple XML Schema types and schema validation.
containsProperty(String) - Method in interface javax.xml.rpc.handler.MessageContext
Returns true if the MessageContext contains a property with the specified name.
countAttachments() - Method in class javax.xml.soap.SOAPMessage
Gets a count of the number of attachments in this message.
create(Class) - Static method in class com.sssw.jbroker.web.ServiceFactory
Create a ServiceObject for the given interface.
create(Class, Binding) - Static method in class com.sssw.jbroker.web.ServiceFactory
Create a ServiceObject for the given interface.
create(Class, Binding, QName) - Static method in class com.sssw.jbroker.web.ServiceFactory
Create a ServiceObject for the given interface.
create(Name) - Method in class javax.xml.soap.SOAPElementFactory
Deprecated. Use javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name) instead
create(String) - Method in class javax.xml.soap.SOAPElementFactory
Deprecated. Use javax.xml.soap.SOAPFactory.createElement(String localName) instead
create(String, String, String) - Method in class javax.xml.soap.SOAPElementFactory
Deprecated. Use javax.xml.soap.SOAPFactory.createElement(String localName, String prefix, String uri) instead
createAttachmentPart() - Method in class javax.xml.soap.SOAPMessage
Creates a new empty AttachmentPart object.
createAttachmentPart(DataHandler) - Method in class javax.xml.soap.SOAPMessage
Creates an AttachmentPart object and populates it using the given DataHandler object.
createAttachmentPart(Object, String) - Method in class javax.xml.soap.SOAPMessage
Creates an AttachmentPart object and populates it with the specified data of the specified content type.
createCall(QName) - Method in interface javax.xml.rpc.Service
Creates a Call instance.
createCall(QName, QName) - Method in interface javax.xml.rpc.Service
Creates a Call instance.
createCall(QName, String) - Method in interface javax.xml.rpc.Service
Creates a Call instance.
createCall() - Method in interface javax.xml.rpc.Service
Creates a Call object not associated with specific operation or target service endpoint.
createConnection() - Method in class javax.xml.messaging.ProviderConnectionFactory
Creates a ProviderConnection object to the messaging provider that is associated with this ProviderConnectionFactory object.
createConnection() - Method in class javax.xml.soap.SOAPConnectionFactory
Create a new SOAPConnection.
createDetail() - Method in class javax.xml.soap.SOAPFactory
Creates a new Detail object which serves as a container for DetailEntry objects.
createElement(Name) - Method in class javax.xml.soap.SOAPFactory
Create a SOAPElement object initialized with the given Name object.
createElement(String) - Method in class javax.xml.soap.SOAPFactory
Create a SOAPElement object initialized with the given local name.
createElement(String, String, String) - Method in class javax.xml.soap.SOAPFactory
Create a new SOAPElement object with the given local name, prefix and uri.
createExceptionReply() - Method in interface com.sssw.jbroker.web.portable.ResponseHandler
Create an output stream for marshaling exceptions.
createExceptionReply(boolean) - Method in interface com.sssw.jbroker.web.portable.ResponseHandler
Create an output stream for marshaling exceptions.
createInputStream() - Method in interface com.sssw.jbroker.web.portable.OutputStream
Create input stream with the same data
createInputStream(Reader, Map) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Create input stream with mime parts
createInputStreamReader() - Method in interface com.sssw.jbroker.web.portable.OutputStream
Create a standard java.io.Reader with the same data
createMessage() - Method in class javax.xml.soap.MessageFactory
Creates a new SOAPMessage object with the default SOAPPart, SOAPEnvelope, SOAPBody, and SOAPHeader objects.
createMessage(MimeHeaders, InputStream) - Method in class javax.xml.soap.MessageFactory
Internalizes the contents of the given InputStream object into a new SOAPMessage object and returns the SOAPMessage object.
createMessageFactory(String) - Method in interface javax.xml.messaging.ProviderConnection
Creates a MessageFactory object that will produce SOAPMessage objects for the given profile.
createName(String, String, String) - Method in interface javax.xml.soap.SOAPEnvelope
Creates a new Name object initialized with the given local name, namespace prefix, and namespace URI.
createName(String) - Method in interface javax.xml.soap.SOAPEnvelope
Creates a new Name object initialized with the given local name.
createName(String, String, String) - Method in class javax.xml.soap.SOAPFactory
Creates a new Name object initialized with the given local name, namespace prefix, and namespace URI.
createName(String) - Method in class javax.xml.soap.SOAPFactory
Creates a new Name object initialized with the given local name.
createReply() - Method in interface com.sssw.jbroker.web.portable.ResponseHandler
Create an output stream for marshaling results.
createReply(Properties) - Method in interface com.sssw.jbroker.web.portable.ResponseHandler
Create an output stream for mime response.
createReply(Properties, boolean) - Method in interface com.sssw.jbroker.web.portable.ResponseHandler
Create an output stream for mime response.
createResponse(Reader) - Method in interface com.sssw.jbroker.web.portable.ClientRequest
Create a client response object from data in Reader
createResponse(Reader, Map) - Method in interface com.sssw.jbroker.web.portable.ClientRequest
Create a client response object from data in Reader
createResponse(Reader, Map, boolean) - Method in interface com.sssw.jbroker.web.portable.ClientRequest
Create a client response object from data in Reader
createService(URL, QName) - Method in class javax.xml.rpc.ServiceFactory
Create a Service instance.
createService(QName) - Method in class javax.xml.rpc.ServiceFactory
Create a Service instance.
createTypeMapping(String) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
 
createTypeMapping() - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
 
createTypeMapping() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Creates a new empty TypeMapping object.

D

DIGEST_AUTH_SCHEME - Static variable in class com.sssw.jbroker.web.portable.Stub
java.lang.Integer property for DIGEST Authentication Scheme
DIGEST_URI - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
String property for digest uri
DOMMessage - class com.sssw.jbroker.web.portable.DOMMessage.
The DOMMessage class contains the various parts of a SOAP message, i.e.
DOMMessage() - Constructor for class com.sssw.jbroker.web.portable.DOMMessage
Construct a DOMMessage object.
DOMSkeleton - class com.sssw.jbroker.web.portable.DOMSkeleton.
The DOMSkeleton is a special, generic skeleton, which always treats parameters as un-typed.
DOMSkeleton() - Constructor for class com.sssw.jbroker.web.portable.DOMSkeleton
 
Date - class com.sssw.jbroker.web.xsd.Date.
A wrapper class that contains a date.
Date(String) - Constructor for class com.sssw.jbroker.web.xsd.Date
Construct an date with the specified value.
Date(Date) - Constructor for class com.sssw.jbroker.web.xsd.Date
Construct a date with the specified value.
DateArrayHolder - class com.sssw.jbroker.web.holders.DateArrayHolder.
Deprecated. As of jBroker 2.0. The array holders are now generated automatically by the wsdl2java or xsd2java compilers.
DateArrayHolder() - Constructor for class com.sssw.jbroker.web.holders.DateArrayHolder
Deprecated. Default constructor for DateArrayHolder.
DateArrayHolder(Date[]) - Constructor for class com.sssw.jbroker.web.holders.DateArrayHolder
Deprecated. Construct a DateArrayHolder with the specified value.
DateHolder - class com.sssw.jbroker.web.holders.DateHolder.
Deprecated. As of jBroker 2.0. XML date and time types now map to java.util.Calendar.
DateHolder() - Constructor for class com.sssw.jbroker.web.holders.DateHolder
Deprecated. Default constructor for DateHolder.
DateHolder(Date) - Constructor for class com.sssw.jbroker.web.holders.DateHolder
Deprecated. Construct a DateHolder with the specified value.
DefaultTypeMappingRegistry - class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry.
The DefaultTypeMappingRegistry class is an implementation of the standard TypeMappingRegistry interface.
DefaultTypeMappingRegistry() - Constructor for class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Construct an empty type mapping registry.
DefaultTypeMappingRegistry(TypeMapper) - Constructor for class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Construct a type mapping registry using a jBroker Web 1.1 type mapper.
Delegate - interface com.sssw.jbroker.web.portable.Delegate.
The Stub delegates certain methods to the Delegate.
DeserializationContext - interface javax.xml.rpc.encoding.DeserializationContext.
The javax.xml.rpc.encoding.DeserializationContext interface is implemented by the JAX-RPC runtime system in an XML processing mechanism specific manner.
Deserializer - interface com.sssw.jbroker.web.encoding.Deserializer.
The Deserializer interface is used by objects that are capable of deserializing a Java Object from a portable input stream.
Deserializer - interface com.sssw.jbroker.web.mapping.Deserializer.
Deprecated. As of jBroker Web 2.0
Deserializer - interface javax.xml.rpc.encoding.Deserializer.
The javax.xml.rpc.encoding.Deserializer interface defines a base interface for deserializers.
DeserializerFactory - interface javax.xml.rpc.encoding.DeserializerFactory.
The javax.xml.rpc.encoding.DeserializerFactory is a factory of deserializers.
Detail - interface javax.xml.soap.Detail.
A container for DetailEntry objects.
DetailEntry - interface javax.xml.soap.DetailEntry.
The content for a Detail object, giving details for a SOAPFault object.
DoubleArrayHolder - class com.sssw.jbroker.web.holders.DoubleArrayHolder.
Deprecated. As of jBroker 2.0. The array holders are now generated automatically by the wsdl2java or xsd2java compilers.
DoubleArrayHolder() - Constructor for class com.sssw.jbroker.web.holders.DoubleArrayHolder
Deprecated. Default constructor for DoubleArrayHolder.
DoubleArrayHolder(double[]) - Constructor for class com.sssw.jbroker.web.holders.DoubleArrayHolder
Deprecated. Construct a DoubleArrayHolder with the specified value.
DoubleHolder - class com.sssw.jbroker.web.holders.DoubleHolder.
Deprecated. As of jBroker 2.0
DoubleHolder() - Constructor for class com.sssw.jbroker.web.holders.DoubleHolder
Deprecated. Default constructor for DoubleHolder.
DoubleHolder(double) - Constructor for class com.sssw.jbroker.web.holders.DoubleHolder
Deprecated. Construct a DoubleHolder with the specified value.
DoubleHolder - class javax.xml.rpc.holders.DoubleHolder.
 
DoubleHolder() - Constructor for class javax.xml.rpc.holders.DoubleHolder
 
DoubleHolder(double) - Constructor for class javax.xml.rpc.holders.DoubleHolder
 
DoubleWrapperHolder - class javax.xml.rpc.holders.DoubleWrapperHolder.
 
DoubleWrapperHolder() - Constructor for class javax.xml.rpc.holders.DoubleWrapperHolder
 
DoubleWrapperHolder(Double) - Constructor for class javax.xml.rpc.holders.DoubleWrapperHolder
 
Duration - class com.sssw.jbroker.web.xsd.Duration.
A wrapper class that contains a duration.
Duration(String) - Constructor for class com.sssw.jbroker.web.xsd.Duration
Construct a duration with the specified value.
deserialize(InputStream, Class) - Method in class com.sssw.jbroker.web.encoding.BeanMarshaler
Initialize the given bean object from the given input stream
deserialize(InputStream, Class) - Method in interface com.sssw.jbroker.web.encoding.Deserializer
Initialize the given object from the given input stream
deserialize(InputStream, Class) - Method in class com.sssw.jbroker.web.encoding.PublicFieldsMarshaler
De-serialize the public fields of some object.
deserialize(InputStream, Class) - Method in class com.sssw.jbroker.web.encoding.ValueTypeMarshaler
Initialize the given bean object from the given input stream
deserialize(InputStream, Class) - Method in class com.sssw.jbroker.web.mapping.BeanMarshaler
Deprecated. Initialize the given bean object from the given input stream
deserialize(InputStream, Class) - Method in interface com.sssw.jbroker.web.mapping.Deserializer
Deprecated. Initialize the given object from the given input stream
deserialize(InputStream, Class) - Method in class com.sssw.jbroker.web.mapping.PublicFieldsMarshaler
Deprecated. Initialize the given bean object from the given input stream
destroy() - Method in class javax.xml.rpc.handler.GenericHandler
The destroy method indicates the end of lifecycle for a Handler instance.
destroy() - Method in interface javax.xml.rpc.handler.Handler
The destroy method indicates the end of lifecycle for a Handler instance.
destroy() - Method in interface javax.xml.rpc.handler.HandlerChain
Indicates the end of lifecycle for a HandlerChain.
destroy() - Method in interface javax.xml.rpc.server.ServiceLifecycle
JAX-RPC runtime system ends the lifecycle of a service endpoint instance by invoking the destroy method.
detachNode() - Method in interface javax.xml.soap.Node
Removes this Node object from the tree.
doGet(HttpServletRequest, HttpServletResponse) - Method in interface com.sssw.jbroker.web.portable.SAAJSkeleton.SAAJSkeletonDelegate
Delegate the servlet doGet method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.sssw.jbroker.web.portable.SAAJSkeleton
The HTTP servlet doGet The GET support can only be called for ?wsdl parameter.
doGet(HttpServletRequest, HttpServletResponse) - Method in interface com.sssw.jbroker.web.portable.ServletSkeleton.ServletDelegate
Delegate the servlet doGet method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
The HTTP servlet doGet method is delegated to the delegate.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.sssw.jbroker.web.servlet.Invoker
Process an HTTP GET command.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.sssw.jbroker.web.servlet.JMSRouter
Process an HTTP GET command.
doPost(HttpServletRequest, HttpServletResponse) - Method in interface com.sssw.jbroker.web.portable.SAAJSkeleton.SAAJSkeletonDelegate
Delegate the servlet doPost method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.sssw.jbroker.web.portable.SAAJSkeleton
The HTTP servlet doPost extracts the SOAPMessage from the servlet request and passes it down to the invoke method.
doPost(HttpServletRequest, HttpServletResponse) - Method in interface com.sssw.jbroker.web.portable.ServletSkeleton.ServletDelegate
Delegate the servlet doPost method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
The HTTP servlet doPost method is delegated to the delegate.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.sssw.jbroker.web.servlet.JMSRouter
Process an HTTP POST command.
doPost(HttpServletRequest, HttpServletResponse) - Method in class javax.xml.messaging.JAXMServlet
Internalizes the given HttpServletRequest object and writes the reply to the given HttpServletResponse object.

E

ENCODINGSTYLE_URI_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for encoding Style: Encoding style specified as a namespace URI.
ENCODING_STYLE_URI - Static variable in class com.sssw.jbroker.web.portable.Stub
String property which indicates the encoding style namespace URI.
ENDPOINT - Static variable in class com.sssw.jbroker.web.portable.Stub
String property with endpoint address.
ENDPOINT_ADDRESS_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: Target service endpoint address.
ENTITIES - class com.sssw.jbroker.web.xsd.ENTITIES.
A wrapper class that contains a ENTITIES.
ENTITIES(String) - Constructor for class com.sssw.jbroker.web.xsd.ENTITIES
Construct a ENTITIES with the specified value.
ENTITY - class com.sssw.jbroker.web.xsd.ENTITY.
A wrapper class that contains a ENTITY.
ENTITY(String) - Constructor for class com.sssw.jbroker.web.xsd.ENTITY
Construct a ENTITY with the specified value.
ElementArrayHolder - class com.sssw.jbroker.web.holders.ElementArrayHolder.
Deprecated. As of jBroker 2.0. The array holders are now generated automatically by the wsdl2java or xsd2java compilers.
ElementArrayHolder() - Constructor for class com.sssw.jbroker.web.holders.ElementArrayHolder
Deprecated. Default constructor for ElementArrayHolder.
ElementArrayHolder(Element[]) - Constructor for class com.sssw.jbroker.web.holders.ElementArrayHolder
Deprecated. Construct a ElementArrayHolder with the specified value.
ElementHolder - class com.sssw.jbroker.web.holders.ElementHolder.
A holder class for an Element object that is used to store inout or out parameters in remote method calls.
ElementHolder() - Constructor for class com.sssw.jbroker.web.holders.ElementHolder
Default constructor for ElementHolder.
ElementHolder(Element) - Constructor for class com.sssw.jbroker.web.holders.ElementHolder
Construct a ElementHolder with the specified value.
Endpoint - class javax.xml.messaging.Endpoint.
An opaque representation of an application endpoint.
Endpoint(String) - Constructor for class javax.xml.messaging.Endpoint
Constructs an Endpoint object using the given string identifier.
ejbCreate() - Method in interface com.sssw.jbroker.web.portable.MDBSkeleton.MDBDelegate
Delegate the MDB's ejbCreate method.
ejbCreate() - Method in class com.sssw.jbroker.web.portable.MDBSkeleton
The MDB's ejbCreate method is delegated to the delegate.
ejbRemove() - Method in interface com.sssw.jbroker.web.portable.MDBSkeleton.MDBDelegate
Delegate the MDB's ejbRemove method.
ejbRemove() - Method in class com.sssw.jbroker.web.portable.MDBSkeleton
The MDB's ejbRemove method is delegated to the delegate.
endHeader() - Method in interface com.sssw.jbroker.web.portable.ClientRequest
Ends the SOAP Header element, writes the SOAP BODY element and name of the operation for rpc requests.
endHeader() - Method in interface com.sssw.jbroker.web.portable.ServerResponse
Ends the SOAP Header element, writes the SOAP BODY element and response name of the operation for rpc response.
equals(Object) - Method in class com.sssw.jbroker.web.Binding
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.sssw.jbroker.web.QName
Indicates whether some other object is equal to this one.
equals(String, String) - Method in class com.sssw.jbroker.web.QName
Indicates whether the namespace and uri are the same in this
equals(Object) - Method in class com.sssw.jbroker.web.encoding.Attribute
checks if the object is equal to this
equals(Object) - Method in class com.sssw.jbroker.web.encoding.XMLType
 
equals(Object) - Method in class com.sssw.jbroker.web.mapping.XMLType
Deprecated.  
equals(Object) - Method in class com.sssw.jbroker.web.xsd.AnyURI
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.Date
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.Duration
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.ENTITIES
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.ENTITY
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.GDay
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.GMonth
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.GMonthDay
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.GYear
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.GYearMonth
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.ID
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.IDREF
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.IDREFS
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.Language
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.NCName
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.NMTOKEN
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.NMTOKENS
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.Name
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.NegativeInteger
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.NonNegativeInteger
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.NonPositiveInteger
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.NormalizedString
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.Time
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.Token
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.UnsignedByte
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.UnsignedInt
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.UnsignedLong
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.UnsignedShort
 
equals(Object) - Method in class javax.xml.namespace.QName
Tests this QName for equality with another object.
examineAllHeaderElements() - Method in interface javax.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object.
examineHeaderElements(String) - Method in interface javax.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object that have the specified actor.
examineMustUnderstandHeaderElements(String) - Method in interface javax.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object that have the specified actor and that have a MustUnderstand attribute whose value is equivalent to true.
extractAllHeaderElements() - Method in interface javax.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object and detaches them from this SOAPHeader object.
extractHeaderElements(String) - Method in interface javax.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object that have the specified actor and detaches them from this SOAPHeader object.

F

FloatArrayHolder - class com.sssw.jbroker.web.holders.FloatArrayHolder.
Deprecated. As of jBroker 2.0. The array holders are now generated automatically by the wsdl2java or xsd2java compilers.
FloatArrayHolder() - Constructor for class com.sssw.jbroker.web.holders.FloatArrayHolder
Deprecated. Default constructor for FloatArrayHolder.
FloatArrayHolder(float[]) - Constructor for class com.sssw.jbroker.web.holders.FloatArrayHolder
Deprecated. Construct a FloatArrayHolder with the specified value.
FloatHolder - class com.sssw.jbroker.web.holders.FloatHolder.
Deprecated. As of jBroker 2.0
FloatHolder() - Constructor for class com.sssw.jbroker.web.holders.FloatHolder
Deprecated. Default constructor for FloatHolder.
FloatHolder(float) - Constructor for class com.sssw.jbroker.web.holders.FloatHolder
Deprecated. Construct a FloatHolder with the specified value.
FloatHolder - class javax.xml.rpc.holders.FloatHolder.
 
FloatHolder() - Constructor for class javax.xml.rpc.holders.FloatHolder
 
FloatHolder(float) - Constructor for class javax.xml.rpc.holders.FloatHolder
 
FloatWrapperHolder - class javax.xml.rpc.holders.FloatWrapperHolder.
 
FloatWrapperHolder() - Constructor for class javax.xml.rpc.holders.FloatWrapperHolder
 
FloatWrapperHolder(Float) - Constructor for class javax.xml.rpc.holders.FloatWrapperHolder
 

G

GDay - class com.sssw.jbroker.web.xsd.GDay.
A wrapper class that contains a gDay.
GDay(String) - Constructor for class com.sssw.jbroker.web.xsd.GDay
Construct a gDay with the specified value.
GMonth - class com.sssw.jbroker.web.xsd.GMonth.
A wrapper class that contains a gMonth.
GMonth(String) - Constructor for class com.sssw.jbroker.web.xsd.GMonth
Construct a gMonth with the specified value.
GMonthDay - class com.sssw.jbroker.web.xsd.GMonthDay.
A wrapper class that contains a gMonthDay.
GMonthDay(String) - Constructor for class com.sssw.jbroker.web.xsd.GMonthDay
Construct an gMonthDay with the specified value.
GYear - class com.sssw.jbroker.web.xsd.GYear.
A wrapper class that contains a gYear.
GYear(String) - Constructor for class com.sssw.jbroker.web.xsd.GYear
Construct an gYear with the specified value.
GYearMonth - class com.sssw.jbroker.web.xsd.GYearMonth.
A wrapper class that contains a gYearMonth.
GYearMonth(String) - Constructor for class com.sssw.jbroker.web.xsd.GYearMonth
Construct an gYearMonth with the specified value.
GenericHandler - class javax.xml.rpc.handler.GenericHandler.
The javax.xml.rpc.handler.GenericHandler class implements the Handler interface.
get(Class) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Get a type map for a Java class.
get(Class, QName) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Get a type map between Java class and XML type.
get(Class, String, String) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Get a type map between Java class and XML type.
get(Class, String) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Get a type map for a Java class from a particular namespace.
get(QName) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Get a type map for a QName.
get(QName) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Deprecated. use standard QName instead
get(QName) - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Get the Type Mapping for the given XML Type.
get(QName, boolean) - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Get the Type Mapping for the given XML Type.
get(Class) - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Get the Type Mapping for the given Java Type.
get(Class, boolean) - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Get the Type Mapping for the given Java Type.
getAction() - Method in interface com.sssw.jbroker.web.portable.ServerRequest
Get the soapAction.
getActor() - Method in interface javax.xml.soap.SOAPHeaderElement
Returns the uri of the actor associated with this SOAPHeaderElement object.
getAllAttributes() - Method in interface javax.xml.soap.SOAPElement
Returns an Iterator over all of the attribute Name objects in this SOAPElement object.
getAllHeaders() - Method in class javax.xml.soap.MimeHeaders
Returns all the MimeHeaders in this MimeHeaders object.
getAllMimeHeaders() - Method in class javax.xml.soap.AttachmentPart
Retrieves all the headers for this AttachmentPart object as an iterator over the MimeHeader objects.
getAllMimeHeaders() - Method in class javax.xml.soap.SOAPPart
Retrieves all the headers for this SOAPPart object as an iterator over the MimeHeader objects.
getAttachments() - Method in class com.sssw.jbroker.web.portable.DOMMessage
Get the attachments of this DOM message.
getAttachments() - Method in class javax.xml.soap.SOAPMessage
Retrieves all the AttachmentPart objects that are part of this SOAPMessage object.
getAttachments(MimeHeaders) - Method in class javax.xml.soap.SOAPMessage
Retrieves all the AttachmentPart objects that have header entries that match the specified headers.
getAttributeValue(Name) - Method in interface javax.xml.soap.SOAPElement
Returns the value of the attribute with the specified name.
getAttributes(Object) - Method in class com.sssw.jbroker.web.encoding.BeanMarshaler
Get the element attributes
getAttributes(Object) - Method in class com.sssw.jbroker.web.encoding.PublicFieldsMarshaler
This marshaler has no attributes.
getAttributes(Object) - Method in interface com.sssw.jbroker.web.encoding.Serializer
Get the element attributes
getAttributes(Object) - Method in class com.sssw.jbroker.web.encoding.ValueTypeMarshaler
Get the element attributes
getAttributes(Object) - Method in class com.sssw.jbroker.web.mapping.BeanMarshaler
Deprecated. Get the element attributes
getAttributes(Object) - Method in class com.sssw.jbroker.web.mapping.PublicFieldsMarshaler
Deprecated. Get the element attributes
getAttributes(Object) - Method in interface com.sssw.jbroker.web.mapping.Serializer
Deprecated. Get the element attributes
getAttributes() - Method in interface com.sssw.jbroker.web.portable.InputStream
Provides access to the list of attributes of the current XML element
getBody() - Method in interface javax.xml.soap.SOAPEnvelope
Returns the SOAPBody object associated with this SOAPEnvelope object.
getBodyElements() - Method in class com.sssw.jbroker.web.portable.DOMMessage
Get the body elements of this DOM message.
getBuild() - Static method in class com.sssw.jbroker.web.Version
Get the build time stamp.
getCalls(QName) - Method in interface javax.xml.rpc.Service
Gets an array of preconfigured Call objects for invoking operations on the specified port.
getCause() - Method in class javax.xml.soap.SOAPException
Returns the Throwable object embedded in this SOAPException if there is one.
getChildElements() - Method in interface javax.xml.soap.SOAPElement
Returns an Iterator over all the immediate child Nodes of this element.
getChildElements(Name) - Method in interface javax.xml.soap.SOAPElement
Returns an Iterator over all the immediate child Nodes of this element with the specified name.
getClassObject() - Method in class com.sssw.jbroker.web.portable.annotation.ClassInfo
Get the class object for which this ClassInfo object manages properties.
getClassObject() - Method in class com.sssw.jbroker.web.portable.annotation.ParamInfo
Get the class object for which this ParamInfo object manages properties.
getConnection(int) - Method in class com.sssw.jbroker.web.portable.MDBSkeleton
This method retrieves a connection when an incoming message contains a reply destination (as per invoking the getJMSReplyTo method).
getConnectionFactory(int) - Method in class com.sssw.jbroker.web.portable.MDBSkeleton
This method retrieves a connection factory when an incoming message contains a reply destination (as per invoking the getJMSReplyTo method).
getContent() - Method in class javax.xml.soap.AttachmentPart
Gets the content of this AttachmentPart object as a Java object.
getContent() - Method in class javax.xml.soap.SOAPPart
Returns the content of the SOAPEnvelope as a JAXP Source object.
getContentDescription() - Method in class javax.xml.soap.SOAPMessage
Retrieves a description of this SOAPMessage object's content.
getContentId() - Method in class javax.xml.soap.AttachmentPart
Gets the value of the MIME header whose name is "Content-Id".
getContentId() - Method in class javax.xml.soap.SOAPPart
Retrieves the value of the MIME header whose name is "Content-Id".
getContentLocation() - Method in class javax.xml.soap.AttachmentPart
Gets the value of the MIME header whose name is "Content-Location".
getContentLocation() - Method in class javax.xml.soap.SOAPPart
Retrieves the value of the MIME header whose name is "Content-Location".
getContentType() - Method in class javax.xml.soap.AttachmentPart
Gets the value of the MIME header whose name is "Content-Type".
getDataHandler() - Method in class javax.xml.soap.AttachmentPart
Gets the DataHandler object for this AttachmentPart object.
getDay() - Method in class com.sssw.jbroker.web.xsd.GDay
Get the value of this gDay.
getDay() - Method in class com.sssw.jbroker.web.xsd.GMonthDay
Get the day of this gMonthDay.
getDays() - Method in class com.sssw.jbroker.web.xsd.Duration
Get the days of this duration.
getDefault() - Static method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Get the default TypeMapper.
getDefaultTypeMapping() - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
 
getDefaultTypeMapping() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Gets the registered default TypeMapping instance.
getDelegate() - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Get the parent TypeMapper.
getDeserializer() - Method in class com.sssw.jbroker.web.encoding.TypeMap
Accessor for deserializer from the factory.
getDeserializer() - Method in class com.sssw.jbroker.web.mapping.TypeMapping
Deprecated. Get the Deserializer.
getDeserializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Gets the DeserializerFactory registered for the specified pair of Java type and XML data type.
getDeserializerAs(String) - Method in class com.sssw.jbroker.web.encoding.TypeMap
Accessor for deserializer from the factory for a mechanism type.
getDeserializerAs(String) - Method in interface javax.xml.rpc.encoding.DeserializerFactory
Returns a Deserializer for the specified XML processing mechanism type.
getDeserializerFactory() - Method in class com.sssw.jbroker.web.encoding.TypeMap
Accessor for deserializer factory.
getDetail() - Method in class com.sssw.jbroker.web.portable.ApplicationException
Get the detail of the exception
getDetail() - Method in class javax.xml.rpc.soap.SOAPFaultException
Gets the detail element.
getDetail() - Method in interface javax.xml.soap.SOAPFault
Returns the optional detail element for this SOAPFault object.
getDetailEntries() - Method in interface javax.xml.soap.Detail
Gets an Iterator over all of the DetailEntrys in this Detail object.
getElementName() - Method in interface javax.xml.soap.SOAPElement
Returns the name of this SOAPElement object.
getEncodingStyle() - Method in interface javax.xml.soap.SOAPElement
Returns the encoding style for this SOAPElement object.
getEncodingStyleURI() - Method in interface com.sssw.jbroker.web.portable.InputStream
Get the current Encoding Style
getEncodingStyleURI() - Method in interface com.sssw.jbroker.web.portable.OutputStream
Get the current Encoding Style
getEnvelope() - Method in class javax.xml.soap.SOAPPart
Gets the SOAPEnvelope object associated with this SOAPPart object.
getExceptionTypeInfo(Class) - Method in class com.sssw.jbroker.web.portable.annotation.MethodInfo
Get a ClassInfo object for a given exception class.
getFault() - Method in interface javax.xml.soap.SOAPBody
Returns the SOAPFault object in this SOAPBody object.
getFaultActor() - Method in class javax.xml.rpc.soap.SOAPFaultException
Gets the faultactor element.
getFaultActor() - Method in interface javax.xml.soap.SOAPFault
Gets the fault actor for this SOAPFault object.
getFaultCode() - Method in class com.sssw.jbroker.web.portable.ApplicationException
Get the application exception's fault code.
getFaultCode() - Method in class javax.xml.rpc.soap.SOAPFaultException
Gets the faultcode element.
getFaultCode() - Method in interface javax.xml.soap.SOAPFault
Gets the fault code for this SOAPFault object.
getFaultCodeAsName() - Method in interface javax.xml.soap.SOAPFault
Gets the mandatory SOAP 1.1 fault code for this SOAPFault object as a SAAJ Name object.
getFaultString() - Method in class com.sssw.jbroker.web.portable.ApplicationException
Get the application exception's fault string.
getFaultString() - Method in class javax.xml.rpc.soap.SOAPFaultException
Gets the faultstring element.
getFaultString() - Method in interface javax.xml.soap.SOAPFault
Gets the fault string for this SOAPFault object.
getFaultStringLocale() - Method in interface javax.xml.soap.SOAPFault
Gets the locale of the fault string for this SOAPFault object.
getHandlerChain(QName) - Method in interface javax.xml.rpc.handler.HandlerRegistry
Gets the handler chain for the specified service endpoint.
getHandlerClass() - Method in class javax.xml.rpc.handler.HandlerInfo
Gets the Handler class
getHandlerConfig() - Method in class javax.xml.rpc.handler.HandlerInfo
Gets the Handler configuration
getHandlerRegistry() - Method in interface javax.xml.rpc.Service
Returns the configured HandlerRegistry instance for this Service instance.
getHeader(String) - Method in class javax.xml.soap.MimeHeaders
Returns all of the values for the specified header as an array of String objects.
getHeader() - Method in interface javax.xml.soap.SOAPEnvelope
Returns the SOAPHeader object for this SOAPEnvelope object.
getHeaderElements() - Method in class com.sssw.jbroker.web.portable.DOMMessage
Get the header elements of this DOM message.
getHeaders() - Method in class javax.xml.rpc.handler.GenericHandler
Gets the header blocks processed by this Handler instance.
getHeaders() - Method in interface javax.xml.rpc.handler.Handler
Gets the header blocks that can be processed by this Handler instance.
getHeaders() - Method in class javax.xml.rpc.handler.HandlerInfo
Gets the header blocks processed by this Handler.
getHours() - Method in class com.sssw.jbroker.web.xsd.Duration
Get the hours of this duration.
getHttpSession() - Method in interface javax.xml.rpc.server.ServletEndpointContext
The getHttpSession method returns the current HTTP session (as a javax.servlet.http.HTTPSession).
getInputStream() - Method in class com.sssw.jbroker.web.portable.ApplicationException
Get the application exception's input stream
getJavaType() - Method in class com.sssw.jbroker.web.encoding.TypeMap
Accessor for java type.
getJavaType() - Method in class com.sssw.jbroker.web.mapping.TypeMapping
Deprecated. Get the Java Type.
getKey() - Method in class com.sssw.jbroker.web.portable.RequestProperty
Deprecated. Get the name of this request property
getLinkedCause() - Method in class javax.xml.rpc.JAXRPCException
Gets the Linked cause
getLinkedCause() - Method in class javax.xml.rpc.ServiceException
Gets the Linked cause
getLocalName() - Method in interface javax.xml.soap.Name
Gets the local name part of the XML name that this Name object represents.
getLocalPart() - Method in class com.sssw.jbroker.web.QName
Get the local part.
getLocalPart() - Method in class javax.xml.namespace.QName
Gets the Local part for this QName.
getLocationURLStr() - Method in class com.sssw.jbroker.web.encoding.XMLType
Get the location where the Type can be loaded.
getLocationURLStr() - Method in class com.sssw.jbroker.web.mapping.XMLType
Deprecated. Get the location where the Type can be loaded.
getMajor() - Static method in class com.sssw.jbroker.web.Version
Get the major version number
getMajorVersion() - Method in interface javax.xml.messaging.ProviderMetaData
Retrieves an int indicating the major version number of the messaging provider to which the ProviderConnection object described by this ProviderMetaData object is connected.
getMatchingHeaders(String[]) - Method in class javax.xml.soap.MimeHeaders
Returns all the MimeHeader objects whose name matches a name in the given array of names.
getMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.AttachmentPart
Retrieves all MimeHeader objects that match a name in the given array.
getMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.SOAPPart
Retrieves all MimeHeader objects that match a name in the given array.
getMechanismType() - Method in class com.sssw.jbroker.web.encoding.BeanMarshaler
Get the serializer's mechanism type.
getMechanismType() - Method in class com.sssw.jbroker.web.encoding.PublicFieldsMarshaler
Get the serializer's mechanism type.
getMechanismType() - Method in class com.sssw.jbroker.web.encoding.ValueTypeMarshaler
Get the serializer's mechanism type.
getMechanismType() - Method in interface javax.xml.rpc.encoding.Deserializer
Gets the type of the XML processing mechanism and representation used by this Deserializer.
getMechanismType() - Method in interface javax.xml.rpc.encoding.Serializer
Gets the type of the XML processing mechanism and representation used by this Serializer.
getMessage() - Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
Gets the SOAPMessage from this message context
getMessage() - Method in class javax.xml.soap.SOAPException
Returns the detail message for this SOAPException object.
getMessageContext() - Method in interface javax.xml.rpc.server.ServletEndpointContext
The method getMessageContext returns the MessageContext targeted for this endpoint instance.
getMetaData() - Method in interface javax.xml.messaging.ProviderConnection
Retrieves the ProviderMetaData object that contains information about the messaging provider to which this ProviderConnection object is connected.
getMethod() - Method in interface com.sssw.jbroker.web.portable.ClientRequest
Get the method name
getMethod() - Method in interface com.sssw.jbroker.web.portable.ServerRequest
Get the method name.
getMethodInfo(Method) - Method in class com.sssw.jbroker.web.portable.annotation.ClassInfo
Get a MethodInfo object for a given method
getMethodObject() - Method in class com.sssw.jbroker.web.portable.annotation.MethodInfo
Get the method object for which this MethodInfo object manages properties.
getMethods() - Method in class com.sssw.jbroker.web.portable.annotation.ClassInfo
Get an iterator over all MethodInfo objects
getMimeHeader(String) - Method in class javax.xml.soap.AttachmentPart
Gets all the values of the header identified by the given String.
getMimeHeader(String) - Method in class javax.xml.soap.SOAPPart
Gets all the values of the MimeHeader object in this SOAPPart object that is identified by the given String.
getMimeHeaders() - Method in class javax.xml.soap.SOAPMessage
Returns all the transport-specific MIME headers for this SOAPMessage object in a transport-independent fashion.
getMinor() - Static method in class com.sssw.jbroker.web.Version
Get the minor version number
getMinorVersion() - Method in interface javax.xml.messaging.ProviderMetaData
Retrieves an int indicating the minor version number of the messaging provider to which the ProviderConnection object described by this ProviderMetaData object is connected.
getMinutes() - Method in class com.sssw.jbroker.web.xsd.Duration
Get the minutes of this duration.
getMonth() - Method in class com.sssw.jbroker.web.xsd.GMonth
Get the value of this gMonth.
getMonth() - Method in class com.sssw.jbroker.web.xsd.GMonthDay
Get the month of this gMonthDay.
getMonth() - Method in class com.sssw.jbroker.web.xsd.GYearMonth
Get the Month of this gYearMonth.
getMonths() - Method in class com.sssw.jbroker.web.xsd.Duration
Get the months of this duration.
getMustUnderstand() - Method in interface javax.xml.soap.SOAPHeaderElement
Returns whether the mustUnderstand attribute for this SOAPHeaderElement object is turned on.
getName() - Method in class com.sssw.jbroker.web.encoding.Attribute
Get the Attribute name.
getName() - Method in class com.sssw.jbroker.web.mapping.Attribute
Deprecated. Get the Attribute name.
getName() - Method in interface javax.xml.messaging.ProviderMetaData
Retrieves a String containing the name of the messaging provider to which the ProviderConnection object described by this ProviderMetaData object is connected.
getName() - Method in class javax.xml.soap.MimeHeader
Returns the name of this MimeHeader object.
getNamespacePrefixes() - Method in interface javax.xml.soap.SOAPElement
Returns an Iterator over the namespace prefix Strings declared by this element.
getNamespaceURI() - Method in class com.sssw.jbroker.web.QName
Get the namespace URI.
getNamespaceURI() - Method in class javax.xml.namespace.QName
Gets the Namespace URI for this QName.
getNamespaceURI(String) - Method in interface javax.xml.soap.SOAPElement
Returns the URI of the namespace that has the given prefix.
getNonMatchingHeaders(String[]) - Method in class javax.xml.soap.MimeHeaders
Returns all of the MimeHeader objects whose name does not match a name in the given array of names.
getNonMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.AttachmentPart
Retrieves all MimeHeader objects whose name does not match a name in the given array.
getNonMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.SOAPPart
Retrieves all MimeHeader objects whose name does not match a name in the given array.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class com.sssw.jbroker.web.portable.Stub.StubObjectFactory
 
getOperationName() - Method in interface com.sssw.jbroker.web.portable.Delegate
get the Operation Name
getOperationName() - Method in interface javax.xml.rpc.Call
Gets the name of the operation to be invoked using this Call instance.
getOutputParams() - Method in interface javax.xml.rpc.Call
Returns a Map of {name, value} for the output parameters of the last invoked operation.
getOutputValues() - Method in interface javax.xml.rpc.Call
Returns a List values for the output parameters of the last invoked operation.
getParameterCount() - Method in class com.sssw.jbroker.web.portable.annotation.MethodInfo
Get the number of parameters for this method
getParameterTypeByName(String) - Method in interface javax.xml.rpc.Call
Gets the XML type of a parameter by name
getParameterTypeInfo(int) - Method in class com.sssw.jbroker.web.portable.annotation.MethodInfo
Get a ParamInfo object for a given index.
getParentElement() - Method in interface javax.xml.soap.Node
Returns the parent element of this Node object.
getPort(QName, Class) - Method in interface javax.xml.rpc.Service
The getPort method returns either an instance of a generated stub implementation class or a dynamic proxy.
getPort(Class) - Method in interface javax.xml.rpc.Service
The getPort method returns either an instance of a generated stub implementation class or a dynamic proxy.
getPortTypeName() - Method in interface javax.xml.rpc.Call
Gets the qualified name of the port type.
getPorts() - Method in interface javax.xml.rpc.Service
Returns an Iterator for the list of QNames of service endpoints grouped by this service
getPrefix() - Method in interface javax.xml.soap.Name
Returns the prefix that was specified when this Name object was initialized.
getProducer(Destination, int) - Method in class com.sssw.jbroker.web.portable.MDBSkeleton
This method retrieves a message producer when an incoming message contains a reply destination (as per invoking the getJMSReplyTo method).
getProperties() - Method in interface com.sssw.jbroker.web.portable.ClientRequest
Deprecated. As of JBroker Web 2.0, replaced by _getProperties()
getProperties() - Method in class com.sssw.jbroker.web.portable.DOMMessage
Get the properties of this DOM message.
getProperties() - Method in interface com.sssw.jbroker.web.portable.Delegate
Get a map with properties
getProperties() - Method in interface com.sssw.jbroker.web.portable.MDBSkeleton.MDBDelegate
 
getProperties() - Method in interface com.sssw.jbroker.web.portable.ServletSkeleton.ServletDelegate
 
getProperty(String) - Method in interface com.sssw.jbroker.web.portable.Delegate
Get a property from the delegate.
getProperty(String) - Method in class com.sssw.jbroker.web.portable.annotation.ClassInfo
Get a property for this class
getProperty(String) - Method in class com.sssw.jbroker.web.portable.annotation.MethodInfo
Get a property for this class
getProperty(String) - Method in class com.sssw.jbroker.web.portable.annotation.ParamInfo
Get a property for this class
getProperty(String) - Method in interface javax.xml.rpc.Call
Gets the value of a named property.
getProperty(String) - Method in interface javax.xml.rpc.handler.MessageContext
Gets the value of a specific property from the MessageContext
getProperty(String) - Method in class javax.xml.soap.SOAPMessage
Retrieves value of the specified property.
getPropertyNames() - Method in interface com.sssw.jbroker.web.portable.Delegate
Get an iterator over all property names
getPropertyNames() - Method in interface javax.xml.rpc.Call
Gets the names of configurable properties supported by this Call object.
getPropertyNames() - Method in interface javax.xml.rpc.handler.MessageContext
Returns an Iterator view of the names of the properties in this MessageContext
getProtocol() - Method in class com.sssw.jbroker.web.Binding
Get the XML protocol
getQName() - Method in class com.sssw.jbroker.web.encoding.TypeMap
Accessor for xml type QName.
getQName() - Method in class com.sssw.jbroker.web.encoding.XMLType
Get the qualified name for the Type.
getQName() - Method in class com.sssw.jbroker.web.mapping.TypeMapping
Deprecated. Get the QName for the XML Type.
getQName() - Method in class com.sssw.jbroker.web.mapping.XMLType
Deprecated. Get the qualified name for the Type.
getQName() - Method in class com.sssw.jbroker.web.portable.ApplicationException
Get the QName of the exception's XML tag
getQName() - Method in interface com.sssw.jbroker.web.portable.InputStream
Get QName of the last object read.
getQualifiedName() - Method in interface javax.xml.soap.Name
Gets the namespace-qualified name of the XML name that this Name object represents.
getReference() - Method in class com.sssw.jbroker.web.portable.MDBSkeleton
 
getReference() - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
 
getReference() - Method in class com.sssw.jbroker.web.portable.Stub
Get the Reference for this Stub.
getRegisteredEncodingStyleURIs() - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
 
getRegisteredEncodingStyleURIs() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Returns a list of registered encodingStyle URIs in this TypeMappingRegistry instance.
getResult() - Method in class com.sssw.jbroker.web.holders.BigDecimalArrayHolder
Deprecated. Get the result held within this BigDecimalArrayHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.BigDecimalHolder
Deprecated. Get the result held within this BigDecimalHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.BigIntegerArrayHolder
Deprecated. Get the result held within this BigIntegerArrayHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.BigIntegerHolder
Deprecated. Get the result held within this BigIntegerHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.BooleanArrayHolder
Get the result held within this BooleanArrayHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.BooleanHolder
Deprecated. Get the result held within this BooleanHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.ByteArrayHolder
Deprecated. Get the result held within this ByteArrayHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.ByteHolder
Deprecated. Get the result held within this ByteHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.DateArrayHolder
Deprecated. Get the result held within this DateArrayHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.DateHolder
Deprecated. Get the result held within this DateHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.DoubleArrayHolder
Deprecated. Get the result held within this DoubleArrayHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.DoubleHolder
Deprecated. Get the result held within this DoubleHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.ElementArrayHolder
Deprecated. Get the result held within this ElementArrayHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.ElementHolder
Get the result held within this ElementHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.FloatArrayHolder
Deprecated. Get the result held within this FloatArrayHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.FloatHolder
Deprecated. Get the result held within this FloatHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.IntArrayHolder
Deprecated. Get the result held within this IntArrayHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.IntHolder
Deprecated. Get the result held within this IntHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.LongArrayHolder
Deprecated. Get the result held within this LongArrayHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.LongHolder
Deprecated. Get the result held within this LongHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.ObjectArrayHolder
Deprecated. Get the result held within this ObjectArrayHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.ObjectHolder
Deprecated. Get the result held within this ObjectHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.ShortArrayHolder
Deprecated. Get the result held within this ShortArrayHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.ShortHolder
Deprecated. Get the result held within this ShortHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.StringArrayHolder
Deprecated. Get the result held within this StringArrayHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.StringHolder
Deprecated. Get the result held within this StringHolder.
getReturnType() - Method in interface javax.xml.rpc.Call
Gets the return type for a specific operation
getReturnTypeInfo() - Method in class com.sssw.jbroker.web.portable.annotation.MethodInfo
Get a ParamInfo object for the method's return class.
getRoles() - Method in interface javax.xml.rpc.handler.HandlerChain
Gets SOAP actor roles registered for this HandlerChain at this SOAP node.
getRoles() - Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
Gets the SOAP actor roles associated with an execution of the HandlerChain and its contained Handler instances.
getSOAPBody() - Method in class javax.xml.soap.SOAPMessage
Gets the SOAP Body contained in this SOAPMessage object.
getSOAPHeader() - Method in class javax.xml.soap.SOAPMessage
Gets the SOAP Header contained in this SOAPMessage object.
getSOAPPart() - Method in class javax.xml.soap.SOAPMessage
Gets the SOAP part of this SOAPMessage object.
getSchemaURI() - Method in interface com.sssw.jbroker.web.portable.OutputStream
Get the XML Schema URI
getSeconds() - Method in class com.sssw.jbroker.web.xsd.Duration
Get the seconds of this duration.
getSerializer() - Method in class com.sssw.jbroker.web.encoding.TypeMap
Accessor for serializer from the factory.
getSerializer() - Method in class com.sssw.jbroker.web.mapping.TypeMapping
Deprecated. Get the Serializer.
getSerializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Gets the SerializerFactory registered for the specified pair of Java type and XML data type.
getSerializerAs(String) - Method in class com.sssw.jbroker.web.encoding.TypeMap
Accessor for serializer from the factory for a mechanism type.
getSerializerAs(String) - Method in interface javax.xml.rpc.encoding.SerializerFactory
Returns a Serializer for the specified XML processing mechanism type.
getSerializerFactory() - Method in class com.sssw.jbroker.web.encoding.TypeMap
Accessor for serializer factory.
getServiceName() - Method in interface javax.xml.rpc.Service
Gets the name of this service.
getServletContext() - Method in interface javax.xml.rpc.server.ServletEndpointContext
The method getServletContext returns the ServletContext associated with the web application that contain this endpoint.
getSession(int) - Method in class com.sssw.jbroker.web.portable.MDBSkeleton
This method retrieves a session when an incoming message contains a reply destination (as per invoking the getJMSReplyTo method).
getSize() - Method in class javax.xml.soap.AttachmentPart
Returns the number of bytes in this AttachmentPart object.
getStub() - Method in interface com.sssw.jbroker.web.portable.MDBSkeleton.MDBDelegate
 
getStub() - Method in interface com.sssw.jbroker.web.portable.ServletSkeleton.ServletDelegate
 
getSupportedEncodings() - Method in interface javax.xml.rpc.encoding.TypeMapping
Returns the encodingStyle URIs (as String[]) supported by this TypeMapping instance.
getSupportedMechanismTypes() - Method in interface javax.xml.rpc.encoding.DeserializerFactory
Returns a list of all XML processing mechanism types supported by this DeserializerFactory.
getSupportedMechanismTypes() - Method in interface javax.xml.rpc.encoding.SerializerFactory
Returns a list of all XML processing mechanism types supported by this SerializerFactory.
getSupportedProfiles() - Method in interface javax.xml.messaging.ProviderMetaData
Retrieves a list of the messaging profiles that are supported by the messaging provider to which the ProviderConnection object described by this ProviderMetaData object is connected.
getTarget() - Method in interface com.sssw.jbroker.web.portable.TieSkeleton
Get the delegate.
getTargetEndpointAddress() - Method in interface javax.xml.rpc.Call
Gets the address of a target service endpoint.
getTargetException() - Method in class com.sssw.jbroker.web.ServiceException
Get the nested exception.
getTypeMap(Class) - Static method in class com.sssw.jbroker.web.encoding.ValueTypeMarshaler
returns the java to xml TypeMap for the parameter type
getTypeMapping(String) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
 
getTypeMapping(String) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Returns the registered TypeMapping for the specified encodingStyle URI.
getTypeMappingRegistry() - Method in interface javax.xml.rpc.Service
Gets the TypeMappingRegistry for this Service object.
getURI() - Method in interface javax.xml.soap.Name
Returns the URI of the namespace for the XML name that this Name object represents.
getURL() - Method in class javax.xml.messaging.URLEndpoint
Gets the URL associated with this URLEndpoint object.
getURLStr() - Method in class com.sssw.jbroker.web.Binding
Get the network address
getUserPrincipal() - Method in interface javax.xml.rpc.server.ServletEndpointContext
Returns a java.security.Principal instance that contains the name of the authenticated user for the current method invocation on the endpoint instance.
getValue() - Method in class com.sssw.jbroker.web.encoding.Attribute
Get the Attribute value.
getValue() - Method in class com.sssw.jbroker.web.mapping.Attribute
Deprecated. Get the Attribute value.
getValue() - Method in class com.sssw.jbroker.web.portable.RequestProperty
Deprecated. Get the value of this request property
getValue() - Method in class com.sssw.jbroker.web.xsd.AnyURI
Get the value of this anyURI.
getValue() - Method in class com.sssw.jbroker.web.xsd.Date
Get the value of this date.
getValue() - Method in class com.sssw.jbroker.web.xsd.Duration
Get the string value of this duration.
getValue() - Method in class com.sssw.jbroker.web.xsd.ENTITIES
Get the value of this ENTITIES.
getValue() - Method in class com.sssw.jbroker.web.xsd.ENTITY
Get the value of this ENTITY.
getValue() - Method in class com.sssw.jbroker.web.xsd.GDay
Get the string value of this gDay.
getValue() - Method in class com.sssw.jbroker.web.xsd.GMonth
Get the string value of this gMonth.
getValue() - Method in class com.sssw.jbroker.web.xsd.GMonthDay
Get the value of this gMonthDay
getValue() - Method in class com.sssw.jbroker.web.xsd.GYear
Get the value of this gYear.
getValue() - Method in class com.sssw.jbroker.web.xsd.GYearMonth
Get the value of this gYearMonth.
getValue() - Method in class com.sssw.jbroker.web.xsd.ID
Get the value of this ID.
getValue() - Method in class com.sssw.jbroker.web.xsd.IDREF
Get the value of this IDREF.
getValue() - Method in class com.sssw.jbroker.web.xsd.IDREFS
Get the value of this IDREFS.
getValue() - Method in class com.sssw.jbroker.web.xsd.Language
Get the value of this Language.
getValue() - Method in class com.sssw.jbroker.web.xsd.NCName
Get the value of this NCName.
getValue() - Method in class com.sssw.jbroker.web.xsd.NMTOKEN
Get the value of this NMTOKEN.
getValue() - Method in class com.sssw.jbroker.web.xsd.NMTOKENS
Get the value of this NMTOKENS.
getValue() - Method in class com.sssw.jbroker.web.xsd.Name
Get the value of this Name.
getValue() - Method in class com.sssw.jbroker.web.xsd.NegativeInteger
Get the value of this negative integer.
getValue() - Method in class com.sssw.jbroker.web.xsd.NonNegativeInteger
Get the value of this nonNegative integer.
getValue() - Method in class com.sssw.jbroker.web.xsd.NonPositiveInteger
Get the value of this nonPositive integer.
getValue() - Method in class com.sssw.jbroker.web.xsd.NormalizedString
Get the value of this normalized string.
getValue() - Method in class com.sssw.jbroker.web.xsd.Time
Get the value of this time.
getValue() - Method in class com.sssw.jbroker.web.xsd.Token
Get the value of this token.
getValue() - Method in class com.sssw.jbroker.web.xsd.UnsignedByte
Get the value of this unsigned byte.
getValue() - Method in class com.sssw.jbroker.web.xsd.UnsignedInt
Get the value of this unsignedInt.
getValue() - Method in class com.sssw.jbroker.web.xsd.UnsignedLong
Get the value of this unsignedLong.
getValue() - Method in class com.sssw.jbroker.web.xsd.UnsignedShort
Get the value of this unsignedShort.
getValue() - Method in class javax.xml.soap.MimeHeader
Returns the value of this MimeHeader object.
getValue() - Method in interface javax.xml.soap.Node
Returns the value of this node if this is a Text node or the value of the immediate child of this node otherwise.
getVersion() - Static method in class com.sssw.jbroker.web.Version
Get string with version information
getVisibleNamespacePrefixes() - Method in interface javax.xml.soap.SOAPElement
Returns an Iterator over the namespace prefix Strings visible to this element.
getWSDLDocumentLocation() - Method in interface javax.xml.rpc.Service
Gets the location of the WSDL document for this Service.
getXMLType() - Method in class com.sssw.jbroker.web.encoding.TypeMap
Accessor for xml type.
getXMLType() - Method in class com.sssw.jbroker.web.mapping.TypeMapping
Deprecated. Get the XML Type.
getYear() - Method in class com.sssw.jbroker.web.xsd.GYear
Get the year of this gYear.
getYear() - Method in class com.sssw.jbroker.web.xsd.GYearMonth
Get the year of this gYearMonth.
getYears() - Method in class com.sssw.jbroker.web.xsd.Duration
Get the years of this duration.

H

HEADERS - Static variable in class com.sssw.jbroker.web.portable.Stub
String property for Call Headers
HMAC_OUTPUT_LENGTH - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
Integer property for hmac output length
HTTP_PROXY_AUTH_SCHEME - Static variable in class com.sssw.jbroker.web.portable.Stub
java.lang.Integer property for HTTP Proxy Authentication Scheme
HTTP_PROXY_HOST - Static variable in class com.sssw.jbroker.web.portable.Stub
java.lang.String property for HTTP Proxy Host
HTTP_PROXY_NTLM_DOMAIN - Static variable in class com.sssw.jbroker.web.portable.Stub
String property for domain when using NTLM proxy authentication
HTTP_PROXY_PASSWORD - Static variable in class com.sssw.jbroker.web.portable.Stub
String property for password when using HTTP proxy authentication
HTTP_PROXY_PORT - Static variable in class com.sssw.jbroker.web.portable.Stub
java.lang.Integer property for HTTP Proxy Port
HTTP_PROXY_USERNAME - Static variable in class com.sssw.jbroker.web.portable.Stub
String property for username when using HTTP proxy authentication
HTTP_TIME_OUT - Static variable in class com.sssw.jbroker.web.portable.Stub
java.lang.Integer property for HTTP Time Out
Handler - interface javax.xml.rpc.handler.Handler.
The javax.xml.rpc.handler.Handler interface is required to be implemented by a SOAP message handler.
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.
Holder - interface com.sssw.jbroker.web.holders.Holder.
Deprecated. As of jBroker Web 2.0
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.
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.
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.
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.
hasFault() - Method in interface javax.xml.soap.SOAPBody
Indicates whether a SOAPFault object exists in this SOAPBody object.
hashCode() - Method in class com.sssw.jbroker.web.QName
Returns a hash code value for the object.
hashCode() - Method in class com.sssw.jbroker.web.encoding.Attribute
return a hash code for this object
hashCode() - Method in class com.sssw.jbroker.web.encoding.XMLType
 
hashCode() - Method in class com.sssw.jbroker.web.mapping.XMLType
Deprecated.  
hashCode() - Method in class com.sssw.jbroker.web.xsd.AnyURI
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.Date
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.Duration
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.ENTITIES
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.ENTITY
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.GDay
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.GMonth
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.GMonthDay
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.GYear
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.GYearMonth
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.ID
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.IDREF
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.IDREFS
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.Language
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.NCName
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.NMTOKEN
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.NMTOKENS
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.Name
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.NegativeInteger
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.NonNegativeInteger
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.NonPositiveInteger
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.NormalizedString
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.Time
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.Token
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.UnsignedByte
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.UnsignedInt
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.UnsignedLong
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.UnsignedShort
 
hashCode() - Method in class javax.xml.namespace.QName
Returns a hash code value for this QName object.

I

ID - class com.sssw.jbroker.web.xsd.ID.
A wrapper class that contains a ID.
ID(String) - Constructor for class com.sssw.jbroker.web.xsd.ID
Construct a ID with the specified value.
IDREF - class com.sssw.jbroker.web.xsd.IDREF.
A wrapper class that contains a IDREF.
IDREF(String) - Constructor for class com.sssw.jbroker.web.xsd.IDREF
Construct a IDREF with the specified value.
IDREFS - class com.sssw.jbroker.web.xsd.IDREFS.
A wrapper class that contains a IDREFS.
IDREFS(String) - Constructor for class com.sssw.jbroker.web.xsd.IDREFS
Construct a IDREFS with the specified value.
IN - Static variable in class javax.xml.rpc.ParameterMode
IN mode for parameter passing
INOUT - Static variable in class javax.xml.rpc.ParameterMode
INOUT mode for parameter passing
InputStream - interface com.sssw.jbroker.web.portable.InputStream.
The XML RPC Input Stream.
IntArrayHolder - class com.sssw.jbroker.web.holders.IntArrayHolder.
Deprecated. As of jBroker 2.0. The array holders are now generated automatically by the wsdl2java or xsd2java compilers.
IntArrayHolder() - Constructor for class com.sssw.jbroker.web.holders.IntArrayHolder
Deprecated. Default constructor for IntArrayHolder.
IntArrayHolder(int[]) - Constructor for class com.sssw.jbroker.web.holders.IntArrayHolder
Deprecated. Construct a IntArrayHolder with the specified value.
IntHolder - class com.sssw.jbroker.web.holders.IntHolder.
Deprecated. As of jBroker 2.0
IntHolder() - Constructor for class com.sssw.jbroker.web.holders.IntHolder
Deprecated. Default constructor for IntHolder.
IntHolder(int) - Constructor for class com.sssw.jbroker.web.holders.IntHolder
Deprecated. Construct a IntHolder with the specified value.
IntHolder - class javax.xml.rpc.holders.IntHolder.
 
IntHolder() - Constructor for class javax.xml.rpc.holders.IntHolder
 
IntHolder(int) - Constructor for class javax.xml.rpc.holders.IntHolder
 
IntegerWrapperHolder - class javax.xml.rpc.holders.IntegerWrapperHolder.
 
IntegerWrapperHolder() - Constructor for class javax.xml.rpc.holders.IntegerWrapperHolder
 
IntegerWrapperHolder(Integer) - Constructor for class javax.xml.rpc.holders.IntegerWrapperHolder
 
InvokeHandler - interface com.sssw.jbroker.web.portable.InvokeHandler.
The Invoke handler is the target of XML RPC invocations.
Invoker - class com.sssw.jbroker.web.servlet.Invoker.
A servlet that can invoke any Web Service based on its WSDL document.
Invoker() - Constructor for class com.sssw.jbroker.web.servlet.Invoker
 
importMappings(String, ClassLoader) - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Import mappings into the TypeMapper from the given resource.
importMappings(String, Servlet) - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Import mappings into the TypeMapper from the given resource name.
importMappings(String, Servlet, ClassLoader) - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Import mappings into the TypeMapper from the given resource name.
importMappings(String) - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Import the mappings from the given resource.
importMappings(Properties, ClassLoader) - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Import the mappings from the given properties.
importMappings(Properties) - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Import the mappings from the given properties.
importTypeMappings(String) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Import type mappings from a resource into this registry
importTypeMappings(String, ClassLoader) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Import type mappings from a resource into this registry
importTypeMappings(InputStream, ClassLoader) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Import type mappings from an input stream into this registry
importTypeMappings(String, Servlet) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Import type mappings from property resource in servlet
importTypeMappings(String, Servlet, ClassLoader) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Import type mappings from property resource in servlet
importTypeMappings(Properties) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Import type mappings from a property object
importTypeMappings(Properties, ClassLoader) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Import the mappings from the given properties.
importTypeMappings(String) - Method in interface com.sssw.jbroker.web.encoding.TypeMappingRegistry
Import type mappings from a resource into this registry
importTypeMappings(String, ClassLoader) - Method in interface com.sssw.jbroker.web.encoding.TypeMappingRegistry
Import type mappings from a resource into this registry
importTypeMappings(InputStream, ClassLoader) - Method in interface com.sssw.jbroker.web.encoding.TypeMappingRegistry
Import type mappings from an input stream into this registry
importTypeMappings(String, Servlet) - Method in interface com.sssw.jbroker.web.encoding.TypeMappingRegistry
Import type mappings from property resource in servlet
importTypeMappings(String, Servlet, ClassLoader) - Method in interface com.sssw.jbroker.web.encoding.TypeMappingRegistry
Import type mappings from property resource in servlet
importTypeMappings(Properties) - Method in interface com.sssw.jbroker.web.encoding.TypeMappingRegistry
Import type mappings from a property object
importTypeMappings(Properties, ClassLoader) - Method in interface com.sssw.jbroker.web.encoding.TypeMappingRegistry
Import the mappings from the given properties.
importTypeMappingsFromFile(String) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Import type mappings from a file into this registry
importTypeMappingsFromFile(String, ClassLoader) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Import type mappings from a file into this registry
importTypeMappingsFromFile(String) - Method in interface com.sssw.jbroker.web.encoding.TypeMappingRegistry
Import type mappings from a file into this registry
importTypeMappingsFromFile(String, ClassLoader) - Method in interface com.sssw.jbroker.web.encoding.TypeMappingRegistry
Import type mappings from a file into this registry
init(ServletConfig) - Method in class com.sssw.jbroker.web.portable.DOMSkeleton
Initialize this DOMSkeleton.
init() - Method in class com.sssw.jbroker.web.portable.MDBSkeleton
 
init() - Method in interface com.sssw.jbroker.web.portable.ServletSkeleton.ServletDelegate
Delegate the servlet init method.
init() - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
The HTTP servlet init method is delegated to the delegate.
init(ServletConfig) - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
The HTTP servlet init method.
init(ServletConfig) - Method in class com.sssw.jbroker.web.servlet.Invoker
Initialization of the Invoker servlet.
init(ServletConfig) - Method in class com.sssw.jbroker.web.servlet.JMSRouter
Initialization of the JMS router servlet.
init(ServletConfig) - Method in class javax.xml.messaging.JAXMServlet
Initializes this JAXMServlet object using the given ServletConfig object and initializing the msgFactory field with a default MessageFactory object.
init(HandlerInfo) - Method in class javax.xml.rpc.handler.GenericHandler
The init method to enable the Handler instance to initialize itself.
init(HandlerInfo) - Method in interface javax.xml.rpc.handler.Handler
The init method enables the Handler instance to initialize itself.
init(Map) - Method in interface javax.xml.rpc.handler.HandlerChain
Initializes the configuration for a HandlerChain.
init(Object) - Method in interface javax.xml.rpc.server.ServiceLifecycle
Used for initialization of a service endpoint.
initCause(Throwable) - Method in class javax.xml.soap.SOAPException
Initializes the cause field of this SOAPException object with the given Throwable object.
invoke(SOAPMessage) - Method in class com.sssw.jbroker.web.portable.DOMSkeleton
 
invoke(Map, Element[]) - Method in class com.sssw.jbroker.web.portable.DOMSkeleton
Implementation for this method should be provided by the sub class.
invoke(DOMMessage) - Method in class com.sssw.jbroker.web.portable.DOMSkeleton
Though not abstract, this method can be implemented by subclass to get access to attachments and header parameters.
invoke(ClientRequest) - Method in interface com.sssw.jbroker.web.portable.Delegate
Invoke a method and get the input stream for unmarshaling results.
invoke(ClientRequest, boolean) - Method in interface com.sssw.jbroker.web.portable.Delegate
Invoke a method and get the input stream for unmarshaling results.
invoke(Properties, InputStream) - Method in interface com.sssw.jbroker.web.portable.MDBSkeleton.MDBDelegate
Delegate InvokeHandler._invoke method
invoke(SOAPMessage) - Method in class com.sssw.jbroker.web.portable.SAAJSkeleton
Abstract invocation method, which must be provided by the sub class.
invoke(Properties, InputStream) - Method in interface com.sssw.jbroker.web.portable.ServletSkeleton.ServletDelegate
Delegate InvokeHandler._invoke method
invoke(Object[]) - Method in interface javax.xml.rpc.Call
Invokes a specific operation using a synchronous request-response interaction mode.
invoke(QName, Object[]) - Method in interface javax.xml.rpc.Call
Invokes a specific operation using a synchronous request-response interaction mode.
invokeOneWay(Object[]) - Method in interface javax.xml.rpc.Call
Invokes a remote method using the one-way interaction mode.
isComment() - Method in interface javax.xml.soap.Text
Retrieves whether this Text object represents a comment.
isDocument() - Method in interface com.sssw.jbroker.web.portable.InputStream
Determine whether stream is document oriented
isDocument(String) - Method in interface com.sssw.jbroker.web.portable.InvokeHandler
Determine whether invocation handler is document oriented
isDocument() - Method in interface com.sssw.jbroker.web.portable.OutputStream
Determine whether stream is document oriented
isDocument(String) - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Determine if a method with specified SOAP action is document style
isJAXRPCValueType(Class) - Static method in class com.sssw.jbroker.web.encoding.ValueTypeMarshaler
returns true if the type is a JAX-RPC value type.
isNegative() - Method in class com.sssw.jbroker.web.xsd.Duration
Check if duration is negative
isParameterAndReturnSpecRequired(QName) - Method in interface javax.xml.rpc.Call
Indicates whether addParameter and setReturnType methods are to be invoked to specify the parameter and return type specification for a specific operation.
isReadOnly() - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Determine if the Type Mapper is read only.
isRegistered(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Checks whether or not type mapping between specified XML type and Java type is registered.
iterator() - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Iterator for all the type maps in the registry.
iterator() - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Returns an iterator over the mappings in this TypeMapper.

J

JAXMException - exception javax.xml.messaging.JAXMException.
An exception that signals that a JAXM exception has occurred.
JAXMException() - Constructor for class javax.xml.messaging.JAXMException
Constructs a JAXMException object with no reason or embedded Throwable object.
JAXMException(String) - Constructor for class javax.xml.messaging.JAXMException
Constructs a JAXMException object with the given String as the reason for the exception being thrown.
JAXMException(String, Throwable) - Constructor for class javax.xml.messaging.JAXMException
Constructs a JAXMException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded exception.
JAXMException(Throwable) - Constructor for class javax.xml.messaging.JAXMException
Constructs a JAXMException object initialized with the given Throwable object.
JAXMServlet - class javax.xml.messaging.JAXMServlet.
The superclass for components that live in a servlet container that receives JAXM messages.
JAXMServlet() - Constructor for class javax.xml.messaging.JAXMServlet
 
JAXRPCException - exception javax.xml.rpc.JAXRPCException.
The javax.xml.rpc.JAXRPCException is thrown from the core JAX-RPC APIs to indicate an exception related to the JAX-RPC runtime mechanisms.
JAXRPCException() - Constructor for class javax.xml.rpc.JAXRPCException
Constructs a new exception with null as its detail message.
JAXRPCException(String) - Constructor for class javax.xml.rpc.JAXRPCException
Constructs a new exception with the specified detail message.
JAXRPCException(String, Throwable) - Constructor for class javax.xml.rpc.JAXRPCException
Constructs a new exception with the specified detail message and cause.
JAXRPCException(Throwable) - Constructor for class javax.xml.rpc.JAXRPCException
Constructs a new JAXRPCException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
JMSRouter - class com.sssw.jbroker.web.servlet.JMSRouter.
A servlet that routes incoming SOAP messages to a JMS destination wrapped in a TextMessage.
JMSRouter() - Constructor for class com.sssw.jbroker.web.servlet.JMSRouter
 
JMS_JNDI_ENVIRONMENT - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the environment for JNDI.
JMS_JNDI_INITIAL_CONTEXT - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the initial context used for lookup destinations and connection factories in the JMS transport.
JMS_QUEUE - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the queue where outgoing messages are published.
JMS_QUEUE_FACTORY - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the queue connection factory object to use when creating a queue connection.
JMS_QUEUE_FACTORY_CLASS - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the fully qualified name of a queue connection factory implementation class.
JMS_QUEUE_FACTORY_JNDI - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the JNDI lookup string to use for the queue connection factory.
JMS_QUEUE_JNDI - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the JNDI lookup string to use for the queue where outgoing messages are published.
JMS_QUEUE_REPLY - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the replyTo queue where responses to outgoing messages are received.
JMS_QUEUE_REPLY_JNDI - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the JNDI lookup string to use for the replyTo queue where responses to outgoing messages are received.
JMS_REPLY_SELECTOR - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies a selector for the response consumer.
JMS_REPLY_TIMEOUT - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the timeout for receiving replies.
JMS_TOPIC - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the topic where outgoing messages are published.
JMS_TOPIC_DURABLE_NAME - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the name of a durable topic subscriber for receiving responses.
JMS_TOPIC_FACTORY - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the topic connection factory object to use when creating a topic connection.
JMS_TOPIC_FACTORY_CLASS - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the fully qualified name of a topic connection factory implementation class.
JMS_TOPIC_FACTORY_JNDI - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the JNDI lookup string to use for the topic connection factory.
JMS_TOPIC_JNDI - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the JNDI lookup string to use for the topic where outgoing messages are published.
JMS_TOPIC_REPLY - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the replyTo topic where responses to outgoing messages are received.
JMS_TOPIC_REPLY_JNDI - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the JNDI lookup string to use for the replyTo topic where responses to outgoing messages are received.
JMS_USE_CORRELATION_ID - Static variable in class com.sssw.jbroker.web.portable.Stub
This property instructs a stub using JMS transport to use correlation identifiers to correlate request and reply messages.
JMS_USE_REQUESTOR - Static variable in class com.sssw.jbroker.web.portable.Stub
This property instructs a stub using JMS transport to use a topic or queue requestor to receive replies to a message.
javax.xml.messaging - package javax.xml.messaging
Provides the API for using a messaging provider to send and receive SOAP messages.
javax.xml.namespace - package javax.xml.namespace
This package contains the QName class.
javax.xml.rpc - package javax.xml.rpc
This package contains the core JAX-RPC APIs for the client programming model.
javax.xml.rpc.encoding - package javax.xml.rpc.encoding
 
javax.xml.rpc.handler - package javax.xml.rpc.handler
This package defines APIs for SOAP Message Handlers
javax.xml.rpc.handler.soap - package javax.xml.rpc.handler.soap
This package defines APIs for SOAP Message Handlers
javax.xml.rpc.holders - package javax.xml.rpc.holders
This package contains the standard Java Holder classes.
javax.xml.rpc.server - package javax.xml.rpc.server
This package defines APIs for the servlet based JAX-RPC endpoint model.
javax.xml.rpc.soap - package javax.xml.rpc.soap
This package defines APIs specific to the SOAP binding.
javax.xml.soap - package javax.xml.soap
Provides the API for creating and building SOAP messages.

L

Language - class com.sssw.jbroker.web.xsd.Language.
A wrapper class that contains a Language.
Language(String) - Constructor for class com.sssw.jbroker.web.xsd.Language
Construct a Language with the specified value.
LongArrayHolder - class com.sssw.jbroker.web.holders.LongArrayHolder.
Deprecated. As of jBroker 2.0. The array holders are now generated automatically by the wsdl2java or xsd2java compilers.
LongArrayHolder() - Constructor for class com.sssw.jbroker.web.holders.LongArrayHolder
Deprecated. Default constructor for LongArrayHolder.
LongArrayHolder(long[]) - Constructor for class com.sssw.jbroker.web.holders.LongArrayHolder
Deprecated. Construct a LongArrayHolder with the specified value.
LongHolder - class com.sssw.jbroker.web.holders.LongHolder.
Deprecated. As of jBroker 2.0
LongHolder() - Constructor for class com.sssw.jbroker.web.holders.LongHolder
Deprecated. Default constructor for LongHolder.
LongHolder(long) - Constructor for class com.sssw.jbroker.web.holders.LongHolder
Deprecated. Construct a LongHolder with the specified value.
LongHolder - class javax.xml.rpc.holders.LongHolder.
 
LongHolder() - Constructor for class javax.xml.rpc.holders.LongHolder
 
LongHolder(long) - Constructor for class javax.xml.rpc.holders.LongHolder
 
LongWrapperHolder - class javax.xml.rpc.holders.LongWrapperHolder.
 
LongWrapperHolder() - Constructor for class javax.xml.rpc.holders.LongWrapperHolder
 
LongWrapperHolder(Long) - Constructor for class javax.xml.rpc.holders.LongWrapperHolder
 
lookForException() - Method in interface com.sssw.jbroker.web.portable.ClientResponse
This method throws an Application Exception if the response is an exception reply.

M

MDBSkeleton - class com.sssw.jbroker.web.portable.MDBSkeleton.
The Message Driven Bean (MDB) skeleton is the base class of all Web Service implementation that are realized using a MDB.
MDBSkeleton.MDBDelegate - interface com.sssw.jbroker.web.portable.MDBSkeleton.MDBDelegate.
The base class delegates the JMS messages to this interface.
Marshaler - interface com.sssw.jbroker.web.encoding.Marshaler.
The Marshaler interface is a serializer and a deserializer.
Marshaler - interface com.sssw.jbroker.web.mapping.Marshaler.
Deprecated. As of jBroker Web 2.0
MarshalerNotFoundException - exception com.sssw.jbroker.web.encoding.MarshalerNotFoundException.
This Exception is thrown when no serailizer or deserializer is found to handle a specific Java or XML type
MarshalerNotFoundException(Class) - Constructor for class com.sssw.jbroker.web.encoding.MarshalerNotFoundException
 
MarshalerNotFoundException(QName) - Constructor for class com.sssw.jbroker.web.encoding.MarshalerNotFoundException
 
MarshalerNotFoundException(Class, QName) - Constructor for class com.sssw.jbroker.web.encoding.MarshalerNotFoundException
 
MarshalerNotFoundException - exception com.sssw.jbroker.web.mapping.MarshalerNotFoundException.
Deprecated. As of jBroker Web 2.0
MarshalerNotFoundException(Class) - Constructor for class com.sssw.jbroker.web.mapping.MarshalerNotFoundException
Deprecated.  
MarshalerNotFoundException(QName) - Constructor for class com.sssw.jbroker.web.mapping.MarshalerNotFoundException
Deprecated.  
MessageContext - interface javax.xml.rpc.handler.MessageContext.
The interface MessageContext abstracts the message context that is processed by a handler in the handle method.
MessageFactory - class javax.xml.soap.MessageFactory.
A factory for creating SOAPMessage objects.
MessageFactory() - Constructor for class javax.xml.soap.MessageFactory
 
MethodInfo - class com.sssw.jbroker.web.portable.annotation.MethodInfo.
Objects of type MethodInfo can be used to store annotations for a java.lang.reflect.Method object.
MethodInfo(Method) - Constructor for class com.sssw.jbroker.web.portable.annotation.MethodInfo
Construct a method information object for a given method.
MimeHeader - class javax.xml.soap.MimeHeader.
An object that stores a MIME header name and its value.
MimeHeader(String, String) - Constructor for class javax.xml.soap.MimeHeader
Constructs a MimeHeader object initialized with the given name and value.
MimeHeaders - class javax.xml.soap.MimeHeaders.
A container for MimeHeader objects, which represent the MIME headers present in a MIME part of a message.
MimeHeaders() - Constructor for class javax.xml.soap.MimeHeaders
Constructs a default MimeHeaders object initialized with an empty Vector object.
main(String[]) - Static method in class com.sssw.jbroker.web.Version
 
mapToRemote(Throwable) - Static method in class com.sssw.jbroker.web.ServiceException
Map a given Exception to a RemoteException.

N

NCName - class com.sssw.jbroker.web.xsd.NCName.
A wrapper class that contains a NCName.
NCName(String) - Constructor for class com.sssw.jbroker.web.xsd.NCName
Construct a NCName with the specified value.
NEXT_ELEMENT - Static variable in interface com.sssw.jbroker.web.portable.InputStream
constant for next element
NMTOKEN - class com.sssw.jbroker.web.xsd.NMTOKEN.
A wrapper class that contains a NMTOKEN.
NMTOKEN(String) - Constructor for class com.sssw.jbroker.web.xsd.NMTOKEN
Construct a NMTOKEN with the specified value.
NMTOKENS - class com.sssw.jbroker.web.xsd.NMTOKENS.
A wrapper class that contains a NMTOKENS.
NMTOKENS(String) - Constructor for class com.sssw.jbroker.web.xsd.NMTOKENS
Construct a NMTOKENS with the specified value.
NSPREFIX_SCHEMA_XSD - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for XML schema XSD
NSPREFIX_SCHEMA_XSI - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for XML Schema XSI
NSPREFIX_SOAP_ENCODING - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for SOAP Encoding
NSPREFIX_SOAP_ENVELOPE - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for SOAP Envelope
NSURI_SCHEMA_XSD - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace URI for XML Schema XSD
NSURI_SCHEMA_XSI - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace URI for XML Schema XSI
NSURI_SOAP_ENCODING - Static variable in class javax.xml.rpc.NamespaceConstants
Nameapace URI for SOAP 1.1 Encoding
NSURI_SOAP_ENVELOPE - Static variable in class javax.xml.rpc.NamespaceConstants
Nameapace URI for SOAP 1.1 Envelope
NSURI_SOAP_NEXT_ACTOR - Static variable in class javax.xml.rpc.NamespaceConstants
Nameapace URI for SOAP 1.1 next actor role
NTLM_AUTH_SCHEME - Static variable in class com.sssw.jbroker.web.portable.Stub
java.lang.Integer property for NTLM Authentication Scheme
NTLM_DOMAIN - Static variable in class com.sssw.jbroker.web.portable.Stub
String property for domain when using NTLM authentication
NTLM_HOST - Static variable in class com.sssw.jbroker.web.portable.Stub
String property for servername when using NTLM authentication
Name - class com.sssw.jbroker.web.xsd.Name.
A wrapper class that contains a Name.
Name(String) - Constructor for class com.sssw.jbroker.web.xsd.Name
Construct a Name with the specified value.
Name - interface javax.xml.soap.Name.
A representation of an XML name.
NamespaceConstants - class javax.xml.rpc.NamespaceConstants.
Constants used in JAX-RPC for namespace prefixes and URIs
NamespaceConstants() - Constructor for class javax.xml.rpc.NamespaceConstants
 
NegativeInteger - class com.sssw.jbroker.web.xsd.NegativeInteger.
A wrapper class that contains a negativeInteger.
NegativeInteger(int) - Constructor for class com.sssw.jbroker.web.xsd.NegativeInteger
Construct a negative integer with the specified value.
NegativeInteger(String) - Constructor for class com.sssw.jbroker.web.xsd.NegativeInteger
Construct a negative integer with the specified value.
Node - interface javax.xml.soap.Node.
A representation of a node (element) in an XML document.
NonNegativeInteger - class com.sssw.jbroker.web.xsd.NonNegativeInteger.
A wrapper class that contains a nonNegativeInteger.
NonNegativeInteger(int) - Constructor for class com.sssw.jbroker.web.xsd.NonNegativeInteger
Construct a nonNegative integer with the specified value.
NonNegativeInteger(String) - Constructor for class com.sssw.jbroker.web.xsd.NonNegativeInteger
Construct a nonNegative integer with the specified value.
NonPositiveInteger - class com.sssw.jbroker.web.xsd.NonPositiveInteger.
A wrapper class that contains a nonPositiveInteger.
NonPositiveInteger(int) - Constructor for class com.sssw.jbroker.web.xsd.NonPositiveInteger
Construct a nonPositive integer with the specified value.
NonPositiveInteger(String) - Constructor for class com.sssw.jbroker.web.xsd.NonPositiveInteger
Construct a nonPositive integer with the specified value.
NormalizedString - class com.sssw.jbroker.web.xsd.NormalizedString.
A wrapper class that contains a normalizedString.
NormalizedString(String) - Constructor for class com.sssw.jbroker.web.xsd.NormalizedString
Construct a normalized string with the specified value.
newInstance() - Static method in class javax.xml.messaging.ProviderConnectionFactory
Creates a default ProviderConnectionFactory object.
newInstance() - Static method in class javax.xml.rpc.ServiceFactory
Gets an instance of the ServiceFactory
newInstance() - Static method in class javax.xml.soap.MessageFactory
Creates a new MessageFactory object that is an instance of the default implementation.
newInstance() - Static method in class javax.xml.soap.SOAPConnectionFactory
Creates an instance of the default SOAPConnectionFactory object.
newInstance() - Static method in class javax.xml.soap.SOAPElementFactory
Deprecated. Creates a new instance of SOAPElementFactory.
newInstance() - Static method in class javax.xml.soap.SOAPFactory
Creates a new instance of SOAPFactory.

O

OPERATION_STYLE - Static variable in class com.sssw.jbroker.web.portable.Stub
String property indicating if the operation style is rpc or document.
OPERATION_STYLE_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for operation style.
OUT - Static variable in class javax.xml.rpc.ParameterMode
OUT mode for parameter passing
ObjectArrayHolder - class com.sssw.jbroker.web.holders.ObjectArrayHolder.
Deprecated. As of jBroker 2.0. The array holders are now generated automatically by the wsdl2java or xsd2java compilers.
ObjectArrayHolder() - Constructor for class com.sssw.jbroker.web.holders.ObjectArrayHolder
Deprecated. Default constructor for ObjectArrayHolder.
ObjectArrayHolder(Object[]) - Constructor for class com.sssw.jbroker.web.holders.ObjectArrayHolder
Deprecated. Construct a ObjectArrayHolder with the specified value.
ObjectHolder - class com.sssw.jbroker.web.holders.ObjectHolder.
Deprecated. As of jBroker 2.0
ObjectHolder() - Constructor for class com.sssw.jbroker.web.holders.ObjectHolder
Deprecated. Default constructor for ObjectHolder.
ObjectHolder(Object) - Constructor for class com.sssw.jbroker.web.holders.ObjectHolder
Deprecated. Construct a ObjectHolder with the specified value.
ObjectHolder - class javax.xml.rpc.holders.ObjectHolder.
 
ObjectHolder() - Constructor for class javax.xml.rpc.holders.ObjectHolder
 
ObjectHolder(Object) - Constructor for class javax.xml.rpc.holders.ObjectHolder
 
OnewayListener - interface javax.xml.messaging.OnewayListener.
A marker interface for components (for example, servlets) that are intended to be consumers of one-way (asynchronous) JAXM messages.
OutputStream - interface com.sssw.jbroker.web.portable.OutputStream.
The XML RPC Output Stream.
onMessage(Message) - Method in interface com.sssw.jbroker.web.portable.MDBSkeleton.MDBDelegate
Delegate the MDB's onMessage method.
onMessage(Message) - Method in class com.sssw.jbroker.web.portable.MDBSkeleton
The MDB's onMessage method is delegated to the delegate.
onMessage(SOAPMessage) - Method in interface javax.xml.messaging.OnewayListener
Passes the given SOAPMessage object to this OnewayListener object.
onMessage(SOAPMessage) - Method in interface javax.xml.messaging.ReqRespListener
Passes the given SOAPMessage object to this ReqRespListener object and returns the response.

P

PARAM_HEADER - Static variable in class com.sssw.jbroker.web.portable.Stub
Boolean property for header parameter annotation
PARAM_INOUT - Static variable in class com.sssw.jbroker.web.portable.Stub
Boolean property for in/out parameter annotation
PARAM_MIME - Static variable in class com.sssw.jbroker.web.portable.Stub
Boolean property for mime parameter annotation
PARAM_MIMETYPE - Static variable in class com.sssw.jbroker.web.portable.Stub
String property for mime type of parameter annotation
PARAM_NAME - Static variable in class com.sssw.jbroker.web.portable.Stub
String property for parameter name annotation
PASSWORD - Static variable in class com.sssw.jbroker.web.portable.Stub
String property for password when using HTTP authentication
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.
PRIVATE_KEY - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
Property for private key.
PUBLIC_KEY - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
Property for public key.
ParamInfo - class com.sssw.jbroker.web.portable.annotation.ParamInfo.
Objects of type ParamInfo can be used to store annotations for a method parameter.
ParamInfo(Class) - Constructor for class com.sssw.jbroker.web.portable.annotation.ParamInfo
Construct a parameter information object for a given parameter class.
ParameterMode - class javax.xml.rpc.ParameterMode.
The javax.xml.rpc.ParameterMode is a type-safe enumeration for parameter mode.
PositiveInteger - class com.sssw.jbroker.web.xsd.PositiveInteger.
A wrapper class that contains a positiveInteger.
PositiveInteger(int) - Constructor for class com.sssw.jbroker.web.xsd.PositiveInteger
Construct a positive integer with the specified value.
PositiveInteger(String) - Constructor for class com.sssw.jbroker.web.xsd.PositiveInteger
Construct a positive integer with the specified value.
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.
PublicFieldsMarshaler - class com.sssw.jbroker.web.encoding.PublicFieldsMarshaler.
General purpose marshaler for serializing public fields of an object.
PublicFieldsMarshaler() - Constructor for class com.sssw.jbroker.web.encoding.PublicFieldsMarshaler
Construct a PublicFieldsMarshaler, which can marshal any type.
PublicFieldsMarshaler(Class) - Constructor for class com.sssw.jbroker.web.encoding.PublicFieldsMarshaler
Construct a PublicFieldsMarshaler, which prefers to marshal javaType.
PublicFieldsMarshaler(Class, Field[]) - Constructor for class com.sssw.jbroker.web.encoding.PublicFieldsMarshaler
Construct a PublicFieldsMarshaler, which prefers to marshal javaType.
PublicFieldsMarshaler - class com.sssw.jbroker.web.mapping.PublicFieldsMarshaler.
Deprecated. As of jBroker Web 2.0
PublicFieldsMarshaler() - Constructor for class com.sssw.jbroker.web.mapping.PublicFieldsMarshaler
Deprecated. Create a public fields marshaler object.
PublicFieldsMarshaler(Class) - Constructor for class com.sssw.jbroker.web.mapping.PublicFieldsMarshaler
Deprecated. Create a public fields marshaler object for a given class.
PublicFieldsMarshaler(Class, Field[]) - Constructor for class com.sssw.jbroker.web.mapping.PublicFieldsMarshaler
Deprecated. Construct a PublicFieldsMarshaler, which prefers to marshal javaType.
peek() - Method in interface com.sssw.jbroker.web.portable.InputStream
Peek the QName of the next tag
put(TypeMap) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Put a type map into the registry.
put(TypeMapping) - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Put a Type Mapping in the Type Mapper.

Q

QName - class com.sssw.jbroker.web.QName.
XML Qualified Name.
QName(String, String) - Constructor for class com.sssw.jbroker.web.QName
Create a Qualified Name
QName(QName) - Constructor for class com.sssw.jbroker.web.QName
Create a Qualified Name using a standard javax.xml.namespace.QName object
QName - class javax.xml.namespace.QName.
QName class represents the value of a qualified name as specified in XML Schema Part2: Datatypes specification.
QName(String) - Constructor for class javax.xml.namespace.QName
Constructor for the QName.
QName(String, String) - Constructor for class javax.xml.namespace.QName
Constructor for the QName.
QNameHolder - class javax.xml.rpc.holders.QNameHolder.
 
QNameHolder() - Constructor for class javax.xml.rpc.holders.QNameHolder
 
QNameHolder(QName) - Constructor for class javax.xml.rpc.holders.QNameHolder
 
QUEUE - Static variable in class com.sssw.jbroker.web.portable.MDBSkeleton
Constant for a reply queue

R

ReqRespListener - interface javax.xml.messaging.ReqRespListener.
A marker interface for components that are intended to be consumers of request-response messages.
RequestProperty - class com.sssw.jbroker.web.portable.RequestProperty.
Deprecated. As of jBroker Web 2.0
RequestProperty(String, String) - Constructor for class com.sssw.jbroker.web.portable.RequestProperty
Deprecated. Construct a request property with name and value
ResponseHandler - interface com.sssw.jbroker.web.portable.ResponseHandler.
Response Handler is the factory for ServerResponse.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.BigDecimalArrayHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.BigDecimalHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.BigIntegerArrayHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.BigIntegerHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.BooleanArrayHolder
Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.BooleanHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.ByteArrayHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.ByteHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.DateArrayHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.DateHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.DoubleArrayHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.DoubleHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.ElementArrayHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.ElementHolder
Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.FloatArrayHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.FloatHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in interface com.sssw.jbroker.web.holders.Holder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.IntArrayHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.IntHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.LongArrayHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.LongHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.ObjectArrayHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.ObjectHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.ShortArrayHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.ShortHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.StringArrayHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.StringHolder
Deprecated. Read the contents of this holder from an input stream.
readAttachment(String, String, Class) - Method in interface com.sssw.jbroker.web.portable.InputStream
Read attachment Object
readBoolean() - Method in interface com.sssw.jbroker.web.portable.InputStream
Deprecated. As of JBroker Web 1.1, replaced by readBoolean(String name)
readBoolean(String) - Method in interface com.sssw.jbroker.web.portable.InputStream
Read a boolean from the stream with name
readByte() - Method in interface com.sssw.jbroker.web.portable.InputStream
Deprecated. As of JBroker Web 1.1, replaced by readByte(String)
readByte(String) - Method in interface com.sssw.jbroker.web.portable.InputStream
Read a byte from the stream with name
readChar() - Method in interface com.sssw.jbroker.web.portable.InputStream
Deprecated. As of JBroker Web 1.1, replaced by readChar(String name)
readChar(String) - Method in interface com.sssw.jbroker.web.portable.InputStream
Read a char from the stream with name
readContent() - Method in interface com.sssw.jbroker.web.portable.InputStream
Get the content of the present tag
readDouble() - Method in interface com.sssw.jbroker.web.portable.InputStream
Deprecated. As of JBroker Web 1.1, replaced by readDouble(String name)
readDouble(String) - Method in interface com.sssw.jbroker.web.portable.InputStream
Read a double from the stream with name
readFloat() - Method in interface com.sssw.jbroker.web.portable.InputStream
Deprecated. As of JBroker Web 1.1, replaced by readFloat(String name)
readFloat(String) - Method in interface com.sssw.jbroker.web.portable.InputStream
Read a float from the stream with name
readInt() - Method in interface com.sssw.jbroker.web.portable.InputStream
Deprecated. As of JBroker Web 1.1, replaced by readInt(String name)
readInt(String) - Method in interface com.sssw.jbroker.web.portable.InputStream
Read an integer from the stream with name
readLong() - Method in interface com.sssw.jbroker.web.portable.InputStream
Deprecated. As of JBroker Web 1.1, replaced by readLong(String name)
readLong(String) - Method in interface com.sssw.jbroker.web.portable.InputStream
Read a long from the stream with name
readObject() - Method in interface com.sssw.jbroker.web.portable.InputStream
Deprecated. As of JBroker Web 1.1, replaced by readObject(Class, String)
readObject(Class) - Method in interface com.sssw.jbroker.web.portable.InputStream
Deprecated. As of JBroker Web 1.1, replaced by readObject(Class, String)
readObject(Class, String) - Method in interface com.sssw.jbroker.web.portable.InputStream
Read an object from the stream with expected type and name
readObject(Class, String, String) - Method in interface com.sssw.jbroker.web.portable.InputStream
Read an object from the stream with expected type and QName
readObject(Class, String, String, String, String) - Method in interface com.sssw.jbroker.web.portable.InputStream
Read an object from the stream with expected type and QName
readShort() - Method in interface com.sssw.jbroker.web.portable.InputStream
Deprecated. As of JBroker Web 1.1, replaced by readShort(String name)
readShort(String) - Method in interface com.sssw.jbroker.web.portable.InputStream
Read a short from the stream with name
recycleNode() - Method in interface javax.xml.soap.Node
Notifies the implementation that this Node object is no longer being used by the application and that the implementation is free to reuse this object for nodes that may be created later.
register(String, TypeMapping) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
 
register(Class, QName, SerializerFactory, DeserializerFactory) - Method in interface javax.xml.rpc.encoding.TypeMapping
Registers SerializerFactory and DeserializerFactory for a specific type mapping between an XML type and Java type.
register(String, TypeMapping) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Registers a TypeMapping instance with the TypeMappingRegistry.
registerDefault(TypeMapping) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
 
registerDefault(TypeMapping) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Registers the TypeMapping instance that is default for all encoding styles supported by the TypeMappingRegistry.
releaseResponse(ClientResponse) - Method in interface com.sssw.jbroker.web.portable.Delegate
Release a client response.
removeAllAttachments() - Method in class javax.xml.soap.SOAPMessage
Removes all AttachmentPart objects that have been added to this SOAPMessage object.
removeAllHeaders() - Method in class javax.xml.soap.MimeHeaders
Removes all the header entries from this MimeHeaders object.
removeAllMimeHeaders() - Method in class javax.xml.soap.AttachmentPart
Removes all the MIME header entries.
removeAllMimeHeaders() - Method in class javax.xml.soap.SOAPPart
Removes all the MimeHeader objects for this SOAPEnvelope object.
removeAllParameters() - Method in interface javax.xml.rpc.Call
Removes all specified parameters from this Call instance.
removeAttribute(Name) - Method in interface javax.xml.soap.SOAPElement
Removes the attribute with the specified name.
removeContents() - Method in interface javax.xml.soap.SOAPElement
Detaches all children of this SOAPElement.
removeDeserializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Removes the DeserializerFactory registered for the specified pair of Java type and XML data type.
removeHeader(String) - Method in class javax.xml.soap.MimeHeaders
Remove all MimeHeader objects whose name matches the the given name.
removeMimeHeader(String) - Method in class javax.xml.soap.AttachmentPart
Removes all MIME headers that match the given name.
removeMimeHeader(String) - Method in class javax.xml.soap.SOAPPart
Removes all MIME headers that match the given name.
removeNamespaceDeclaration(String) - Method in interface javax.xml.soap.SOAPElement
Removes the namespace declaration corresponding to the given prefix.
removeProperty(String) - Method in interface javax.xml.rpc.Call
Removes a named property.
removeProperty(String) - Method in interface javax.xml.rpc.handler.MessageContext
Removes a property (name-value pair) from the MessageContext
removeSerializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Removes the SerializerFactory registered for the specified pair of Java type and XML data type.
removeTypeMapping(TypeMapping) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
 
removeTypeMapping(TypeMapping) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Removes a TypeMapping from the TypeMappingRegistry.
request(String, boolean, String, boolean, String) - Method in interface com.sssw.jbroker.web.portable.Delegate
Get the output stream for marshaling arguments
request(String, boolean, String, boolean, String, String) - Method in interface com.sssw.jbroker.web.portable.Delegate
Get the output stream for marshaling arguments
request(String, boolean, String, boolean, String, String, boolean) - Method in interface com.sssw.jbroker.web.portable.Delegate
Get the output stream for marshaling arguments
request(String, boolean, String, boolean, String, Properties) - Method in interface com.sssw.jbroker.web.portable.Delegate
Get the output stream for mime request
request(String, boolean, String, boolean, String, Properties, String) - Method in interface com.sssw.jbroker.web.portable.Delegate
Get the output stream for marshalling arguments.
request(String, boolean, String, boolean, String, Properties, String, boolean) - Method in interface com.sssw.jbroker.web.portable.Delegate
Get the output stream for marshalling arguments.
responseExpected() - Method in interface com.sssw.jbroker.web.portable.ClientRequest
Is the response expected

S

SAAJSkeleton - class com.sssw.jbroker.web.portable.SAAJSkeleton.
The SAAJSkeleton is a special, generic servlet, which doesn't break down the XML instance on the wire into individual parameters.
SAAJSkeleton.SAAJSkeletonDelegate - interface com.sssw.jbroker.web.portable.SAAJSkeleton.SAAJSkeletonDelegate.
The base class delegates various methods to this interface.
SERVICEFACTORY_PROPERTY - Static variable in class javax.xml.rpc.ServiceFactory
A constant representing the property used to lookup the name of a ServiceFactory implementation class.
SESSION_MAINTAIN - Static variable in class com.sssw.jbroker.web.portable.Stub
This boolean property is used by a service client to indicate whether or not it wants to participate in a session with a service endpoint.
SESSION_MAINTAIN_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property: This boolean property is used by a service client to indicate whether or not it wants to participate in a session with a service endpoint.
SESSION_MAINTAIN_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: This boolean property is used by a service client to indicate whether or not it wants to participate in a session with a service endpoint.
SIGNATURE_METHOD_URI - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
String property for signature method uri
SIGN_OUTGOING - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
Boolean property for signing outgoing messages
SOAPACTION_URI_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for SOAPAction.
SOAPACTION_USE_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for SOAPAction.
SOAPBody - interface javax.xml.soap.SOAPBody.
An object that represents the contents of the SOAP body element in a SOAP message.
SOAPBodyElement - interface javax.xml.soap.SOAPBodyElement.
A SOAPBodyElement object represents the contents in a SOAPBody object.
SOAPConnection - class javax.xml.soap.SOAPConnection.
A point-to-point connection that a client can use for sending messages directly to a remote party (represented by a URL, for instance).
SOAPConnection() - Constructor for class javax.xml.soap.SOAPConnection
 
SOAPConnectionFactory - class javax.xml.soap.SOAPConnectionFactory.
A factory for creating SOAPConnection objects.
SOAPConnectionFactory() - Constructor for class javax.xml.soap.SOAPConnectionFactory
 
SOAPConstants - interface javax.xml.soap.SOAPConstants.
The definition of constants pertaining to the SOAP 1.1 protocol.
SOAPElement - interface javax.xml.soap.SOAPElement.
An object representing an element of a SOAP message that is allowed but not specifically prescribed by a SOAP specification.
SOAPElementFactory - class javax.xml.soap.SOAPElementFactory.
Deprecated. - Use javax.xml.soap.SOAPFactory for creating SOAPElements.
SOAPEnvelope - interface javax.xml.soap.SOAPEnvelope.
The container for the SOAPHeader and SOAPBody portions of a SOAPPart object.
SOAPException - exception javax.xml.soap.SOAPException.
An exception that signals that a SOAP exception has occurred.
SOAPException() - Constructor for class javax.xml.soap.SOAPException
Constructs a SOAPException object with no reason or embedded Throwable object.
SOAPException(String) - Constructor for class javax.xml.soap.SOAPException
Constructs a SOAPException object with the given String as the reason for the exception being thrown.
SOAPException(String, Throwable) - Constructor for class javax.xml.soap.SOAPException
Constructs a SOAPException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded exception.
SOAPException(Throwable) - Constructor for class javax.xml.soap.SOAPException
Constructs a SOAPException object initialized with the given Throwable object.
SOAPFactory - class javax.xml.soap.SOAPFactory.
SOAPFactory is a factory for creating various objects that exist in the SOAP XML tree.
SOAPFactory() - Constructor for class javax.xml.soap.SOAPFactory
 
SOAPFault - interface javax.xml.soap.SOAPFault.
An element in the SOAPBody object that contains error and/or status information.
SOAPFaultElement - interface javax.xml.soap.SOAPFaultElement.
A representation of the contents in a SOAPFault object.
SOAPFaultException - exception javax.xml.rpc.soap.SOAPFaultException.
The SOAPFaultException exception represents a SOAP fault.
SOAPFaultException(QName, String, String, Detail) - Constructor for class javax.xml.rpc.soap.SOAPFaultException
Constructor for the SOAPFaultException
SOAPHeader - interface javax.xml.soap.SOAPHeader.
A representation of the SOAP header element.
SOAPHeaderElement - interface javax.xml.soap.SOAPHeaderElement.
An object representing the contents in the SOAP header part of the SOAP envelope.
SOAPMessage - class javax.xml.soap.SOAPMessage.
The root class for all SOAP messages.
SOAPMessage() - Constructor for class javax.xml.soap.SOAPMessage
 
SOAPMessageContext - interface javax.xml.rpc.handler.soap.SOAPMessageContext.
The interface javax.xml.rpc.soap.SOAPMessageContext provides access to the SOAP message for either RPC request or response.
SOAPPart - class javax.xml.soap.SOAPPart.
The container for the SOAP-specific portion of a SOAPMessage object.
SOAPPart() - Constructor for class javax.xml.soap.SOAPPart
 
SOAP_ACTION - Static variable in class com.sssw.jbroker.web.portable.Stub
String property for soapAction method annotation
SOAP_ACTION_URI - Static variable in class com.sssw.jbroker.web.portable.Stub
String property that indicates the SOAPAction URI.
SOAP_ACTION_USE - Static variable in class com.sssw.jbroker.web.portable.Stub
Boolean property which indicates whether or not SOAPAction is to be used.
SOAP_ARRAY - Static variable in class javax.xml.rpc.encoding.XMLType
 
SOAP_BASE64 - Static variable in class javax.xml.rpc.encoding.XMLType
 
SOAP_BODY - Static variable in interface com.sssw.jbroker.web.portable.InputStream
constant for SOAP:BODY element
SOAP_BOOLEAN - Static variable in class javax.xml.rpc.encoding.XMLType
 
SOAP_BYTE - Static variable in class javax.xml.rpc.encoding.XMLType
 
SOAP_DOUBLE - Static variable in class javax.xml.rpc.encoding.XMLType
 
SOAP_FLOAT - Static variable in class javax.xml.rpc.encoding.XMLType
 
SOAP_HEADER - Static variable in interface com.sssw.jbroker.web.portable.InputStream
constant for SOAP:HEADER element
SOAP_INT - Static variable in class javax.xml.rpc.encoding.XMLType
 
SOAP_LONG - Static variable in class javax.xml.rpc.encoding.XMLType
 
SOAP_SHORT - Static variable in class javax.xml.rpc.encoding.XMLType
 
SOAP_STRING - Static variable in class javax.xml.rpc.encoding.XMLType
 
SSLProperties - interface com.sssw.jbroker.web.security.SSLProperties.
This interface defines various SSL properties.
SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard SSL v3 cipher suite.
SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard SSL v3 cipher suite.
SSL_DHE_DSS_WITH_DES_CBC_SHA - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard SSL v3 cipher suite.
SSL_DHE_RSA_EXPORT_WITH_DES_40_CBC_SHA - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard SSL v3 cipher suite.
SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard SSL v3 cipher suite.
SSL_DHE_RSA_WITH_DES_CBC_SHA - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard SSL v3 cipher suite.
SSL_DH_anon_EXPORT_WITH_DES_40_CBC_SHA - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard SSL v3 cipher suite.
SSL_DH_anon_EXPORT_WITH_RC4_40_MD5 - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard SSL v3 cipher suite.
SSL_DH_anon_WITH_3DES_EDE_CBC_SHA - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard SSL v3 cipher suite.
SSL_DH_anon_WITH_DES_CBC_SHA - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard SSL v3 cipher suite.
SSL_DH_anon_WITH_RC4_128_MD5 - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard SSL v3 cipher suite.
SSL_RSA_EXPORT_WITH_DES_40_CBC_SHA - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard SSL v3 cipher suite.
SSL_RSA_EXPORT_WITH_RC2_CBC_40_MD5 - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard SSL v3 cipher suite.
SSL_RSA_EXPORT_WITH_RC4_40_MD5 - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard SSL v3 cipher suite.
SSL_RSA_WITH_3DES_EDE_CBC_SHA - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard SSL v3 cipher suite.
SSL_RSA_WITH_DES_CBC_SHA - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard SSL v3 cipher suite.
SSL_RSA_WITH_NULL_MD5 - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard SSL v3 cipher suite.
SSL_RSA_WITH_NULL_SHA - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard SSL v3 cipher suite.
SSL_RSA_WITH_RC4_128_MD5 - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard SSL v3 cipher suite.
SSL_RSA_WITH_RC4_128_SHA - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard SSL v3 cipher suite.
SerializationContext - interface javax.xml.rpc.encoding.SerializationContext.
The javax.xml.rpc.encoding.SerializationContext interface is implemented by the JAX-RPC runtime system in an XML processing mechanism specific manner.
Serializer - interface com.sssw.jbroker.web.encoding.Serializer.
The Serializer interface is used by objects that are capable of serializing a Java Object to a portable output stream.
Serializer - interface com.sssw.jbroker.web.mapping.Serializer.
Deprecated. As of jBroker Web 2.0
Serializer - interface javax.xml.rpc.encoding.Serializer.
The javax.xml.rpc.encoding.Serializer interface defines the base interface for serializers.
SerializerFactory - interface javax.xml.rpc.encoding.SerializerFactory.
The javax.xml.rpc.encoding.SerializerFactory is a factory of the serializers.
ServerRequest - interface com.sssw.jbroker.web.portable.ServerRequest.
Represents an XML RPC request received by the Server.
ServerResponse - interface com.sssw.jbroker.web.portable.ServerResponse.
Reprsents an XML RPC response created by the Server.
Service - interface javax.xml.rpc.Service.
Service class acts as a factory of the following: Dynamic proxy for the target service endpoint.
ServiceException - exception com.sssw.jbroker.web.ServiceException.
The ServiceException is the common superclass for a any Service Exception.
ServiceException(String) - Constructor for class com.sssw.jbroker.web.ServiceException
Constructs a ServiceException with the specified detail message.
ServiceException(String, String) - Constructor for class com.sssw.jbroker.web.ServiceException
Constructs a ServiceException with the specified fault information.
ServiceException(Throwable) - Constructor for class com.sssw.jbroker.web.ServiceException
Constructs a ServiceException with the specified nested exception.
ServiceException - exception javax.xml.rpc.ServiceException.
The javax.xml.rpc.ServiceException is thrown from the methods in the javax.xml.rpc.Service interface and ServiceFactory class.
ServiceException() - Constructor for class javax.xml.rpc.ServiceException
Constructs a new exception with null as its detail message.
ServiceException(String) - Constructor for class javax.xml.rpc.ServiceException
Constructs a new exception with the specified detail message.
ServiceException(String, Throwable) - Constructor for class javax.xml.rpc.ServiceException
Constructs a new exception with the specified detail message and cause.
ServiceException(Throwable) - Constructor for class javax.xml.rpc.ServiceException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ServiceFactory - class com.sssw.jbroker.web.ServiceFactory.
Factory for instantiating ServiceObject stubs.
ServiceFactory() - Constructor for class com.sssw.jbroker.web.ServiceFactory
 
ServiceFactory - class javax.xml.rpc.ServiceFactory.
The javax.xml.rpc.ServiceFactory is an abstract class that provides a factory for the creation of instances of the type javax.xml.rpc.Service.
ServiceLifecycle - interface javax.xml.rpc.server.ServiceLifecycle.
The javax.xml.rpc.server.ServiceLifecycle defines a lifecycle interface for a JAX-RPC service endpoint.
ServiceObject - interface com.sssw.jbroker.web.ServiceObject.
Service Object is the base class for all Service Stubs/Skeletons.
ServletEndpointContext - interface javax.xml.rpc.server.ServletEndpointContext.
The ServletEndpointContext provides an endpoint context maintained by the underlying servlet container based JAX-RPC runtime system.
ServletSkeleton - class com.sssw.jbroker.web.portable.ServletSkeleton.
Servlet skeleton is the base class of all Service Servlets.
ServletSkeleton.ServletDelegate - interface com.sssw.jbroker.web.portable.ServletSkeleton.ServletDelegate.
The base class delegates the HTTP methods to this Interface.
ShortArrayHolder - class com.sssw.jbroker.web.holders.ShortArrayHolder.
Deprecated. As of jBroker 2.0. The array holders are now generated automatically by the wsdl2java or xsd2java compilers.
ShortArrayHolder() - Constructor for class com.sssw.jbroker.web.holders.ShortArrayHolder
Deprecated. Default constructor for ShortArrayHolder.
ShortArrayHolder(short[]) - Constructor for class com.sssw.jbroker.web.holders.ShortArrayHolder
Deprecated. Construct a ShortArrayHolder with the specified value.
ShortHolder - class com.sssw.jbroker.web.holders.ShortHolder.
Deprecated. As of jBroker 2.0
ShortHolder() - Constructor for class com.sssw.jbroker.web.holders.ShortHolder
Deprecated. Default constructor for ShortHolder.
ShortHolder(short) - Constructor for class com.sssw.jbroker.web.holders.ShortHolder
Deprecated. Construct a ShortHolder with the specified value.
ShortHolder - class javax.xml.rpc.holders.ShortHolder.
 
ShortHolder() - Constructor for class javax.xml.rpc.holders.ShortHolder
 
ShortHolder(short) - Constructor for class javax.xml.rpc.holders.ShortHolder
 
ShortWrapperHolder - class javax.xml.rpc.holders.ShortWrapperHolder.
 
ShortWrapperHolder() - Constructor for class javax.xml.rpc.holders.ShortWrapperHolder
 
ShortWrapperHolder(Short) - Constructor for class javax.xml.rpc.holders.ShortWrapperHolder
 
Skeleton - interface com.sssw.jbroker.web.portable.Skeleton.
A Skeleton is an InvokeHandler
StringArrayHolder - class com.sssw.jbroker.web.holders.StringArrayHolder.
Deprecated. As of jBroker 2.0. The array holders are now generated automatically by the wsdl2java or xsd2java compilers.
StringArrayHolder() - Constructor for class com.sssw.jbroker.web.holders.StringArrayHolder
Deprecated. Default constructor for StringArrayHolder.
StringArrayHolder(String[]) - Constructor for class com.sssw.jbroker.web.holders.StringArrayHolder
Deprecated. Construct a StringArrayHolder with the specified value.
StringHolder - class com.sssw.jbroker.web.holders.StringHolder.
Deprecated. As of jBroker 2.0
StringHolder() - Constructor for class com.sssw.jbroker.web.holders.StringHolder
Deprecated. Default constructor for StringHolder.
StringHolder(String) - Constructor for class com.sssw.jbroker.web.holders.StringHolder
Deprecated. Construct a StringHolder with the specified value.
StringHolder - class javax.xml.rpc.holders.StringHolder.
 
StringHolder() - Constructor for class javax.xml.rpc.holders.StringHolder
 
StringHolder(String) - Constructor for class javax.xml.rpc.holders.StringHolder
 
Stub - class com.sssw.jbroker.web.portable.Stub.
Portable Service Stub.
Stub - interface javax.xml.rpc.Stub.
The interface javax.xml.rpc.Stub is the common base interface for the stub classes.
Stub.StubObjectFactory - class com.sssw.jbroker.web.portable.Stub.StubObjectFactory.
JNDI support - stubs are referenceable.
Stub.StubObjectFactory() - Constructor for class com.sssw.jbroker.web.portable.Stub.StubObjectFactory
 
saveChanges() - Method in class javax.xml.soap.SOAPMessage
Updates this SOAPMessage object with all the changes that have been made to it.
saveRequired() - Method in class javax.xml.soap.SOAPMessage
Indicates whether this SOAPMessage object needs to have the method saveChanges called on it.
seek(int) - Method in interface com.sssw.jbroker.web.portable.ClientResponse
Postions the stream on a particular element.
seek(int) - Method in interface com.sssw.jbroker.web.portable.ServerRequest
Postions the stream at a particular element.
send(SOAPMessage) - Method in interface javax.xml.messaging.ProviderConnection
Sends the given SOAPMessage object and returns immediately after handing the message over to the messaging provider.
serialize(OutputStream, Object) - Method in class com.sssw.jbroker.web.encoding.BeanMarshaler
Serialize the given bean object to the given output stream
serialize(OutputStream, Object) - Method in class com.sssw.jbroker.web.encoding.PublicFieldsMarshaler
Serialize the public fields of some object.
serialize(OutputStream, Object) - Method in interface com.sssw.jbroker.web.encoding.Serializer
Serialize the given object to the given output stream
serialize(OutputStream, Object) - Method in class com.sssw.jbroker.web.encoding.ValueTypeMarshaler
Serialize the given bean object to the given output stream
serialize(OutputStream, Object) - Method in class com.sssw.jbroker.web.mapping.BeanMarshaler
Deprecated. Serialize the given bean object to the given output stream
serialize(OutputStream, Object) - Method in class com.sssw.jbroker.web.mapping.PublicFieldsMarshaler
Deprecated. Serialize the given object to the given output stream
serialize(OutputStream, Object) - Method in interface com.sssw.jbroker.web.mapping.Serializer
Deprecated. Serialize the given object to the given output stream
setActor(String) - Method in interface javax.xml.soap.SOAPHeaderElement
Sets the actor associated with this SOAPHeaderElement object to the specified actor.
setAttachments(Map) - Method in class com.sssw.jbroker.web.portable.DOMMessage
Set the attachments of this DOM message.
setBodyElements(Element[]) - Method in class com.sssw.jbroker.web.portable.DOMMessage
Set the body elements of this DOM message.
setContent(Object, String) - Method in class javax.xml.soap.AttachmentPart
Sets the content of this attachment part to that of the given Object and sets the value of the Content-Type header to the given type.
setContent(Source) - Method in class javax.xml.soap.SOAPPart
Sets the content of the SOAPEnvelope object with the data from the given Source object.
setContentDescription(String) - Method in class javax.xml.soap.SOAPMessage
Sets the description of this SOAPMessage object's content with the given description.
setContentId(String) - Method in class javax.xml.soap.AttachmentPart
Sets the MIME header whose name is "Content-Id" with the given value.
setContentId(String) - Method in class javax.xml.soap.SOAPPart
Sets the value of the MIME header named "Content-Id" to the given String.
setContentLocation(String) - Method in class javax.xml.soap.AttachmentPart
Sets the MIME header whose name is "Content-Location" with the given value.
setContentLocation(String) - Method in class javax.xml.soap.SOAPPart
Sets the value of the MIME header "Content-Location" to the given String.
setContentType(String) - Method in class javax.xml.soap.AttachmentPart
Sets the MIME header whose name is "Content-Type" with the given value.
setCurrentBinding(Binding) - Method in interface com.sssw.jbroker.web.portable.Delegate
Set a new binding on the delegate.
setDataHandler(DataHandler) - Method in class javax.xml.soap.AttachmentPart
Sets the given DataHandler object as the data handler for this AttachmentPart object.
setDay(int) - Method in class com.sssw.jbroker.web.xsd.GDay
Set the day of this gDay.
setDays(int) - Method in class com.sssw.jbroker.web.xsd.Duration
Set the days of this duration.
setDeserializer(Deserializer) - Method in class com.sssw.jbroker.web.mapping.TypeMapping
Deprecated. Set the Deserializer.
setDeserializerFactory(DeserializerFactory) - Method in class com.sssw.jbroker.web.encoding.TypeMap
Set the factory for deserializer.
setEncodingStyle(String) - Method in interface javax.xml.soap.SOAPElement
Sets the encoding style for this SOAPElement object to one specified.
setEncodingStyleURI(String) - Method in interface com.sssw.jbroker.web.portable.InputStream
Set the Encoding Style on the stream
setEncodingStyleURI(String) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Set the Encoding Style on the stream
setFaultActor(String) - Method in interface javax.xml.soap.SOAPFault
Sets this SOAPFault object with the given fault actor.
setFaultCode(Name) - Method in interface javax.xml.soap.SOAPFault
Sets this SOAPFault object with the given fault code.
setFaultCode(String) - Method in interface javax.xml.soap.SOAPFault
Sets this SOAPFault object with the give fault code.
setFaultString(String) - Method in interface javax.xml.soap.SOAPFault
Sets the fault string for this SOAPFault object to the given string.
setFaultString(String, Locale) - Method in interface javax.xml.soap.SOAPFault
Sets the fault string for this SOAPFault object to the given string and localized to the given locale.
setHandler(InvokeHandler) - Method in interface com.sssw.jbroker.web.portable.MDBSkeleton.MDBDelegate
Set the InvokeHandler on the delegate.
setHandler(SAAJSkeleton) - Method in interface com.sssw.jbroker.web.portable.SAAJSkeleton.SAAJSkeletonDelegate
Set the invocation handler on the delegate.
setHandler(InvokeHandler) - Method in interface com.sssw.jbroker.web.portable.ServletSkeleton.ServletDelegate
Set the InvokeHandler on the delegate.
setHandlerChain(HandlerChain) - Method in interface com.sssw.jbroker.web.portable.Delegate
Set the HandlerChain
setHandlerChain(List) - Method in interface com.sssw.jbroker.web.portable.MDBSkeleton.MDBDelegate
Set the handler chain on delegate.
setHandlerChain(List) - Method in interface com.sssw.jbroker.web.portable.ServletSkeleton.ServletDelegate
Set the handler chain on delegate.
setHandlerChain(QName, List) - Method in interface javax.xml.rpc.handler.HandlerRegistry
Sets the handler chain for the specified service endpoint as a java.util.List.
setHandlerClass(Class) - Method in class javax.xml.rpc.handler.HandlerInfo
Sets the Handler class
setHandlerConfig(Map) - Method in class javax.xml.rpc.handler.HandlerInfo
Sets the Handler configuration as java.util.Map
setHeader(String, String) - Method in class javax.xml.soap.MimeHeaders
Replaces the current value of the first header entry whose name matches the given name with the given value, adding a new header if no existing header name matches.
setHeaderElements(Element[]) - Method in class com.sssw.jbroker.web.portable.DOMMessage
Set the header elements of this DOM message.
setHeaders(QName[]) - Method in class javax.xml.rpc.handler.HandlerInfo
Sets the header blocks processed by this Handler.
setHours(int) - Method in class com.sssw.jbroker.web.xsd.Duration
Set the hours of this duration.
setJavaType(Class) - Method in class com.sssw.jbroker.web.mapping.TypeMapping
Deprecated. Set the Java Type.
setLocationURLStr(String) - Method in class com.sssw.jbroker.web.encoding.XMLType
Set the location where the Type can be loaded.
setMessage(SOAPMessage) - Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
Sets the SOAPMessage in this message context
setMessageDrivenContext(MessageDrivenContext) - Method in interface com.sssw.jbroker.web.portable.MDBSkeleton.MDBDelegate
Delegate the MDB's setMessageDrivenContext method.
setMessageDrivenContext(MessageDrivenContext) - Method in class com.sssw.jbroker.web.portable.MDBSkeleton
The MDB's setMessageDrivenContext method is delegated to the delegate.
setMessageFactory(MessageFactory) - Method in class javax.xml.messaging.JAXMServlet
Sets this JAXMServlet object's msgFactory field with the given MessageFactory object.
setMimeHeader(String, String) - Method in class javax.xml.soap.AttachmentPart
Changes the first header entry that matches the given name to the given value, adding a new header if no existing header matches.
setMimeHeader(String, String) - Method in class javax.xml.soap.SOAPPart
Changes the first header entry that matches the given header name so that its value is the given value, adding a new header with the given name and value if no existing header is a match.
setMinutes(int) - Method in class com.sssw.jbroker.web.xsd.Duration
Set the minutes of this duration.
setMixedContent(boolean) - Method in interface com.sssw.jbroker.web.portable.InputStream
Set the mixed content mode for input stream
setMonth(int) - Method in class com.sssw.jbroker.web.xsd.GMonth
Set the month of this gMonth.
setMonths(int) - Method in class com.sssw.jbroker.web.xsd.Duration
Set the months of this duration.
setMustUnderstand(boolean) - Method in interface javax.xml.soap.SOAPHeaderElement
Sets the mustUnderstand attribute for this SOAPHeaderElement object to be on or off.
setNegative(boolean) - Method in class com.sssw.jbroker.web.xsd.Duration
Set duration negative flag
setOperationName(QName) - Method in interface javax.xml.rpc.Call
Sets the name of the operation to be invoked using this Call instance.
setParentElement(SOAPElement) - Method in interface javax.xml.soap.Node
Sets the parent of this Node object to the given SOAPElement object.
setPortTypeName(QName) - Method in interface javax.xml.rpc.Call
Sets the qualified name of the port type.
setProperties(RequestProperty[]) - Method in interface com.sssw.jbroker.web.portable.ClientRequest
Deprecated. As of JBroker Web 2.0, replaced by _setProperties(Map)
setProperties(Map) - Method in class com.sssw.jbroker.web.portable.DOMMessage
Set the properties of this DOM message.
setProperty(String, String) - Method in interface com.sssw.jbroker.web.portable.Delegate
Deprecated. As of jBroker Web 2.0, replaced by void setProperty(String, Object)
setProperty(String, Object) - Method in interface com.sssw.jbroker.web.portable.Delegate
Set a property on the delegate
setProperty(String, Object) - Method in class com.sssw.jbroker.web.portable.annotation.ClassInfo
Set a property for this class
setProperty(String, Object) - Method in class com.sssw.jbroker.web.portable.annotation.MethodInfo
Set a property for this class
setProperty(String, Object) - Method in class com.sssw.jbroker.web.portable.annotation.ParamInfo
Set a property for this class
setProperty(String, Object) - Method in interface javax.xml.rpc.Call
Sets the value for a named property.
setProperty(String, Object) - Method in interface javax.xml.rpc.handler.MessageContext
Sets the name and value of a property associated with the MessageContext.
setProperty(String, Object) - Method in class javax.xml.soap.SOAPMessage
Associates the specified value with the specified property.
setReadOnly() - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Set the TypeMapper to be read only.
setReturnType(QName) - Method in interface javax.xml.rpc.Call
Sets the return type for a specific operation.
setReturnType(QName, Class) - Method in interface javax.xml.rpc.Call
Sets the return type for a specific operation.
setRoles(String[]) - Method in interface javax.xml.rpc.handler.HandlerChain
Sets SOAP Actor roles for this HandlerChain.
setSeconds(double) - Method in class com.sssw.jbroker.web.xsd.Duration
Set the seconds of this duration.
setSerializer(Serializer) - Method in class com.sssw.jbroker.web.mapping.TypeMapping
Deprecated. Set the Serializer.
setSerializerFactory(SerializerFactory) - Method in class com.sssw.jbroker.web.encoding.TypeMap
Set the factory for serializer.
setStub(Stub) - Method in interface com.sssw.jbroker.web.portable.Delegate
Set the stub for this delegate object
setSupportedEncodings(String[]) - Method in interface javax.xml.rpc.encoding.TypeMapping
Sets the encodingStyle URIs supported by this TypeMapping instance.
setTarget(Remote) - Method in interface com.sssw.jbroker.web.portable.TieSkeleton
Set the delegate.
setTargetEndpointAddress(String) - Method in interface javax.xml.rpc.Call
Sets the address of the target service endpoint.
setTypeMapper(TypeMapper) - Method in interface com.sssw.jbroker.web.portable.ClientRequest
Deprecated. As of jBrokerWeb 2.0 replaced by setTypeMappingRegistry(TypeMappingRegistry)
setTypeMappingRegistry(TypeMappingRegistry) - Method in interface com.sssw.jbroker.web.portable.ClientRequest
Set the TypeMappingRegistry to be used when marshaling the request parameters
setValue(BigDecimal[]) - Method in class com.sssw.jbroker.web.holders.BigDecimalArrayHolder
Deprecated. Set the value held within this BigDecimalArrayHolder.
setValue(BigDecimal) - Method in class com.sssw.jbroker.web.holders.BigDecimalHolder
Deprecated. Set the value held within this BigDecimalHolder.
setValue(BigInteger[]) - Method in class com.sssw.jbroker.web.holders.BigIntegerArrayHolder
Deprecated. Set the value held within this BigIntegerArrayHolder.
setValue(BigInteger) - Method in class com.sssw.jbroker.web.holders.BigIntegerHolder
Deprecated. Set the value held within this BigIntegerHolder.
setValue(boolean[]) - Method in class com.sssw.jbroker.web.holders.BooleanArrayHolder
Set the value held within this BooleanArrayHolder.
setValue(boolean) - Method in class com.sssw.jbroker.web.holders.BooleanHolder
Deprecated. Set the value held within this BooleanHolder.
setValue(byte[]) - Method in class com.sssw.jbroker.web.holders.ByteArrayHolder
Deprecated. Set the value held within this ByteArrayHolder.
setValue(byte) - Method in class com.sssw.jbroker.web.holders.ByteHolder
Deprecated. Set the value held within this ByteHolder.
setValue(Date[]) - Method in class com.sssw.jbroker.web.holders.DateArrayHolder
Deprecated. Set the value held within this DateArrayHolder.
setValue(Date) - Method in class com.sssw.jbroker.web.holders.DateHolder
Deprecated. Set the value held within this DateHolder.
setValue(double[]) - Method in class com.sssw.jbroker.web.holders.DoubleArrayHolder
Deprecated. Set the value held within this DoubleArrayHolder.
setValue(double) - Method in class com.sssw.jbroker.web.holders.DoubleHolder
Deprecated. Set the value held within this DoubleHolder.
setValue(Element[]) - Method in class com.sssw.jbroker.web.holders.ElementArrayHolder
Deprecated. Set the value held within this ElementArrayHolder.
setValue(Element) - Method in class com.sssw.jbroker.web.holders.ElementHolder
Set the value held within this ElementHolder.
setValue(float[]) - Method in class com.sssw.jbroker.web.holders.FloatArrayHolder
Deprecated. Set the value held within this FloatArrayHolder.
setValue(float) - Method in class com.sssw.jbroker.web.holders.FloatHolder
Deprecated. Set the value held within this FloatHolder.
setValue(int[]) - Method in class com.sssw.jbroker.web.holders.IntArrayHolder
Deprecated. Set the value held within this IntArrayHolder.
setValue(int) - Method in class com.sssw.jbroker.web.holders.IntHolder
Deprecated. Set the value held within this IntHolder.
setValue(long[]) - Method in class com.sssw.jbroker.web.holders.LongArrayHolder
Deprecated. Set the value held within this LongArrayHolder.
setValue(long) - Method in class com.sssw.jbroker.web.holders.LongHolder
Deprecated. Set the value held within this LongHolder.
setValue(Object[]) - Method in class com.sssw.jbroker.web.holders.ObjectArrayHolder
Deprecated. Set the value held within this ObjectArrayHolder.
setValue(Object) - Method in class com.sssw.jbroker.web.holders.ObjectHolder
Deprecated. Set the value held within this ObjectHolder.
setValue(short[]) - Method in class com.sssw.jbroker.web.holders.ShortArrayHolder
Deprecated. Set the value held within this ShortArrayHolder.
setValue(short) - Method in class com.sssw.jbroker.web.holders.ShortHolder
Deprecated. Set the value held within this ShortHolder.
setValue(String[]) - Method in class com.sssw.jbroker.web.holders.StringArrayHolder
Deprecated. Set the value held within this StringArrayHolder.
setValue(String) - Method in class com.sssw.jbroker.web.holders.StringHolder
Deprecated. Set the value held within this StringHolder.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.AnyURI
Set the value of this anyURI.
setValue(Date) - Method in class com.sssw.jbroker.web.xsd.Date
Set the value of this date.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.Duration
Set the value of this duration.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.ENTITIES
Set the value of this ENTITIES.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.ENTITY
Set the value of this ENTITY.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.GDay
Set the value of this gDay.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.GMonth
Set the value of this gMonth.
setValue(Date) - Method in class com.sssw.jbroker.web.xsd.GMonthDay
Set the value of this gMonthDay.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.GMonthDay
Set the value of this gMonthDay.
setValue(Date) - Method in class com.sssw.jbroker.web.xsd.GYear
Set the value of this gYear.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.GYear
Set the value of this gYear.
setValue(Date) - Method in class com.sssw.jbroker.web.xsd.GYearMonth
Set the value of this gYearMonth.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.GYearMonth
Set the value of this gYearMonth.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.ID
Set the value of this ID.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.IDREF
Set the value of this IDREF.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.IDREFS
Set the value of this IDREFS.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.Language
Set the value of this Language.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.NCName
Set the value of this NCName.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.NMTOKEN
Set the value of this NMTOKEN.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.NMTOKENS
Set the value of this NMTOKENS.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.Name
Set the value of this Name.
setValue(int) - Method in class com.sssw.jbroker.web.xsd.NegativeInteger
Set the value of this negative integer.
setValue(int) - Method in class com.sssw.jbroker.web.xsd.NonNegativeInteger
Set the value of this nonNegative integer.
setValue(int) - Method in class com.sssw.jbroker.web.xsd.NonPositiveInteger
Set the value of this nonPositive integer.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.NormalizedString
Set the value of this normalized string.
setValue(Date) - Method in class com.sssw.jbroker.web.xsd.Time
Set the value of this time.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.Token
Set the value of this token.
setValue(byte) - Method in class com.sssw.jbroker.web.xsd.UnsignedByte
Set the value of this unsigned byte.
setValue(int) - Method in class com.sssw.jbroker.web.xsd.UnsignedInt
Set the value of this unsignedInt.
setValue(long) - Method in class com.sssw.jbroker.web.xsd.UnsignedLong
Set the value of this unsignedLong.
setValue(short) - Method in class com.sssw.jbroker.web.xsd.UnsignedShort
Set the value of this unsignedShort.
setValue(String) - Method in interface javax.xml.soap.Node
If this is a Text node then this method will set its value, otherwise it sets the value of the immediate (Text) child of this node.
setXMLType(XMLType) - Method in class com.sssw.jbroker.web.mapping.TypeMapping
Deprecated. Set the XML Type.
setYears(int) - Method in class com.sssw.jbroker.web.xsd.Duration
Set the years of this duration.
size() - Method in interface com.sssw.jbroker.web.portable.OutputStream
Get the number of bytes written

T

TEST_DISABLE - Static variable in interface com.sssw.jbroker.web.portable.Skeleton
A property to disable the test functionality exposed on the default HTTP GET of a WSSDK web service.
TLS_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard TLS cipher suite.
TLS_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard TLS cipher suite.
TLS_DHE_DSS_WITH_AES_128_CBC_SHA - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard TLS cipher suite.
TLS_DHE_DSS_WITH_AES_256_CBC_SHA - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard TLS cipher suite.
TLS_DHE_DSS_WITH_RC4_128_SHA - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard TLS cipher suite.
TLS_DHE_RSA_WITH_AES_128_CBC_SHA - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard TLS cipher suite.
TLS_DHE_RSA_WITH_AES_256_CBC_SHA - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard TLS cipher suite.
TLS_DH_anon_WITH_AES_128_CBC_SHA - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard TLS cipher suite.
TLS_DH_anon_WITH_AES_256_CBC_SHA - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard TLS cipher suite.
TLS_RSA_EXPORT1024_WITH_DES_CBC_SHA - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard TLS cipher suite.
TLS_RSA_EXPORT1024_WITH_RC4_56_SHA - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard TLS cipher suite.
TLS_RSA_WITH_AES_128_CBC_SHA - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard TLS cipher suite.
TLS_RSA_WITH_AES_256_CBC_SHA - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
A standard TLS cipher suite.
TOPIC - Static variable in class com.sssw.jbroker.web.portable.MDBSkeleton
Constant for a reply topic
TRANSFORM_ENVELOPED_SIGNATURE - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
Transform Required Enveloped Signature
TRANSFORM_URIS - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
String[] property for tranform uris
TRANSFORM_XPATH - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
Transform Recommended XPath
TRANSFORM_XSLT - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
Transform Optional XSLT
Text - interface javax.xml.soap.Text.
A representation of a node whose value is text.
TieSkeleton - interface com.sssw.jbroker.web.portable.TieSkeleton.
The Tie skeleton delegates to an object.
Time - class com.sssw.jbroker.web.xsd.Time.
A wrapper class that contains a time.
Time(String) - Constructor for class com.sssw.jbroker.web.xsd.Time
Construct a time with the specified value.
Time(Date) - Constructor for class com.sssw.jbroker.web.xsd.Time
Construct a time with the specified value.
Token - class com.sssw.jbroker.web.xsd.Token.
A wrapper class that contains a token.
Token(String) - Constructor for class com.sssw.jbroker.web.xsd.Token
Construct a token with the specified value.
TypeMap - class com.sssw.jbroker.web.encoding.TypeMap.
This class represents a type map between an xml type and java type.
TypeMap(Class, Serializer, Deserializer, QName) - Constructor for class com.sssw.jbroker.web.encoding.TypeMap
Constructor for TypeMap
TypeMap(Class, Serializer, Deserializer, XMLType) - Constructor for class com.sssw.jbroker.web.encoding.TypeMap
Constructor for TypeMap
TypeMap(Class, SerializerFactory, DeserializerFactory, QName) - Constructor for class com.sssw.jbroker.web.encoding.TypeMap
Constructor for TypeMap
TypeMap(Class, SerializerFactory, DeserializerFactory, XMLType) - Constructor for class com.sssw.jbroker.web.encoding.TypeMap
Constructor for TypeMap
TypeMapper - class com.sssw.jbroker.web.mapping.TypeMapper.
Deprecated. As of jBroker Web 2.0
TypeMapper() - Constructor for class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Construct a TypeMapper.
TypeMapper(TypeMapper) - Constructor for class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Construct a TypeMapper with the given parent TypeMapper.
TypeMapping - class com.sssw.jbroker.web.mapping.TypeMapping.
Deprecated. As of jBroker Web 2.0
TypeMapping(Class, Marshaler, XMLType) - Constructor for class com.sssw.jbroker.web.mapping.TypeMapping
Deprecated. Construct a type mapping between a given Java Type and an XML Type.
TypeMapping(Class, Serializer, Deserializer, XMLType) - Constructor for class com.sssw.jbroker.web.mapping.TypeMapping
Deprecated. Construct a type mapping between a given Java Type and an XML Type.
TypeMapping - interface javax.xml.rpc.encoding.TypeMapping.
The javax.xml.rpc.encoding.TypeMapping is the base interface for the representation of a type mapping.
TypeMappingException - exception com.sssw.jbroker.web.encoding.TypeMappingException.
Exception thrown by the TypeMapper API's
TypeMappingException(String) - Constructor for class com.sssw.jbroker.web.encoding.TypeMappingException
Construct a TypeMapper Exception with the given detail.
TypeMappingException - exception com.sssw.jbroker.web.mapping.TypeMappingException.
Deprecated. As of jBroker Web 2.0
TypeMappingException(String) - Constructor for class com.sssw.jbroker.web.mapping.TypeMappingException
Deprecated. Construct a TypeMapper Exception with the given detail.
TypeMappingRegistry - interface com.sssw.jbroker.web.encoding.TypeMappingRegistry.
The TypeMappingRegistry class is the Novell exteNd Web Services SDK version of the standard TypeMappingRegistry interface, which supports additional utility methods for importing type mappings.
TypeMappingRegistry - interface javax.xml.rpc.encoding.TypeMappingRegistry.
The interface javax.xml.rpc.encoding.TypeMappingRegistry defines a registry of TypeMapping instances for various encoding styles.
toByteArray() - Method in interface com.sssw.jbroker.web.portable.OutputStream
Get the contents of the stream as byte[].
toString() - Method in class com.sssw.jbroker.web.Binding
Get a string representation of the object
toString() - Method in class com.sssw.jbroker.web.QName
Returns a string representation of the object.
toString() - Method in class com.sssw.jbroker.web.encoding.Attribute
returns string representation for attribute
toString() - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Get a pretty printed string with type mappings in this registry
toString() - Method in class com.sssw.jbroker.web.encoding.TypeMap
 
toString() - Method in class com.sssw.jbroker.web.encoding.XMLType
 
toString() - Method in class com.sssw.jbroker.web.mapping.TypeMapping
Deprecated.  
toString() - Method in class com.sssw.jbroker.web.mapping.XMLType
Deprecated.  
toString() - Method in class com.sssw.jbroker.web.portable.Stub
Return a pretty printed version of this stub object.
toString() - Method in class com.sssw.jbroker.web.xsd.AnyURI
 
toString() - Method in class com.sssw.jbroker.web.xsd.Date
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.Duration
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.ENTITIES
 
toString() - Method in class com.sssw.jbroker.web.xsd.ENTITY
 
toString() - Method in class com.sssw.jbroker.web.xsd.GDay
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.GMonth
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.GMonthDay
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.GYear
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.GYearMonth
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.ID
 
toString() - Method in class com.sssw.jbroker.web.xsd.IDREF
 
toString() - Method in class com.sssw.jbroker.web.xsd.IDREFS
 
toString() - Method in class com.sssw.jbroker.web.xsd.Language
 
toString() - Method in class com.sssw.jbroker.web.xsd.NCName
 
toString() - Method in class com.sssw.jbroker.web.xsd.NMTOKEN
 
toString() - Method in class com.sssw.jbroker.web.xsd.NMTOKENS
 
toString() - Method in class com.sssw.jbroker.web.xsd.Name
 
toString() - Method in class com.sssw.jbroker.web.xsd.NegativeInteger
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.NonNegativeInteger
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.NonPositiveInteger
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.NormalizedString
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.Time
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.Token
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.UnsignedByte
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.UnsignedInt
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.UnsignedLong
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.UnsignedShort
Return string form of object
toString() - Method in class javax.xml.messaging.Endpoint
Retrieves a string representation of this Endpoint object.
toString() - Method in class javax.xml.namespace.QName
Returns a string representation of this QName.
toString() - Method in class javax.xml.rpc.ParameterMode
 

U

URI_NS_SOAP_ENCODING - Static variable in interface javax.xml.soap.SOAPConstants
The namespace identifier for the SOAP 1.1 encoding.
URI_NS_SOAP_ENVELOPE - Static variable in interface javax.xml.soap.SOAPConstants
The namespace identifier for the SOAP 1.1 envelope.
URI_SOAP_ACTOR_NEXT - Static variable in interface javax.xml.soap.SOAPConstants
The URI identifying the next application processing a SOAP request as the intended actor for a SOAP 1.1 header entry (see section 4.2.2 of the SOAP 1.1 specification).
URLEndpoint - class javax.xml.messaging.URLEndpoint.
A special case of the Endpoint class used for simple applications that want to communicate directly with another SOAP-based application in a point-to-point fashion instead of going through a messaging provider.
URLEndpoint(String) - Constructor for class javax.xml.messaging.URLEndpoint
Constructs a new URLEndpoint object using the given URL.
USERNAME - Static variable in class com.sssw.jbroker.web.portable.Stub
String property for username when using HTTP authentication
USERNAME_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property: User name for authentication
USERNAME_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: User name for authentication.
UnsignedByte - class com.sssw.jbroker.web.xsd.UnsignedByte.
A wrapper class that contains a unsignedByte.
UnsignedByte(byte) - Constructor for class com.sssw.jbroker.web.xsd.UnsignedByte
Construct an unsigned byte with the specified value.
UnsignedByte(String) - Constructor for class com.sssw.jbroker.web.xsd.UnsignedByte
Construct an unsigned byte with the specified value.
UnsignedInt - class com.sssw.jbroker.web.xsd.UnsignedInt.
A wrapper class that contains a unsignedInt.
UnsignedInt(int) - Constructor for class com.sssw.jbroker.web.xsd.UnsignedInt
Construct an unsignedInt with the specified value.
UnsignedInt(String) - Constructor for class com.sssw.jbroker.web.xsd.UnsignedInt
Construct an unsignedInt with the specified value.
UnsignedLong - class com.sssw.jbroker.web.xsd.UnsignedLong.
A wrapper class that contains a unsignedLong.
UnsignedLong(long) - Constructor for class com.sssw.jbroker.web.xsd.UnsignedLong
Construct an unsignedLong with the specified value.
UnsignedLong(String) - Constructor for class com.sssw.jbroker.web.xsd.UnsignedLong
Construct an unsignedLong with the specified value.
UnsignedShort - class com.sssw.jbroker.web.xsd.UnsignedShort.
A wrapper class that contains a unsignedShort.
UnsignedShort(short) - Constructor for class com.sssw.jbroker.web.xsd.UnsignedShort
Construct an unsignedShort with the specified value.
UnsignedShort(String) - Constructor for class com.sssw.jbroker.web.xsd.UnsignedShort
Construct an unsignedShort with the specified value.
unregisterTypeMapping(String) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
 
unregisterTypeMapping(String) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Unregisters a TypeMapping instance, if present, from the specified encodingStyleURI.

V

VALIDATE_INCOMING - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
Boolean property for validating incomoing messages
VALIDATION_CERTIFICATE - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
Property for X509 certificate for validation.
VALIDATION_PUBLIC_KEY - Static variable in interface com.sssw.jbroker.web.security.XMLSignatureProperties
Property for public key for validation.
Validator - class com.sssw.jbroker.web.xsd.Validator.
Classes that implement the Validator interface are capable of validating their value against some externally defined specification.
Validator() - Constructor for class com.sssw.jbroker.web.xsd.Validator
 
ValueTypeMarshaler - class com.sssw.jbroker.web.encoding.ValueTypeMarshaler.
General purpose marshaler for serializing Java Beans.
ValueTypeMarshaler() - Constructor for class com.sssw.jbroker.web.encoding.ValueTypeMarshaler
Construct a ValueTypeMarshaler, which can marshal any type.
ValueTypeMarshaler(Class) - Constructor for class com.sssw.jbroker.web.encoding.ValueTypeMarshaler
Construct a ValueTypeMarshaler, which prefers to marshal javaType.
ValueTypeMarshaler(Class, PropertyDescriptor[], Field[]) - Constructor for class com.sssw.jbroker.web.encoding.ValueTypeMarshaler
Construct a ValueTypeMarshaler, which prefers to marshal javaType.
Version - class com.sssw.jbroker.web.Version.
A version information class with main method to print out version information.
Version() - Constructor for class com.sssw.jbroker.web.Version
 
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.AnyURI
Validate that a anyURI is a proper XML Schema anyURI.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.Date
Validate that a date is a proper XML Schema date.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.Duration
Validate that a duration is a proper XML Schema duration.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.ENTITIES
Validate that a ENTITIES is a proper XML Schema ENTITIES.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.ENTITY
Validate that a ENTITY is a proper XML Schema ENTITY.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.GDay
Validate that a gDay is a proper XML Schema gDay.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.GMonth
Validate that a gMonth is a proper XML Schema gMonth.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.GMonthDay
Validate that a gMonthDay is a proper XML Schema gMonthDay.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.GYear
Validate that a gYear is a proper XML Schema gYear.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.GYearMonth
Validate that a gYearMonth is a proper XML Schema gYearMonth.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.ID
Validate that a ID is a proper XML Schema ID.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.IDREF
Validate that a IDREF is a proper XML Schema IDREF.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.IDREFS
Validate that a IDREFS is a proper XML Schema IDREFS.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.Language
Validate that a Language is a proper XML Schema Language.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.NCName
Validate that a NCName is a proper XML Schema NCName.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.NMTOKEN
Validate that a NMTOKEN is a proper XML Schema NMTOKEN.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.NMTOKENS
Validate that a NMTOKENS is a proper XML Schema NMTOKENS.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.Name
Validate that a Name is a proper XML Schema Name.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.NegativeInteger
Validate that a integer is a proper XML Schema negativeInteger.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.NonNegativeInteger
Validate that a integer is a proper XML Schema nonNegativeInteger.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.NonPositiveInteger
Validate that a integer is a proper XML Schema nonPositiveInteger.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.NormalizedString
Validate that a string is a proper XML Schema normalizedString.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.Time
Validate that a time is a proper XML Schema time.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.Token
Validate that a string is a proper XML Schema token.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.UnsignedByte
Validate that a byte is a proper XML Schema unsignedByte.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.UnsignedInt
Validate that a unsignedInt is a proper XML Schema unsignedInt.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.UnsignedLong
Validate that a unsignedLong is a proper XML Schema unsignedLong.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.UnsignedShort
Validate that a unsignedShort is a proper XML Schema unsignedShort.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.Validator
Validate that an object is a valid value for some schema type.
value - Variable in class com.sssw.jbroker.web.holders.BigDecimalArrayHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.BigDecimalHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.BigIntegerArrayHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.BigIntegerHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.BooleanArrayHolder
The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.BooleanHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.ByteArrayHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.ByteHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.DateArrayHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.DateHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.DoubleArrayHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.DoubleHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.ElementArrayHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.ElementHolder
The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.FloatArrayHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.FloatHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.IntArrayHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.IntHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.LongArrayHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.LongHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.ObjectArrayHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.ObjectHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.ShortArrayHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.ShortHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.StringArrayHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.StringHolder
Deprecated. The return value held by this result object.
value - Variable in class javax.xml.rpc.holders.BigDecimalHolder
 
value - Variable in class javax.xml.rpc.holders.BigIntegerHolder
 
value - Variable in class javax.xml.rpc.holders.BooleanHolder
 
value - Variable in class javax.xml.rpc.holders.BooleanWrapperHolder
 
value - Variable in class javax.xml.rpc.holders.ByteArrayHolder
 
value - Variable in class javax.xml.rpc.holders.ByteHolder
 
value - Variable in class javax.xml.rpc.holders.ByteWrapperHolder
 
value - Variable in class javax.xml.rpc.holders.CalendarHolder
 
value - Variable in class javax.xml.rpc.holders.DoubleHolder
 
value - Variable in class javax.xml.rpc.holders.DoubleWrapperHolder
 
value - Variable in class javax.xml.rpc.holders.FloatHolder
 
value - Variable in class javax.xml.rpc.holders.FloatWrapperHolder
 
value - Variable in class javax.xml.rpc.holders.IntHolder
 
value - Variable in class javax.xml.rpc.holders.IntegerWrapperHolder
 
value - Variable in class javax.xml.rpc.holders.LongHolder
 
value - Variable in class javax.xml.rpc.holders.LongWrapperHolder
 
value - Variable in class javax.xml.rpc.holders.ObjectHolder
 
value - Variable in class javax.xml.rpc.holders.QNameHolder
 
value - Variable in class javax.xml.rpc.holders.ShortHolder
 
value - Variable in class javax.xml.rpc.holders.ShortWrapperHolder
 
value - Variable in class javax.xml.rpc.holders.StringHolder
 
valueOf(String) - Static method in class javax.xml.namespace.QName
Returns a QName holding the value of the specified String.

W

WRITE_XML_DECLARATION - Static variable in class javax.xml.soap.SOAPMessage
Specifies whether the SOAP Message should contain an XML declaration.
WSSDK_SSL_ALLOW_SSL2 - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
Property name to set allow SSL2 as boolean.
WSSDK_SSL_ALLOW_SSL3 - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
Property name to set allow SSL3 as boolean.
WSSDK_SSL_ALLOW_TLS1 - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
Property name to set allow TLS1 as boolean.
WSSDK_SSL_CERT_CHAIN - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
Property name to set Certificate Chain.
WSSDK_SSL_CIPHER_SUITES - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
Property name to set Cipher Suites as short[].
WSSDK_SSL_DEBUG - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
Property name to set debug mode for SSL as boolean.
WSSDK_SSL_DEBUG_OUTPUT_STREAM - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
Property name to set debug output stream as java.io.OutputStream.
WSSDK_SSL_DH_GENERATOR - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
Property name to set DH generator as java.math.BigInteger.
WSSDK_SSL_DH_MODULUS - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
Property name to set DH modulus as java.math.BigInteger.
WSSDK_SSL_IGNORE_UNEXPECTED_EOF - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
Property name to set ignore unexpected EOF as boolean.
WSSDK_SSL_PASS_PHRASE - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
Property name to set pass phrase for private key as string.
WSSDK_SSL_PMS_COMPATIBILTY - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
Property name to set pms compatibilty as boolean.
WSSDK_SSL_PRIVATE_KEY - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
Property name to set Private Key.
WSSDK_SSL_REQUIRE_KNOWN_CA - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
Property name to set require known CA as boolean.
WSSDK_SSL_RESUMABLE_SESSION - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
Property name to set resumable session as boolean.
WSSDK_SSL_ROOT_CA_CERTS - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
Property name to set Root CA Certificates.
WSSDK_SSL_ROOT_CA_FINGERPRINTS - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
Property name to set list of trusted root CA fingerprints as byte[][].
WSSDK_SSL_VERIFY_HOST - Static variable in interface com.sssw.jbroker.web.security.SSLProperties
Property name to set verify host as boolean.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.BigDecimalArrayHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.BigDecimalHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.BigIntegerArrayHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.BigIntegerHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.BooleanArrayHolder
Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.BooleanHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.ByteArrayHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.ByteHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.DateArrayHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.DateHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.DoubleArrayHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.DoubleHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.ElementArrayHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.ElementHolder
Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.FloatArrayHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.FloatHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in interface com.sssw.jbroker.web.holders.Holder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.IntArrayHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.IntHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.LongArrayHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.LongHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.ObjectArrayHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.ObjectHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.ShortArrayHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.ShortHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.StringArrayHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.StringHolder
Deprecated. Write the contents of this holder to an output stream.
writeAttachment(Object, String, String, String) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write MIME attachment
writeBoolean(boolean) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write a boolean
writeBoolean(boolean, String) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write a boolean with the given name
writeByte(byte) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write a byte
writeByte(byte, String) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write a byte with the given name
writeChar(char) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write a char.
writeChar(char, String) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write a char with the given name
writeContent(String) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write content of the tag
writeDouble(double) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write a double
writeDouble(double, String) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write a double with the given name
writeException(Throwable) - Method in interface com.sssw.jbroker.web.portable.ServerResponse
Write an exception.
writeException(Throwable, String) - Method in interface com.sssw.jbroker.web.portable.ServerResponse
Write an exception with the given name.
writeException(Throwable, Object, String) - Method in interface com.sssw.jbroker.web.portable.ServerResponse
Write an exception with the given name.
writeException(Throwable, String, String) - Method in interface com.sssw.jbroker.web.portable.ServerResponse
Write an exception with the given namesapce and localName.
writeException(Throwable, Object, String, String) - Method in interface com.sssw.jbroker.web.portable.ServerResponse
Write an exception with the given namesapce and localName.
writeFloat(float) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write a float
writeFloat(float, String) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write a float with the given name
writeInt(int) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write an int
writeInt(int, String) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write an int with the given name
writeLong(long) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write a long
writeLong(long, String) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write a long with the given name
writeObject(Object) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write object with the default encoding style
writeObject(Object, String) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Deprecated. as of jBrokerWeb 2.1
writeObject(Object, String, String) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write object for document-element
writeObject(Object, String, String, String, String) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write object as XML
writeShort(short) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write a short
writeShort(short, String) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write a short with the given name
writeTo(OutputStream) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write the contents of the stream to given output stream.
writeTo(OutputStream) - Method in class javax.xml.soap.SOAPMessage
Writes this SOAPMessage object to the given output stream.

X

XMLSignatureProperties - interface com.sssw.jbroker.web.security.XMLSignatureProperties.
This interface defines various properties for XML Digital Signature.
XMLType - class com.sssw.jbroker.web.encoding.XMLType.
The XML Type is specified using its QName and the location for its schema
XMLType(QName, String) - Constructor for class com.sssw.jbroker.web.encoding.XMLType
Construct an XML type
XMLType - class com.sssw.jbroker.web.mapping.XMLType.
Deprecated. As of jBroker Web 2.0
XMLType(QName, String) - Constructor for class com.sssw.jbroker.web.mapping.XMLType
Deprecated. Construct an XML Type.
XMLType - class javax.xml.rpc.encoding.XMLType.
 
XMLType() - Constructor for class javax.xml.rpc.encoding.XMLType
 
XSD_BASE64 - Static variable in class javax.xml.rpc.encoding.XMLType
 
XSD_BOOLEAN - Static variable in class javax.xml.rpc.encoding.XMLType
 
XSD_BYTE - Static variable in class javax.xml.rpc.encoding.XMLType
 
XSD_DATETIME - Static variable in class javax.xml.rpc.encoding.XMLType
 
XSD_DECIMAL - Static variable in class javax.xml.rpc.encoding.XMLType
 
XSD_DOUBLE - Static variable in class javax.xml.rpc.encoding.XMLType
 
XSD_FLOAT - Static variable in class javax.xml.rpc.encoding.XMLType
 
XSD_HEXBINARY - Static variable in class javax.xml.rpc.encoding.XMLType
 
XSD_INT - Static variable in class javax.xml.rpc.encoding.XMLType
 
XSD_INTEGER - Static variable in class javax.xml.rpc.encoding.XMLType
 
XSD_LONG - Static variable in class javax.xml.rpc.encoding.XMLType
 
XSD_QNAME - Static variable in class javax.xml.rpc.encoding.XMLType
 
XSD_SHORT - Static variable in class javax.xml.rpc.encoding.XMLType
 
XSD_STRING - Static variable in class javax.xml.rpc.encoding.XMLType
 

_

_getBindings() - Method in interface com.sssw.jbroker.web.ServiceObject
Get the port's QName
_getBindings() - Method in class com.sssw.jbroker.web.portable.MDBSkeleton
Get the bindings set on this skeleton
_getBindings() - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Get the bindings set on this skeleton
_getBindings() - Method in class com.sssw.jbroker.web.portable.Stub
Get all bindings set on the stub
_getClassInfo() - Method in interface com.sssw.jbroker.web.ServiceObject
Get dispatch information for this service object
_getClassInfo() - Method in class com.sssw.jbroker.web.portable.MDBSkeleton
 
_getClassInfo() - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
 
_getClassInfo() - Method in class com.sssw.jbroker.web.portable.Stub
Get dispatch information for this service object
_getCurrentBinding() - Method in interface com.sssw.jbroker.web.ServiceObject
Get the current Binding for the Service.
_getCurrentBinding() - Method in class com.sssw.jbroker.web.portable.MDBSkeleton
Get the binding currently used by this skeleton
_getCurrentBinding() - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Get the binding currently used by this skeleton
_getCurrentBinding() - Method in class com.sssw.jbroker.web.portable.Stub
Get the binding currently set on the stub
_getDelegate() - Method in class com.sssw.jbroker.web.portable.Stub
Get the stub delegate
_getHandlerChain() - Method in class com.sssw.jbroker.web.portable.MDBSkeleton
Get the handler chain set on this servlet skeleton
_getHandlerChain() - Method in interface com.sssw.jbroker.web.portable.SAAJSkeleton.SAAJSkeletonDelegate
Delegate the _getHandlerChain method.
_getHandlerChain() - Method in class com.sssw.jbroker.web.portable.SAAJSkeleton
Get the handler chain set on this servlet skeleton
_getHandlerChain() - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Get the handler chain set on this servlet skeleton
_getOperationName() - Method in interface com.sssw.jbroker.web.ServiceObject
Get the operations's QName
_getOperationName() - Method in class com.sssw.jbroker.web.portable.MDBSkeleton
 
_getOperationName() - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
 
_getOperationName() - Method in class com.sssw.jbroker.web.portable.Stub
Get the QName for the operation's
_getPortType() - Method in interface com.sssw.jbroker.web.ServiceObject
Get the port's QName
_getPortType() - Method in class com.sssw.jbroker.web.portable.MDBSkeleton
Get the port's QName
_getPortType() - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Get the port's QName
_getPortType() - Method in class com.sssw.jbroker.web.portable.Stub
Get the QName for the stub's port type
_getProperties() - Method in interface com.sssw.jbroker.web.portable.ClientRequest
Get request properties
_getProperties() - Method in interface com.sssw.jbroker.web.portable.OutputStream
Get stream properties
_getProperty(String) - Method in interface com.sssw.jbroker.web.ServiceObject
Get a property
_getProperty(String) - Method in class com.sssw.jbroker.web.portable.MDBSkeleton
Get a property
_getProperty(String) - Method in interface com.sssw.jbroker.web.portable.SAAJSkeleton.SAAJSkeletonDelegate
Delegate the _getProperty method.
_getProperty(String) - Method in class com.sssw.jbroker.web.portable.SAAJSkeleton
Get a property
_getProperty(String) - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Get a property
_getProperty(String) - Method in class com.sssw.jbroker.web.portable.Stub
Get a property from the stub.
_getProperty(String) - Method in interface javax.xml.rpc.Stub
Gets the value of a specific configuration property.
_getPropertyNames() - Method in class com.sssw.jbroker.web.portable.Stub
Get an iterator over all property names
_getPropertyNames() - Method in interface javax.xml.rpc.Stub
Returns an Iterato view of the names of the properties that can be configured on this stub instance.
_getStub() - Method in class com.sssw.jbroker.web.portable.MDBSkeleton
Get servlet as stub
_getStub() - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Get servlet as stub
_getTypeMapper() - Method in interface com.sssw.jbroker.web.ServiceObject
Deprecated. as of jBroker Web 2.0, use _getTypeMappingRegistry instead
_getTypeMapper() - Method in class com.sssw.jbroker.web.portable.MDBSkeleton
Deprecated. As of jBroker Web 2.0, use _getTypeMappingRegistry instead
_getTypeMapper() - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Deprecated. As of jBroker Web 2.0, use _getTypeMappingRegistry instead
_getTypeMapper() - Method in class com.sssw.jbroker.web.portable.Stub
Deprecated. as of jBroker Web 2.0, replaced by void _getTypeMappingRegistry()
_getTypeMappingRegistry() - Method in interface com.sssw.jbroker.web.ServiceObject
Get the type mapping registry set on this serlvet skeleton
_getTypeMappingRegistry() - Method in class com.sssw.jbroker.web.portable.MDBSkeleton
Get the type mapping registry set on this serlvet skeleton
_getTypeMappingRegistry() - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Get the type mapping registry set on this serlvet skeleton
_getTypeMappingRegistry() - Method in class com.sssw.jbroker.web.portable.Stub
Get the TypeMappingRegistry set on the stub
_invoke(ServerRequest) - Method in interface com.sssw.jbroker.web.portable.InvokeHandler
Invoke a method on the Invoke Handler
_invoke(Properties, InputStream) - Method in interface com.sssw.jbroker.web.portable.InvokeHandler
Invoke a method on the Invoke Handler
_invoke(Properties, InputStream) - Method in class com.sssw.jbroker.web.portable.MDBSkeleton
Implementation of InvokeHandler.invoke(Properties props, InputStream is)
_invoke(Properties, InputStream) - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Implementation of InvokeHandler.invoke(Properties httpHeaders, InputStream is)
_key - Variable in class com.sssw.jbroker.web.portable.RequestProperty
Deprecated. The property name
_setClassInfo(ClassInfo) - Method in interface com.sssw.jbroker.web.ServiceObject
Set dispatch information for this service object
_setClassInfo(ClassInfo) - Method in class com.sssw.jbroker.web.portable.MDBSkeleton
Set dispatch information for this service object
_setClassInfo(ClassInfo) - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Set dispatch information for this service object
_setClassInfo(ClassInfo) - Method in class com.sssw.jbroker.web.portable.Stub
Set dispatch information for this service object
_setCurrentBinding(Binding) - Method in interface com.sssw.jbroker.web.ServiceObject
Set the current binding for the Service.
_setCurrentBinding(Binding) - Method in class com.sssw.jbroker.web.portable.MDBSkeleton
Set the binding on this skeleton
_setCurrentBinding(Binding) - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Set the binding on this skeleton
_setCurrentBinding(Binding) - Method in class com.sssw.jbroker.web.portable.Stub
Set a new binding on the stub.
_setHandlerChain(HandlerChain) - Method in interface com.sssw.jbroker.web.ServiceObject
Set the HandlerChain for the Stub
_setHandlerChain(HandlerChain) - Method in interface com.sssw.jbroker.web.portable.MDBSkeleton.MDBDelegate
Set the handler chain .
_setHandlerChain(List) - Method in class com.sssw.jbroker.web.portable.MDBSkeleton
Set the handler chain on this servlet skeleton.
_setHandlerChain(HandlerChain) - Method in class com.sssw.jbroker.web.portable.MDBSkeleton
 
_setHandlerChain(List) - Method in interface com.sssw.jbroker.web.portable.SAAJSkeleton.SAAJSkeletonDelegate
Delegate the _setHandlerChain method.
_setHandlerChain(List) - Method in class com.sssw.jbroker.web.portable.SAAJSkeleton
Set the handler chain on this servlet skeleton.
_setHandlerChain(List) - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Set the handler chain on this servlet skeleton.
_setHandlerChain(HandlerChain) - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
 
_setHandlerChain(List) - Method in interface com.sssw.jbroker.web.portable.Skeleton
Set the handler chain on this skeleton.
_setHandlerChain(HandlerChain) - Method in class com.sssw.jbroker.web.portable.Stub
Set the handler chain on this stub.
_setProperties(Map) - Method in interface com.sssw.jbroker.web.portable.ClientRequest
Set request properties
_setProperty(String, String) - Method in interface com.sssw.jbroker.web.ServiceObject
Set a property
_setProperty(String, String) - Method in class com.sssw.jbroker.web.portable.MDBSkeleton
Set a property
_setProperty(String, Object) - Method in interface com.sssw.jbroker.web.portable.SAAJSkeleton.SAAJSkeletonDelegate
Delegate the _setProperty method.
_setProperty(String, Object) - Method in class com.sssw.jbroker.web.portable.SAAJSkeleton
Set a property
_setProperty(String, String) - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Set a property
_setProperty(String, Object) - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Set a property
_setProperty(String, String) - Method in class com.sssw.jbroker.web.portable.Stub
Deprecated. as of jBroker Web 2.0, replaced by void _setProperty(String, Object)
_setProperty(String, Object) - Method in class com.sssw.jbroker.web.portable.Stub
Set a property on the stub
_setProperty(String, Object) - Method in interface javax.xml.rpc.Stub
Sets the name and value of a configuration property for this Stub instance.
_setTypeMapper(TypeMapper) - Method in interface com.sssw.jbroker.web.ServiceObject
Deprecated. as of jBroker Web 2.0, use _setTypeMappingRegistry instead
_setTypeMapper(TypeMapper) - Method in class com.sssw.jbroker.web.portable.MDBSkeleton
Deprecated. As of jBroker Web 2.0, use _setTypeMappingRegistry instead
_setTypeMapper(TypeMapper) - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Deprecated. As of jBroker Web 2.0, use _setTypeMappingRegistry instead
_setTypeMapper(TypeMapper) - Method in class com.sssw.jbroker.web.portable.Stub
Deprecated. as of jBroker Web 2.0, replaced by void _setTypeMappingRegistry(TypeMappingRegistry)
_setTypeMappingRegistry(TypeMappingRegistry) - Method in interface com.sssw.jbroker.web.ServiceObject
Set the type mapping registry on this serlvet skeleton
_setTypeMappingRegistry(TypeMappingRegistry) - Method in class com.sssw.jbroker.web.portable.MDBSkeleton
Set the type mapping registry on this serlvet skeleton
_setTypeMappingRegistry(TypeMappingRegistry) - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Set the type mapping registry on this serlvet skeleton
_setTypeMappingRegistry(TypeMappingRegistry) - Method in class com.sssw.jbroker.web.portable.Stub
Set the TypeMappingRegistry on the stub
_value - Variable in class com.sssw.jbroker.web.portable.RequestProperty
Deprecated. The property value

A B C D E F G H I J L M N O P Q R S T U V W X _
Novell exteNd Web Services SDK API

exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2003 Novell, Inc. All Rights Reserved.