Uses of Class
com.sun.xml.rpc.processor.model.soap.SOAPCustomType
-
-
Uses of SOAPCustomType in com.sun.xml.rpc.processor.generator
Methods in com.sun.xml.rpc.processor.generator with parameters of type SOAPCustomType Modifier and Type Method Description StringNames. getCustomTypeDeserializerMemberName(SOAPCustomType type)StringNames. getCustomTypeSerializerMemberName(SOAPCustomType type)protected voidGeneratorBase. postVisitSOAPCustomType(SOAPCustomType type)protected voidGeneratorBase. preVisitSOAPCustomType(SOAPCustomType type)voidEnumerationEncoderGenerator. visit(SOAPCustomType type)voidEnumerationGenerator. visit(SOAPCustomType type)voidGeneratorBase. visit(SOAPCustomType type)voidHolderGenerator. visit(SOAPCustomType type)voidSerializerRegistryGenerator. visit(SOAPCustomType type)protected voidGeneratorBase. visitSOAPCustomType(SOAPCustomType type) -
Uses of SOAPCustomType in com.sun.xml.rpc.processor.generator.nodes
Methods in com.sun.xml.rpc.processor.generator.nodes with parameters of type SOAPCustomType Modifier and Type Method Description voidTypeVisitor. visit(SOAPCustomType type) -
Uses of SOAPCustomType in com.sun.xml.rpc.processor.model.exporter
Methods in com.sun.xml.rpc.processor.model.exporter with parameters of type SOAPCustomType Modifier and Type Method Description protected voidModelImporter. propertySOAPCustomType(XMLReader reader, SOAPCustomType subject, String name, Object value)protected voidModelExporter. visitSOAPCustomType(SOAPCustomType target) -
Uses of SOAPCustomType in com.sun.xml.rpc.processor.model.soap
Methods in com.sun.xml.rpc.processor.model.soap with parameters of type SOAPCustomType Modifier and Type Method Description voidSOAPTypeVisitor. visit(SOAPCustomType type) -
Uses of SOAPCustomType in com.sun.xml.rpc.processor.modeler.wsdl
Methods in com.sun.xml.rpc.processor.modeler.wsdl that return SOAPCustomType Modifier and Type Method Description protected SOAPCustomTypeSchemaAnalyzerBase. getCustomTypeFor(TypeDefinitionComponent component)protected SOAPCustomTypeSchemaAnalyzerBase. mustGetCustomTypeFor(TypeDefinitionComponent component) -
Uses of SOAPCustomType in com.sun.xml.rpc.processor.util
Methods in com.sun.xml.rpc.processor.util with parameters of type SOAPCustomType Modifier and Type Method Description voidClassNameCollector. visit(SOAPCustomType type)voidModelWriter. visit(SOAPCustomType type)
-