Uses of Class
org.apache.nested_callback.NestedCallback

Packages that use NestedCallback
org.apache.nested_callback   
 

Uses of NestedCallback in org.apache.nested_callback
 

Methods in org.apache.nested_callback that return NestedCallback
 NestedCallback ObjectFactory.createNestedCallback()
          Create an instance of NestedCallback
 

Methods in org.apache.nested_callback that return types with arguments of type NestedCallback
 javax.xml.bind.JAXBElement<NestedCallback> ObjectFactory.createNestedCallback(NestedCallback value)
          Create an instance of JAXBElement<NestedCallback>}
 

Methods in org.apache.nested_callback with parameters of type NestedCallback
 javax.xml.bind.JAXBElement<NestedCallback> ObjectFactory.createNestedCallback(NestedCallback value)
          Create an instance of JAXBElement<NestedCallback>}
 java.lang.String ServerPortType.registerCallback(NestedCallback callbackObject)
           
 



Apache CXF