Uses of Interface
com.sun.xml.rpc.encoding.InternalTypeMappingRegistry
-
-
Uses of InternalTypeMappingRegistry in com.sun.xml.rpc.client
Fields in com.sun.xml.rpc.client declared as InternalTypeMappingRegistry Modifier and Type Field Description protected InternalTypeMappingRegistryBasicService. internalTypeRegistryMethods in com.sun.xml.rpc.client with parameters of type InternalTypeMappingRegistry Modifier and Type Method Description voidStubBase. _initialize(InternalTypeMappingRegistry registry) -
Uses of InternalTypeMappingRegistry in com.sun.xml.rpc.client.dii
Fields in com.sun.xml.rpc.client.dii declared as InternalTypeMappingRegistry Modifier and Type Field Description protected InternalTypeMappingRegistryDynamicProxyBuilder. internalTypeRegistryprotected InternalTypeMappingRegistryBasicCall. typeRegistryConstructors in com.sun.xml.rpc.client.dii with parameters of type InternalTypeMappingRegistry Constructor Description BasicCall(InternalTypeMappingRegistry registry, javax.xml.rpc.handler.HandlerRegistry handlerRegistry)BasicCall(InternalTypeMappingRegistry registry, javax.xml.rpc.handler.HandlerRegistry handlerRegistry, SOAPVersion ver)ConfiguredCall(InternalTypeMappingRegistry registry, javax.xml.rpc.handler.HandlerRegistry handlerRegistry, ServiceInfo configuration)DynamicProxyBuilder(InternalTypeMappingRegistry internalTypeRegistry, javax.xml.rpc.handler.HandlerRegistry handlerRegistry, ServiceInfo configuration) -
Uses of InternalTypeMappingRegistry in com.sun.xml.rpc.encoding
Classes in com.sun.xml.rpc.encoding that implement InternalTypeMappingRegistry Modifier and Type Class Description classDynamicInternalTypeMappingRegistryclassInternalTypeMappingRegistryImplFields in com.sun.xml.rpc.encoding declared as InternalTypeMappingRegistry Modifier and Type Field Description protected InternalTypeMappingRegistryDynamicInternalTypeMappingRegistry. registryprotected InternalTypeMappingRegistryGenericObjectSerializer. registryprotected InternalTypeMappingRegistryPolymorphicArraySerializer. registryMethods in com.sun.xml.rpc.encoding with parameters of type InternalTypeMappingRegistry Modifier and Type Method Description void_Initializable. _initialize(InternalTypeMappingRegistry registry)Allows the implementors to retrieve and cache serializers during system intializationvoidDynamicSerializer. initialize(InternalTypeMappingRegistry registry)voidGenericObjectSerializer. initialize(InternalTypeMappingRegistry registry)voidInitializable. initialize(InternalTypeMappingRegistry registry)Allows the implementors to retrieve and cache serializers during system intializationvoidObjectArraySerializer. initialize(InternalTypeMappingRegistry registry)voidPolymorphicArraySerializer. initialize(InternalTypeMappingRegistry registry)voidReferenceableSerializerImpl. initialize(InternalTypeMappingRegistry registry)voidSOAPFaultInfoSerializer. initialize(InternalTypeMappingRegistry registry)Constructors in com.sun.xml.rpc.encoding with parameters of type InternalTypeMappingRegistry Constructor Description DynamicInternalTypeMappingRegistry(InternalTypeMappingRegistry registry)DynamicInternalTypeMappingRegistry(InternalTypeMappingRegistry registry, BasicCall currentCall)DynamicInternalTypeMappingRegistry(InternalTypeMappingRegistry registry, BasicCall currentCall, SOAPVersion ver) -
Uses of InternalTypeMappingRegistry in com.sun.xml.rpc.encoding.literal
Fields in com.sun.xml.rpc.encoding.literal declared as InternalTypeMappingRegistry Modifier and Type Field Description protected InternalTypeMappingRegistryGenericLiteralObjectSerializer. registryprotected InternalTypeMappingRegistryLiteralArraySerializer. typeRegistryprotected InternalTypeMappingRegistryLiteralObjectArraySerializer. typeRegistryprotected InternalTypeMappingRegistryLiteralRequestSerializer. typeRegistryMethods in com.sun.xml.rpc.encoding.literal with parameters of type InternalTypeMappingRegistry Modifier and Type Method Description voidGenericLiteralObjectSerializer. initialize(InternalTypeMappingRegistry registry)voidLiteralArraySerializer. initialize(InternalTypeMappingRegistry registry)voidLiteralObjectArraySerializer. initialize(InternalTypeMappingRegistry registry)voidLiteralRequestSerializer. initialize(InternalTypeMappingRegistry registry)voidLiteralResponseSerializer. initialize(InternalTypeMappingRegistry registry) -
Uses of InternalTypeMappingRegistry in com.sun.xml.rpc.encoding.soap
Fields in com.sun.xml.rpc.encoding.soap declared as InternalTypeMappingRegistry Modifier and Type Field Description protected InternalTypeMappingRegistryStructMapSerializer. registryprotected InternalTypeMappingRegistrySOAPRequestSerializer. typeRegistryMethods in com.sun.xml.rpc.encoding.soap with parameters of type InternalTypeMappingRegistry Modifier and Type Method Description voidCollectionInterfaceSerializer. initialize(InternalTypeMappingRegistry registry)voidCollectionSerializer. initialize(InternalTypeMappingRegistry registry)voidJAXRpcMapEntrySerializer. initialize(InternalTypeMappingRegistry registry)voidMapInterfaceSerializer. initialize(InternalTypeMappingRegistry registry)voidMapSerializer. initialize(InternalTypeMappingRegistry registry)voidSOAPRequestSerializer. initialize(InternalTypeMappingRegistry registry)voidSOAPResponseSerializer. initialize(InternalTypeMappingRegistry registry)voidStructMapSerializer. initialize(InternalTypeMappingRegistry registry) -
Uses of InternalTypeMappingRegistry in com.sun.xml.rpc.server
Fields in com.sun.xml.rpc.server declared as InternalTypeMappingRegistry Modifier and Type Field Description protected InternalTypeMappingRegistryTieBase. internalTypeMappingRegistry
-