Apache CXF API

Uses of Class
org.apache.cxf.aegis.type.encoded.SoapRef

Packages that use SoapRef
org.apache.cxf.aegis.type.encoded   
 

Uses of SoapRef in org.apache.cxf.aegis.type.encoded
 

Methods in org.apache.cxf.aegis.type.encoded that return types with arguments of type SoapRef
 SortedMap<String,List<SoapRef>> SoapRefRegistry.getUnresolvedRefs()
          Gets the unresolved SOAP references by referenced id.
 

Methods in org.apache.cxf.aegis.type.encoded with parameters of type SoapRef
 void SoapRefRegistry.addRef(String id, SoapRef soapRef)
          Adds a reference to the specified id.
 void SoapRef.Action.onSet(SoapRef ref)
           
 


Apache CXF API

Apache CXF