Interface ApiContract.DefinitionStages.WithWsdlSelector
- All Known Subinterfaces:
ApiContract.Definition,ApiContract.DefinitionStages.WithCreate
- Enclosing interface:
ApiContract.DefinitionStages
public static interface ApiContract.DefinitionStages.WithWsdlSelector
The stage of the ApiContract definition allowing to specify wsdlSelector.
-
Method Summary
Modifier and TypeMethodDescriptionwithWsdlSelector(ApiCreateOrUpdatePropertiesWsdlSelector wsdlSelector) Specifies the wsdlSelector property: Criteria to limit import of WSDL to a subset of the document..
-
Method Details
-
withWsdlSelector
ApiContract.DefinitionStages.WithCreate withWsdlSelector(ApiCreateOrUpdatePropertiesWsdlSelector wsdlSelector) Specifies the wsdlSelector property: Criteria to limit import of WSDL to a subset of the document..- Parameters:
wsdlSelector- Criteria to limit import of WSDL to a subset of the document.- Returns:
- the next definition stage.
-