Uses of Class
com.sun.xml.rpc.processor.model.soap.SOAPType
-
-
Uses of SOAPType in com.sun.xml.rpc.processor.generator
Methods in com.sun.xml.rpc.processor.generator with parameters of type SOAPType Modifier and Type Method Description StringNames. typeClassName(SOAPType type)StringNames. typeObjectArraySerializerClassName(String basePackage, SOAPType type)StringNames. typeObjectBuilderClassName(String basePackage, SOAPType type)StringNames. typeObjectSerializerClassName(String basePackage, SOAPType type)static voidSOAPEncoding. writeStaticSerializer(IndentingWriter p, String portPackage, SOAPType type, Set processedTypes, SerializerWriterFactory writerFactory, Names names) -
Uses of SOAPType in com.sun.xml.rpc.processor.generator.nodes
Methods in com.sun.xml.rpc.processor.generator.nodes with parameters of type SOAPType Modifier and Type Method Description protected voidTypeVisitor. describe(SOAPType type) -
Uses of SOAPType in com.sun.xml.rpc.processor.generator.writer
Constructors in com.sun.xml.rpc.processor.generator.writer with parameters of type SOAPType Constructor Description ArraySerializerWriter(String basePackage, SOAPType type, Names names)CollectionSerializerWriter(SOAPType type, Names names)CustomSerializerWriter(SOAPType type, Names names)DynamicSerializerWriter(SOAPType type, Names names)EnumerationSerializerWriter(String basePackage, SOAPType type, Names names)InterfaceSerializerWriter(String basePackage, SOAPType type, Names names)SimpleTypeSerializerWriter(SOAPType type, Names names)SOAPObjectSerializerWriter(String basePackage, SOAPType type, Names names) -
Uses of SOAPType in com.sun.xml.rpc.processor.model.soap
Subclasses of SOAPType in com.sun.xml.rpc.processor.model.soap Modifier and Type Class Description classRPCRequestOrderedStructureTypeclassRPCRequestUnorderedStructureTypeclassRPCResponseStructureTypeclassSOAPAnyTypeclassSOAPArrayTypeclassSOAPAttributeOwningTypeclassSOAPCustomTypeclassSOAPEnumerationTypeclassSOAPListTypeclassSOAPOrderedStructureTypeclassSOAPSimpleTypeclassSOAPStructureTypeclassSOAPUnorderedStructureTypeMethods in com.sun.xml.rpc.processor.model.soap that return SOAPType Modifier and Type Method Description SOAPTypeSOAPEnumerationType. getBaseType()SOAPTypeSOAPArrayType. getElementType()SOAPTypeSOAPListType. getItemType()SOAPTypeSOAPAttributeMember. getType()SOAPTypeSOAPElementMember. getType()SOAPTypeSOAPStructureMember. getType()Methods in com.sun.xml.rpc.processor.model.soap with parameters of type SOAPType Modifier and Type Method Description voidSOAPEnumerationType. setBaseType(SOAPType t)voidSOAPArrayType. setElementType(SOAPType type)voidSOAPListType. setItemType(SOAPType t)voidSOAPAttributeMember. setType(SOAPType t)voidSOAPElementMember. setType(SOAPType t)voidSOAPStructureMember. setType(SOAPType t)Constructors in com.sun.xml.rpc.processor.model.soap with parameters of type SOAPType Constructor Description SOAPArrayType(QName name, QName elementName, SOAPType elementType, JavaType javaType)SOAPArrayType(QName name, QName elementName, SOAPType elementType, JavaType javaType, SOAPVersion version)SOAPAttributeMember(QName name, SOAPType type)SOAPAttributeMember(QName name, SOAPType type, JavaStructureMember javaStructureMember)SOAPElementMember(QName name, SOAPType type)SOAPElementMember(QName name, SOAPType type, JavaStructureMember javaStructureMember)SOAPEnumerationType(QName name, SOAPType baseType, JavaType javaType)SOAPEnumerationType(QName name, SOAPType baseType, JavaType javaType, SOAPVersion version)SOAPListType(QName name, SOAPType itemType, JavaType javaType)SOAPStructureMember(QName name, SOAPType type)SOAPStructureMember(QName name, SOAPType type, JavaStructureMember javaStructureMember) -
Uses of SOAPType in com.sun.xml.rpc.processor.modeler.j2ee
Methods in com.sun.xml.rpc.processor.modeler.j2ee that return SOAPType Modifier and Type Method Description protected SOAPTypeJ2EESchemaAnalyzer111. getSOAPMemberType(ComplexTypeDefinitionComponent component, SOAPStructureType structureType, ElementDeclarationComponent element, QName nameHint, boolean occursZeroOrOne)protected SOAPTypeJ2EESchemaAnalyzer112. getSOAPMemberType(ComplexTypeDefinitionComponent component, SOAPStructureType structureType, ElementDeclarationComponent element, QName nameHint, boolean occursZeroOrOne)protected SOAPTypeJ2EESchemaAnalyzerHelper. getSOAPMemberType(ComplexTypeDefinitionComponent component, SOAPStructureType structureType, ElementDeclarationComponent element, QName nameHint, boolean occursZeroOrOne)SOAPTypeJ2EESchemaAnalyzer111. getSuperSOAPMemberType(ComplexTypeDefinitionComponent component, SOAPStructureType structureType, ElementDeclarationComponent element, QName nameHint, boolean occursZeroOrOne)SOAPTypeJ2EESchemaAnalyzer112. getSuperSOAPMemberType(ComplexTypeDefinitionComponent component, SOAPStructureType structureType, ElementDeclarationComponent element, QName nameHint, boolean occursZeroOrOne)SOAPTypeJ2EESchemaAnalyzerIf. getSuperSOAPMemberType(ComplexTypeDefinitionComponent component, SOAPStructureType structureType, ElementDeclarationComponent element, QName nameHint, boolean occursZeroOrOne) -
Uses of SOAPType in com.sun.xml.rpc.processor.modeler.rmi
Methods in com.sun.xml.rpc.processor.modeler.rmi that return SOAPType Modifier and Type Method Description SOAPTypeRmiTypeModeler. modelTypeSOAP(String typeUri, RmiType type) -
Uses of SOAPType in com.sun.xml.rpc.processor.modeler.wsdl
Methods in com.sun.xml.rpc.processor.modeler.wsdl with parameters of type SOAPType Modifier and Type Method Description protected booleanSchemaAnalyzerBase. isAttributeEnumeration(SOAPType attributeType) -
Uses of SOAPType in com.sun.xml.rpc.processor.util
Methods in com.sun.xml.rpc.processor.util with parameters of type SOAPType Modifier and Type Method Description protected voidModelWriter. describe(SOAPType type)
-