Apache CXF API

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

Packages that use SecurityType
org.apache.cxf.ws.discovery.wsdl   
 

Uses of SecurityType in org.apache.cxf.ws.discovery.wsdl
 

Methods in org.apache.cxf.ws.discovery.wsdl that return SecurityType
 SecurityType ObjectFactory.createSecurityType()
          Create an instance of SecurityType
 

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

Methods in org.apache.cxf.ws.discovery.wsdl with parameters of type SecurityType
 JAXBElement<SecurityType> ObjectFactory.createSecurity(SecurityType value)
          Create an instance of JAXBElement<SecurityType>}
 


Apache CXF API

Apache CXF