Uses of Class
org.apache.cxf.ws.discovery.wsdl.SigType
-
Packages that use SigType Package Description org.apache.cxf.ws.discovery.wsdl -
-
Uses of SigType in org.apache.cxf.ws.discovery.wsdl
Fields in org.apache.cxf.ws.discovery.wsdl declared as SigType Modifier and Type Field Description protected SigTypeSecurityType. sigMethods in org.apache.cxf.ws.discovery.wsdl that return SigType Modifier and Type Method Description SigTypeObjectFactory. createSigType()Create an instance ofSigTypeSigTypeSecurityType. getSig()Gets the value of the sig property.Methods in org.apache.cxf.ws.discovery.wsdl that return types with arguments of type SigType Modifier and Type Method Description javax.xml.bind.JAXBElement<SigType>ObjectFactory. createSig(SigType value)Methods in org.apache.cxf.ws.discovery.wsdl with parameters of type SigType Modifier and Type Method Description javax.xml.bind.JAXBElement<SigType>ObjectFactory. createSig(SigType value)voidSecurityType. setSig(SigType value)Sets the value of the sig property.
-