|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TypeHandlerRegistry | |
| xsul.common_type_handler | |
| xsul.soap11_type_handler | |
| xsul.soaprpc_client | |
| xsul.soaprpc_server | This module provides a simple implementation of refelction based dispatching SOAP invocation to Java object methods. |
| xsul.type_handler | |
| xsul.wsif_xsul_soap_http | |
| xsul.wsif.spi | |
| xsul.xbeans_type_handler | |
| xsul.xsd_type_handler | |
| xsul.xwsif_runtime | Provides easy to use frontend to WSIF functionality. |
| Uses of TypeHandlerRegistry in xsul.common_type_handler |
| Subclasses of TypeHandlerRegistry in xsul.common_type_handler | |
class |
CommonTypeHandlerRegistry
Provide common set of type handlers. |
| Methods in xsul.common_type_handler that return TypeHandlerRegistry | |
static TypeHandlerRegistry |
CommonTypeHandlerRegistry.getInstance()
|
| Uses of TypeHandlerRegistry in xsul.soap11_type_handler |
| Subclasses of TypeHandlerRegistry in xsul.soap11_type_handler | |
class |
Soap11TypeHandlerRegistry
Support SOAP 1.1 encoding of arrays (currently only String[],int[],double[]). |
| Methods in xsul.soap11_type_handler with parameters of type TypeHandlerRegistry | |
static Soap11TypeHandlerRegistry |
Soap11TypeHandlerRegistry.getInstance(TypeHandlerRegistry parent)
|
| Uses of TypeHandlerRegistry in xsul.soaprpc_client |
| Methods in xsul.soaprpc_client that return TypeHandlerRegistry | |
TypeHandlerRegistry |
SoapRpcInvocationHandler.getRegistry()
|
| Methods in xsul.soaprpc_client with parameters of type TypeHandlerRegistry | |
void |
SoapRpcInvocationHandler.setRegistry(TypeHandlerRegistry registry)
|
| Constructors in xsul.soaprpc_client with parameters of type TypeHandlerRegistry | |
SoapRpcInvocationHandler(MessageInvoker invoker,
TypeHandlerRegistry registry)
|
|
SoapRpcInvocationHandler(MessageInvoker invoker,
TypeHandlerRegistry registry,
XmlNamespace targetServiceNamespace)
|
|
| Uses of TypeHandlerRegistry in xsul.soaprpc_server |
| Constructors in xsul.soaprpc_server with parameters of type TypeHandlerRegistry | |
SoapRpcReflectionBasedService(java.lang.Object target,
TypeHandlerRegistry thr)
|
|
SoapRpcReflectionBasedService(java.lang.Object target,
java.lang.Class targetInterface,
TypeHandlerRegistry thr)
|
|
| Uses of TypeHandlerRegistry in xsul.type_handler |
| Methods in xsul.type_handler that return TypeHandlerRegistry | |
TypeHandlerRegistry |
TypeHandlerRegistry.getTopRegistry()
|
| Methods in xsul.type_handler with parameters of type TypeHandlerRegistry | |
void |
TypeHandlerRegistry.setTopRegistry(TypeHandlerRegistry topRegistry)
|
| Constructors in xsul.type_handler with parameters of type TypeHandlerRegistry | |
TypeHandlerRegistry(TypeHandlerRegistry chainedRegistry)
|
|
| Uses of TypeHandlerRegistry in xsul.wsif_xsul_soap_http |
| Methods in xsul.wsif_xsul_soap_http with parameters of type TypeHandlerRegistry | |
WSIFPort |
Provider.createDynamicWSIFPort(WsdlPort port,
TypeHandlerRegistry typeMap)
|
| Uses of TypeHandlerRegistry in xsul.wsif.spi |
| Methods in xsul.wsif.spi with parameters of type TypeHandlerRegistry | |
WSIFPort |
WSIFProvider.createDynamicWSIFPort(WsdlPort port,
TypeHandlerRegistry typeMap)
For the given WSDL definition, service and port try to provide dynamic port, or return null if this provider can not do it. |
WSIFPort |
WSIFProviderManager.createDynamicWSIFPort(WsdlPort port,
TypeHandlerRegistry typeMap)
|
| Uses of TypeHandlerRegistry in xsul.xbeans_type_handler |
| Subclasses of TypeHandlerRegistry in xsul.xbeans_type_handler | |
class |
XBeansTypeHandlerRegistry
|
| Uses of TypeHandlerRegistry in xsul.xsd_type_handler |
| Subclasses of TypeHandlerRegistry in xsul.xsd_type_handler | |
class |
XsdTypeHandlerRegistry
Set of type handler for XSD simple types (currently int,booleans,string,double,byte[]/BASE64). |
| Methods in xsul.xsd_type_handler with parameters of type TypeHandlerRegistry | |
static XsdTypeHandlerRegistry |
XsdTypeHandlerRegistry.getInstance(TypeHandlerRegistry parent)
|
| Uses of TypeHandlerRegistry in xsul.xwsif_runtime |
| Methods in xsul.xwsif_runtime that return TypeHandlerRegistry | |
TypeHandlerRegistry |
WSIFClient.getRegistry()
|
| Methods in xsul.xwsif_runtime with parameters of type TypeHandlerRegistry | |
void |
WSIFClient.setRegistry(TypeHandlerRegistry registry)
|
| Constructors in xsul.xwsif_runtime with parameters of type TypeHandlerRegistry | |
WSIFRuntimeInvocationHandler(java.lang.Class portTypeInterface,
WSIFPort port,
TypeHandlerRegistry registry,
java.util.List handlers,
boolean xmlElementBasedStub)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||