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

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

Uses of BareDocumentResponse in org.apache.hello_world_soap_http
 

Methods in org.apache.hello_world_soap_http that return BareDocumentResponse
 BareDocumentResponse AnotherDerivedGreeterImpl.testDocLitBare(String in)
           
 BareDocumentResponse DocLitBareGreeterImpl.testDocLitBare(String in)
           
 BareDocumentResponse DerivedGreeterImpl.testDocLitBare(String in)
           
 BareDocumentResponse NotAnnotatedGreeterImpl.testDocLitBare(String in)
           
 BareDocumentResponse DocLitBare.testDocLitBare(String in)
           
 BareDocumentResponse BaseGreeterImpl.testDocLitBare(String in)
           
 

Methods in org.apache.hello_world_soap_http that return types with arguments of type BareDocumentResponse
 javax.xml.ws.Response<BareDocumentResponse> AnotherDerivedGreeterImpl.testDocLitBareAsync(String in)
           
 javax.xml.ws.Response<BareDocumentResponse> DocLitBareGreeterImpl.testDocLitBareAsync(String in)
           
 javax.xml.ws.Response<BareDocumentResponse> DerivedGreeterImpl.testDocLitBareAsync(String in)
           
 javax.xml.ws.Response<BareDocumentResponse> NotAnnotatedGreeterImpl.testDocLitBareAsync(String bare)
           
 javax.xml.ws.Response<BareDocumentResponse> DocLitBare.testDocLitBareAsync(String in)
           
 javax.xml.ws.Response<BareDocumentResponse> BaseGreeterImpl.testDocLitBareAsync(String bare)
           
 

Method parameters in org.apache.hello_world_soap_http with type arguments of type BareDocumentResponse
 Future<?> AnotherDerivedGreeterImpl.testDocLitBareAsync(String in, javax.xml.ws.AsyncHandler<BareDocumentResponse> asyncHandler)
           
 Future<?> DocLitBareGreeterImpl.testDocLitBareAsync(String in, javax.xml.ws.AsyncHandler<BareDocumentResponse> asyncHandler)
           
 Future<?> DerivedGreeterImpl.testDocLitBareAsync(String in, javax.xml.ws.AsyncHandler<BareDocumentResponse> asyncHandler)
           
 Future<?> NotAnnotatedGreeterImpl.testDocLitBareAsync(String bare, javax.xml.ws.AsyncHandler<BareDocumentResponse> ah)
           
 Future<?> DocLitBare.testDocLitBareAsync(String in, javax.xml.ws.AsyncHandler<BareDocumentResponse> asyncHandler)
           
 

Uses of BareDocumentResponse in org.apache.hello_world_soap_http.types
 

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



Apache CXF