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 TypeClassDescriptionclass
An implementation of the model object 'WSDL Type'.Fields in net.opengis.wps10.impl declared as WSDLTypeModifier and TypeFieldDescriptionprotected WSDLType
ProcessBriefTypeImpl.wSDL
The cached value of the 'WSDL
' containment reference.protected WSDLType
WPSCapabilitiesTypeImpl.wSDL
The 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 TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetWSDL
(WSDLType newWSDL, NotificationChain msgs) NotificationChain
ProcessBriefTypeImpl.basicSetWSDL
(WSDLType newWSDL, NotificationChain msgs) NotificationChain
WPSCapabilitiesTypeImpl.basicSetWSDL
(WSDLType newWSDL, NotificationChain msgs) void
void
void
-
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'.boolean
Wps10Validator.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 TypeMethodDescriptionboolean
DocumentRootValidator.validateWSDL
(WSDLType value) boolean
ProcessBriefTypeValidator.validateWSDL
(WSDLType value) boolean
WPSCapabilitiesTypeValidator.validateWSDL
(WSDLType value)