Apache CXF API

Uses of Class
org.apache.cxf.ws.discovery.wsdl.ScopesType

Packages that use ScopesType
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
protected  ScopesType ByeType.scopes
           
protected  ScopesType HelloType.scopes
           
protected  ScopesType ProbeMatchType.scopes
           
protected  ScopesType ProbeType.scopes
           
protected  ScopesType ResolveMatchType.scopes
           
 

Methods in org.apache.cxf.ws.discovery.wsdl that return ScopesType
 ScopesType ObjectFactory.createScopesType()
          Create an instance of ScopesType
 ScopesType ByeType.getScopes()
          Gets the value of the scopes property.
 ScopesType HelloType.getScopes()
          Gets the value of the scopes property.
 ScopesType ProbeMatchType.getScopes()
          Gets the value of the scopes property.
 ScopesType ProbeType.getScopes()
          Gets the value of the scopes property.
 ScopesType ResolveMatchType.getScopes()
          Gets the value of the scopes property.
 

Methods in org.apache.cxf.ws.discovery.wsdl that return types with arguments of type ScopesType
 JAXBElement<ScopesType> ObjectFactory.createScopes(ScopesType value)
          Create an instance of JAXBElement<ScopesType>}
 

Methods in org.apache.cxf.ws.discovery.wsdl with parameters of type ScopesType
 JAXBElement<ScopesType> ObjectFactory.createScopes(ScopesType value)
          Create an instance of JAXBElement<ScopesType>}
 void ByeType.setScopes(ScopesType value)
          Sets the value of the scopes property.
 void HelloType.setScopes(ScopesType value)
          Sets the value of the scopes property.
 void ProbeMatchType.setScopes(ScopesType value)
          Sets the value of the scopes property.
 void ProbeType.setScopes(ScopesType value)
          Sets the value of the scopes property.
 void ResolveMatchType.setScopes(ScopesType value)
          Sets the value of the scopes property.
 


Apache CXF API

Apache CXF