Apache CXF API

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

Packages that use SigType
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
protected  SigType SecurityType.sig
           
 

Methods in org.apache.cxf.ws.discovery.wsdl that return SigType
 SigType ObjectFactory.createSigType()
          Create an instance of SigType
 SigType SecurityType.getSig()
          Gets the value of the sig property.
 

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

Methods in org.apache.cxf.ws.discovery.wsdl with parameters of type SigType
 JAXBElement<SigType> ObjectFactory.createSig(SigType value)
          Create an instance of JAXBElement<SigType>}
 void SecurityType.setSig(SigType value)
          Sets the value of the sig property.
 


Apache CXF API

Apache CXF