Uses of Class
com.sun.xml.rpc.processor.model.Service
-
-
Uses of Service in com.sun.xml.rpc.processor.generator
Fields in com.sun.xml.rpc.processor.generator declared as Service Modifier and Type Field Description protected ServiceGeneratorBase. serviceMethods in com.sun.xml.rpc.processor.generator with parameters of type Service Modifier and Type Method Description static StringNames. getPackageName(Service service)protected voidGeneratorBase. postVisitService(Service service)protected voidSerializerRegistryGenerator. postVisitService(Service service)protected voidServletConfigGenerator. postVisitService(Service service)protected voidGeneratorBase. preVisitService(Service service)protected voidSerializerRegistryGenerator. preVisitService(Service service)protected voidServletConfigGenerator. preVisitService(Service service)voidGeneratorBase. visit(Service service)protected voidGeneratorBase. visitService(Service service) -
Uses of Service in com.sun.xml.rpc.processor.generator.nodes
Methods in com.sun.xml.rpc.processor.generator.nodes with parameters of type Service Modifier and Type Method Description protected voidTypeVisitor. postVisit(Service service)protected voidTypeVisitor. preVisit(Service service)NodeServiceInterfaceMappingNode. write(Node parent, String nodeName, Configuration config, Service service)write the appropriate information to a DOM tree and return it -
Uses of Service in com.sun.xml.rpc.processor.model
Methods in com.sun.xml.rpc.processor.model that return Service Modifier and Type Method Description ServiceModel. getServiceByName(QName name)Methods in com.sun.xml.rpc.processor.model with parameters of type Service Modifier and Type Method Description voidModel. addService(Service service)protected voidExtendedModelVisitor. postVisit(Service service)protected voidExtendedModelVisitor. preVisit(Service service)voidModelVisitor. visit(Service service) -
Uses of Service in com.sun.xml.rpc.processor.model.exporter
Methods in com.sun.xml.rpc.processor.model.exporter with parameters of type Service Modifier and Type Method Description protected voidModelImporter. propertyService(XMLReader reader, Service subject, String name, Object value)protected voidModelExporter. visitService(Service target) -
Uses of Service in com.sun.xml.rpc.processor.modeler.nometadata
Methods in com.sun.xml.rpc.processor.modeler.nometadata with parameters of type Service Modifier and Type Method Description protected booleanNoMetadataModeler. processPort(Port wsdlPort, Service service, WSDLDocument document)protected voidNoMetadataModeler. verifyServiceInterface(Service service) -
Uses of Service in com.sun.xml.rpc.processor.modeler.wsdl
Methods in com.sun.xml.rpc.processor.modeler.wsdl with parameters of type Service Modifier and Type Method Description protected booleanWSDLModelerBase. processPort(Port wsdlPort, Service service, WSDLDocument document) -
Uses of Service in com.sun.xml.rpc.processor.util
Methods in com.sun.xml.rpc.processor.util with parameters of type Service Modifier and Type Method Description protected voidModelWriter. postVisit(Service service)protected voidClassNameCollector. preVisit(Service service)protected voidModelWriter. preVisit(Service service)
-