Uses of Class
com.sun.xml.rpc.soap.SOAPVersion
-
-
Uses of SOAPVersion in com.sun.xml.rpc.client
Methods in com.sun.xml.rpc.client with parameters of type SOAPVersion Modifier and Type Method Description protected static javax.xml.rpc.encoding.TypeMappingBasicService. createSoapMappings(SOAPVersion ver) -
Uses of SOAPVersion in com.sun.xml.rpc.client.dii
Constructors in com.sun.xml.rpc.client.dii with parameters of type SOAPVersion Constructor Description BasicCall(InternalTypeMappingRegistry registry, javax.xml.rpc.handler.HandlerRegistry handlerRegistry, SOAPVersion ver)ConfiguredService(QName name, URL wsdlLocation, SOAPVersion ver)OperationInfo(String localName, SOAPVersion ver)ServiceInfoBuilder(String wsdlLocation, QName serviceName, SOAPVersion ver) -
Uses of SOAPVersion in com.sun.xml.rpc.encoding
Methods in com.sun.xml.rpc.encoding that return SOAPVersion Modifier and Type Method Description SOAPVersionSOAPDeserializationContext. getSOAPVersion()SOAPVersionSOAPSerializationContext. getSOAPVersion()Methods in com.sun.xml.rpc.encoding with parameters of type SOAPVersion Modifier and Type Method Description static int[]ArraySerializerBase. getArrayElementPosition(XMLReader reader, int[] dims, SOAPVersion ver)static int[]ArraySerializerBase. getArrayOffset(XMLReader reader, int[] dims, SOAPVersion ver)static ExtendedTypeMappingStandardTypeMappings. getSoap(SOAPVersion ver)static booleanDynamicInternalTypeMappingRegistry. isArray(Class javaType, QName xmlType, SOAPVersion ver)static booleanDynamicInternalTypeMappingRegistry. isLiteralArray(Class javaType, QName xmlType, SOAPVersion ver)protected voidInternalTypeMappingRegistryImpl. setupDynamicSerializers(SOAPVersion ver)Constructors in com.sun.xml.rpc.encoding with parameters of type SOAPVersion Constructor Description ArraySerializerBase(QName type, boolean encodeType, boolean isNullable, String encodingStyle, QName elemName, QName elemType, Class elemClass, int rank, int[] dims, SOAPVersion ver)AttachmentSerializer(QName type, boolean encodeType, boolean isNullable, String encodingStyle, boolean serializerAsAttachment, AttachmentEncoder encoder, SOAPVersion ver)AttachmentSerializer(QName type, boolean encodeType, boolean isNullable, String encodingStyle, boolean serializerAsAttachment, SimpleTypeEncoder encoder, SOAPVersion ver)DynamicInternalTypeMappingRegistry(InternalTypeMappingRegistry registry, BasicCall currentCall, SOAPVersion ver)DynamicSerializer(QName xmlType, boolean encodeType, boolean isNullable, String encodingStyle, SOAPVersion ver)GenericObjectSerializer(QName type, boolean encodeType, boolean isNullable, String encodingStyle, SOAPVersion ver)ObjectArraySerializer(QName type, boolean encodeType, boolean isNullable, String encodingStyle, QName elemName, QName elemType, Class elemClass, int rank, int[] dims, SOAPVersion version)PolymorphicArraySerializer(QName type, boolean encodeType, boolean isNullable, String encodingStyle, QName elemName, SOAPVersion ver)ReferenceableSerializerImpl(boolean serializeAsRef, CombinedSerializer serializer, SOAPVersion ver)SimpleTypeArraySerializer(QName type, boolean encodeType, boolean isNullable, String encodingStyle, QName elemName, QName elemType, Class elemClass, int rank, int[] dims, SimpleTypeSerializer elemSer, SOAPVersion version)SOAPDeserializationContext(SOAPVersion ver)SOAPSerializationContext(String prefix, SOAPVersion ver) -
Uses of SOAPVersion in com.sun.xml.rpc.encoding.literal
Constructors in com.sun.xml.rpc.encoding.literal with parameters of type SOAPVersion Constructor Description GenericLiteralObjectSerializer(QName type, boolean encodeType, boolean isNullable, String encodingStyle, SOAPVersion ver)LiteralFragmentSerializer(QName type, boolean isNullable, String encodingStyle, boolean encodeType, SOAPVersion ver)LiteralFragmentSerializer(QName type, boolean isNullable, String encodingStyle, SOAPVersion ver)LiteralRequestSerializer(QName type, boolean encodeType, boolean isNullable, String encodingStyle, String operationStyle, QName[] parameterNames, QName[] parameterTypes, Class[] parameterClasses, ArrayList parameterMembers, SOAPVersion ver)LiteralRequestSerializer(QName type, boolean encodeType, boolean isNullable, String encodingStyle, String operationStyle, QName[] parameterNames, QName[] parameterTypes, QName[] parameterXmlTypeQNames, Class[] parameterClasses, ArrayList parameterMembers, SOAPVersion ver)LiteralRequestSerializer(QName type, boolean encodeType, boolean isNullable, String encodingStyle, QName[] parameterNames, QName[] parameterTypes, Class[] parameterClasses, SOAPVersion ver)LiteralRequestSerializer(QName type, QName[] parameterNames, QName[] parameterTypes, Class[] parameterClasses, SOAPVersion ver)LiteralResponseSerializer(QName type, boolean encodeType, boolean isNullable, String encodingStyle, String operationStyle, QName[] parameterNames, QName[] parameterXmlTypes, Class[] parameterClasses, ArrayList parameterMembers, QName returnXmlType, Class returnJavaType, ParameterMemberInfo[] returnMembers, SOAPVersion ver)LiteralResponseSerializer(QName type, boolean encodeType, boolean isNullable, String encodingStyle, String operationStyle, QName[] parameterNames, QName[] parameterXmlTypes, QName[] parameterXmlTypeQNames, Class[] parameterClasses, ArrayList parameterMembers, QName returnXmlType, QName returnXmlTypeQName, Class returnJavaType, ParameterMemberInfo[] returnMembers, SOAPVersion ver)LiteralResponseSerializer(QName type, boolean encodeType, boolean isNullable, String encodingStyle, QName[] parameterNames, QName[] parameterXmlTypes, Class[] parameterClasses, QName returnXmlType, Class returnJavaType, SOAPVersion ver)LiteralResponseSerializer(QName type, boolean encodeType, boolean isNullable, String encodingStyle, QName returnXmlType, Class returnJavaType, SOAPVersion ver)LiteralResponseSerializer(QName type, QName[] parameterNames, QName[] parameterXmlTypes, Class[] parameterClasses, QName returnXmlType, Class returnJavaType, SOAPVersion ver)LiteralResponseSerializer(QName type, QName returnXmlType, Class returnJavaType, SOAPVersion ver) -
Uses of SOAPVersion in com.sun.xml.rpc.encoding.soap
Methods in com.sun.xml.rpc.encoding.soap with parameters of type SOAPVersion Modifier and Type Method Description static int[]CollectionSerializerBase. getArrayElementPosition(XMLReader reader, int[] dims, SOAPVersion ver)static int[]CollectionSerializerBase. getArrayOffset(XMLReader reader, int[] dims, SOAPVersion ver)Constructors in com.sun.xml.rpc.encoding.soap with parameters of type SOAPVersion Constructor Description CollectionInterfaceSerializer(QName type, boolean encodeType, boolean isNullable, String encodingStyle, SOAPVersion ver)CollectionSerializer(QName type, Class collClass, boolean encodeType, boolean isNullable, String encodingStyle, QName elemName, QName elemType, Class elemClass, SOAPVersion version)CollectionSerializerBase(QName type, boolean encodeType, boolean isNullable, String encodingStyle, QName elemName, QName elemType, Class elemClass, int rank, int[] dims, SOAPVersion ver)JAXRpcMapEntrySerializer(QName type, boolean encodeType, boolean isNullable, String encodingStyle, SOAPVersion ver)MapInterfaceSerializer(QName type, boolean encodeType, boolean isNullable, String encodingStyle, SOAPVersion ver)MapSerializer(QName type, Class mapClass, boolean encodeType, boolean isNullable, String encodingStyle, SOAPVersion version)SOAPRequestSerializer(QName type, boolean encodeType, boolean isNullable, String encodingStyle, QName[] parameterNames, QName[] parameterTypes, Class[] parameterClasses, SOAPVersion ver)SOAPRequestSerializer(QName type, QName[] parameterNames, QName[] parameterTypes, Class[] parameterClasses, SOAPVersion ver)SOAPResponseSerializer(QName type, boolean encodeType, boolean isNullable, String encodingStyle, QName[] parameterNames, QName[] parameterXmlTypes, Class[] parameterClasses, QName returnXmlType, Class returnJavaType, SOAPVersion ver)SOAPResponseSerializer(QName type, boolean encodeType, boolean isNullable, String encodingStyle, QName returnXmlType, Class returnJavaType, SOAPVersion ver)SOAPResponseSerializer(QName type, QName[] parameterNames, QName[] parameterXmlTypes, Class[] parameterClasses, QName returnXmlType, Class returnJavaType, SOAPVersion ver)SOAPResponseSerializer(QName type, QName returnXmlType, Class returnJavaType, SOAPVersion ver)StandardSOAPTypeMappings(SOAPVersion ver) -
Uses of SOAPVersion in com.sun.xml.rpc.processor.config
Methods in com.sun.xml.rpc.processor.config that return SOAPVersion Modifier and Type Method Description SOAPVersionRmiInterfaceInfo. getSOAPVersion()Methods in com.sun.xml.rpc.processor.config with parameters of type SOAPVersion Modifier and Type Method Description voidRmiInterfaceInfo. setSOAPVersion(SOAPVersion version) -
Uses of SOAPVersion in com.sun.xml.rpc.processor.generator
Fields in com.sun.xml.rpc.processor.generator declared as SOAPVersion Modifier and Type Field Description protected SOAPVersionGeneratorBase. curSOAPVersionprotected SOAPVersionStubTieGeneratorBase. soapVerMethods in com.sun.xml.rpc.processor.generator that return SOAPVersion Modifier and Type Method Description protected SOAPVersionWSDLTypeGenerator. getSOAPVersion(AbstractType type)Methods in com.sun.xml.rpc.processor.generator with parameters of type SOAPVersion Modifier and Type Method Description GeneratorBaseCustomClassGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)GeneratorBaseCustomExceptionGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)GeneratorBaseEnumerationEncoderGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)GeneratorBaseEnumerationGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)GeneratorBaseFaultExceptionBuilderGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)abstract GeneratorBaseGeneratorBase. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)GeneratorBaseHolderGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)GeneratorBaseInterfaceSerializerGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)GeneratorBaseLiteralObjectSerializerGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)GeneratorBaseSerializerRegistryGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)GeneratorBaseServletConfigGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)GeneratorBaseSOAPFaultSerializerGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)GeneratorBaseSOAPObjectBuilderGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)GeneratorBaseSOAPObjectSerializerGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)GeneratorBaseStubGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)GeneratorBaseTieGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)voidWSDLGenerator. perform(Model model, Configuration config, Properties properties, SOAPVersion ver)Constructors in com.sun.xml.rpc.processor.generator with parameters of type SOAPVersion Constructor Description GeneratorUtil(SOAPVersion ver)SerializerRegistryGenerator(SOAPVersion ver)StubGenerator(SOAPVersion ver)StubTieGeneratorBase(Model model, Configuration config, Properties properties, SOAPVersion ver)StubTieGeneratorBase(SOAPVersion ver)TieGenerator(SOAPVersion ver)WSDLGenerator(SOAPVersion ver)WSDLTypeGenerator(Model model, WSDLDocument document, Properties options, SOAPVersion ver) -
Uses of SOAPVersion in com.sun.xml.rpc.processor.model
Methods in com.sun.xml.rpc.processor.model that return SOAPVersion Modifier and Type Method Description SOAPVersionPort. getSOAPVersion()Methods in com.sun.xml.rpc.processor.model with parameters of type SOAPVersion Modifier and Type Method Description voidPort. setSOAPVersion(SOAPVersion soapVersion) -
Uses of SOAPVersion in com.sun.xml.rpc.processor.model.soap
-
Uses of SOAPVersion in com.sun.xml.rpc.processor.modeler.rmi
Methods in com.sun.xml.rpc.processor.modeler.rmi that return SOAPVersion Modifier and Type Method Description SOAPVersionRmiTypeModeler. getSOAPVersion()Methods in com.sun.xml.rpc.processor.modeler.rmi with parameters of type SOAPVersion Modifier and Type Method Description protected voidSOAPSimpleTypeCreatorBase. initSOAPTypes(SOAPVersion version)Constructors in com.sun.xml.rpc.processor.modeler.rmi with parameters of type SOAPVersion Constructor Description RmiTypeModeler(RmiModeler modeler, ProcessorEnvironment env, SOAPVersion soapVersion)SOAPSimpleTypeCreator101(boolean useStrictMode, SOAPVersion version)set strict to false and soap version to 1.1SOAPSimpleTypeCreator103(boolean useStrictMode, SOAPVersion version)SOAPSimpleTypeCreator11(boolean useStrictMode, SOAPVersion version)SOAPSimpleTypeCreatorBase(boolean useStrictMode, SOAPVersion version) -
Uses of SOAPVersion in com.sun.xml.rpc.server.http
Methods in com.sun.xml.rpc.server.http with parameters of type SOAPVersion Modifier and Type Method Description voidJAXRPCServletDelegate. init(javax.servlet.ServletConfig servletConfig, SOAPVersion ver) -
Uses of SOAPVersion in com.sun.xml.rpc.soap
Fields in com.sun.xml.rpc.soap declared as SOAPVersion Modifier and Type Field Description static SOAPVersionSOAPVersion. SOAP_11static SOAPVersionSOAPVersion. SOAP_12Methods in com.sun.xml.rpc.soap that return SOAPVersion Modifier and Type Method Description SOAPVersionSOAPEncodingConstants. getSOAPVersion()SOAP VersionSOAPVersionSOAPNamespaceConstants. getSOAPVersion()SOAPVersionSOAPWSDLConstants. getSOAPVersion()SOAP Version usedMethods in com.sun.xml.rpc.soap with parameters of type SOAPVersion Modifier and Type Method Description static SOAPEncodingConstantsSOAPConstantsFactory. getSOAPEncodingConstants(SOAPVersion ver)static SOAPNamespaceConstantsSOAPConstantsFactory. getSOAPNamespaceConstants(SOAPVersion ver)static SOAPWSDLConstantsSOAPConstantsFactory. getSOAPWSDLConstants(SOAPVersion ver) -
Uses of SOAPVersion in com.sun.xml.rpc.util
Methods in com.sun.xml.rpc.util with parameters of type SOAPVersion Modifier and Type Method Description SOAPSimpleTypeCreatorBaseJAXRPCClassFactory. createSOAPSimpleTypeCreator(boolean useStrictMode, SOAPVersion version)Returns the SOAPSimpleTypeCreatorBase for specific target version.
-