Uses of Class
com.sun.xml.rpc.wsdl.document.Service
-
-
Uses of Service in com.sun.xml.rpc.processor.modeler.j2ee
Methods in com.sun.xml.rpc.processor.modeler.j2ee with parameters of type Service Modifier and Type Method Description protected StringJ2EEModeler111. getServiceInterfaceName(QName serviceQName, Service wsdlService)protected StringJ2EEModeler112. getServiceInterfaceName(QName serviceQName, Service wsdlService)protected StringJ2EEModelerHelper. getServiceInterfaceName(QName serviceQName, Service wsdlService) -
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 voidNoMetadataModeler. processService(Service wsdlService, Model model, WSDLDocument document) -
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 StringWSDLModelerBase. getServiceInterfaceName(QName serviceQName, Service wsdlService)protected voidWSDLModelerBase. processService(Service wsdlService, Model model, WSDLDocument document) -
Uses of Service in com.sun.xml.rpc.wsdl.document
Methods in com.sun.xml.rpc.wsdl.document that return Service Modifier and Type Method Description ServicePort. getService()Methods in com.sun.xml.rpc.wsdl.document with parameters of type Service Modifier and Type Method Description voidDefinitions. add(Service s)voidDefinitions. addServiceOveride(Service s)voidWSDLDocumentVisitor. postVisit(Service service)voidWSDLDocumentVisitorBase. postVisit(Service service)voidWSDLDocumentVisitor. preVisit(Service service)voidWSDLDocumentVisitorBase. preVisit(Service service)voidPort. setService(Service s) -
Uses of Service in com.sun.xml.rpc.wsdl.parser
Methods in com.sun.xml.rpc.wsdl.parser that return Service Modifier and Type Method Description protected ServiceWSDLParser. parseService(ParserContext context, Definitions definitions, Element e)
-