Uses of Interface
net.opengis.wps10.WSDLType
Packages that use WSDLType
Package
Description
-
Uses of WSDLType in net.opengis.wps10
Methods in net.opengis.wps10 that return WSDLTypeModifier and TypeMethodDescriptionWps10Factory.createWSDLType()Returns a new object of class 'WSDL Type'.DocumentRoot.getWSDL()Returns the value of the 'WSDL' containment reference.ProcessBriefType.getWSDL()Returns the value of the 'WSDL' containment reference.WPSCapabilitiesType.getWSDL()Returns the value of the 'WSDL' containment reference.Methods in net.opengis.wps10 with parameters of type WSDLType -
Uses of WSDLType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement WSDLTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'WSDL Type'.Fields in net.opengis.wps10.impl declared as WSDLTypeModifier and TypeFieldDescriptionprotected WSDLTypeProcessBriefTypeImpl.wSDLThe cached value of the 'WSDL' containment reference.protected WSDLTypeWPSCapabilitiesTypeImpl.wSDLThe cached value of the 'WSDL' containment reference.Methods in net.opengis.wps10.impl that return WSDLTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createWSDLType()DocumentRootImpl.getWSDL()ProcessBriefTypeImpl.getWSDL()WPSCapabilitiesTypeImpl.getWSDL()Methods in net.opengis.wps10.impl with parameters of type WSDLTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetWSDL(WSDLType newWSDL, NotificationChain msgs) NotificationChainProcessBriefTypeImpl.basicSetWSDL(WSDLType newWSDL, NotificationChain msgs) NotificationChainWPSCapabilitiesTypeImpl.basicSetWSDL(WSDLType newWSDL, NotificationChain msgs) voidvoidvoid -
Uses of WSDLType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type WSDLTypeModifier and TypeMethodDescriptionWps10Switch.caseWSDLType(WSDLType object) Returns the result of interpreting the object as an instance of 'WSDL Type'.booleanWps10Validator.validateWSDLType(WSDLType wsdlType, DiagnosticChain diagnostics, Map context) -
Uses of WSDLType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type WSDLTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateWSDL(WSDLType value) booleanProcessBriefTypeValidator.validateWSDL(WSDLType value) booleanWPSCapabilitiesTypeValidator.validateWSDL(WSDLType value)