Uses of Class
org.apache.hello_world_soap_http.types.TestNillableResponse

Packages that use TestNillableResponse
org.apache.hello_world_soap_http   
org.apache.hello_world_soap_http.types   
 

Uses of TestNillableResponse in org.apache.hello_world_soap_http
 

Methods in org.apache.hello_world_soap_http that return types with arguments of type TestNillableResponse
 javax.xml.ws.Response<TestNillableResponse> GreeterImpl.testNillableAsync(java.lang.String nillElem, int intElem)
           
 javax.xml.ws.Response<TestNillableResponse> Greeter.testNillableAsync(java.lang.String nillElem, int intElem)
           
 javax.xml.ws.Response<TestNillableResponse> NotAnnotatedGreeterImpl.testNillableAsync(java.lang.String nillElem, int intElem)
           
 javax.xml.ws.Response<TestNillableResponse> AnotherDerivedGreeterImpl.testNillableAsync(java.lang.String nillElem, int intElem)
           
 javax.xml.ws.Response<TestNillableResponse> DerivedGreeterImpl.testNillableAsync(java.lang.String nillElem, int intElem)
           
 

Method parameters in org.apache.hello_world_soap_http with type arguments of type TestNillableResponse
 java.util.concurrent.Future<?> GreeterImpl.testNillableAsync(java.lang.String nillElem, int intElem, javax.xml.ws.AsyncHandler<TestNillableResponse> asyncHandler)
           
 java.util.concurrent.Future<?> Greeter.testNillableAsync(java.lang.String nillElem, int intElem, javax.xml.ws.AsyncHandler<TestNillableResponse> asyncHandler)
           
 java.util.concurrent.Future<?> NotAnnotatedGreeterImpl.testNillableAsync(java.lang.String nillElem, int intElem, javax.xml.ws.AsyncHandler<TestNillableResponse> asyncHandler)
           
 java.util.concurrent.Future<?> AnotherDerivedGreeterImpl.testNillableAsync(java.lang.String nillElem, int intElem, javax.xml.ws.AsyncHandler<TestNillableResponse> asyncHandler)
           
 java.util.concurrent.Future<?> DerivedGreeterImpl.testNillableAsync(java.lang.String nillElem, int intElem, javax.xml.ws.AsyncHandler<TestNillableResponse> asyncHandler)
           
 

Uses of TestNillableResponse in org.apache.hello_world_soap_http.types
 

Methods in org.apache.hello_world_soap_http.types that return TestNillableResponse
 TestNillableResponse ObjectFactory.createTestNillableResponse()
          Create an instance of TestNillableResponse
 



Apache CXF