Uses of Class
org.apache.cxf.ws.discovery.wsdl.ScopesType
-
Packages that use ScopesType Package Description org.apache.cxf.ws.discovery.wsdl -
-
Uses of ScopesType in org.apache.cxf.ws.discovery.wsdl
Fields in org.apache.cxf.ws.discovery.wsdl declared as ScopesType Modifier and Type Field Description protected ScopesTypeByeType. scopesprotected ScopesTypeHelloType. scopesprotected ScopesTypeProbeMatchType. scopesprotected ScopesTypeProbeType. scopesprotected ScopesTypeResolveMatchType. scopesMethods in org.apache.cxf.ws.discovery.wsdl that return ScopesType Modifier and Type Method Description ScopesTypeObjectFactory. createScopesType()Create an instance ofScopesTypeScopesTypeByeType. getScopes()Gets the value of the scopes property.ScopesTypeHelloType. getScopes()Gets the value of the scopes property.ScopesTypeProbeMatchType. getScopes()Gets the value of the scopes property.ScopesTypeProbeType. getScopes()Gets the value of the scopes property.ScopesTypeResolveMatchType. getScopes()Gets the value of the scopes property.Methods in org.apache.cxf.ws.discovery.wsdl that return types with arguments of type ScopesType Modifier and Type Method Description javax.xml.bind.JAXBElement<ScopesType>ObjectFactory. createScopes(ScopesType value)Methods in org.apache.cxf.ws.discovery.wsdl with parameters of type ScopesType Modifier and Type Method Description javax.xml.bind.JAXBElement<ScopesType>ObjectFactory. createScopes(ScopesType value)voidByeType. setScopes(ScopesType value)Sets the value of the scopes property.voidHelloType. setScopes(ScopesType value)Sets the value of the scopes property.voidProbeMatchType. setScopes(ScopesType value)Sets the value of the scopes property.voidProbeType. setScopes(ScopesType value)Sets the value of the scopes property.voidResolveMatchType. setScopes(ScopesType value)Sets the value of the scopes property.
-