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 DocLitBare.testDocLitBare(java.lang.String in)
           
 BareDocumentResponse GreeterImpl.testDocLitBare(java.lang.String in)
           
 BareDocumentResponse NotAnnotatedGreeterImpl.testDocLitBare(java.lang.String in)
           
 BareDocumentResponse DerivedGreeterImpl.testDocLitBare(java.lang.String in)
           
 BareDocumentResponse AnotherDerivedGreeterImpl.testDocLitBare(java.lang.String in)
           
 BareDocumentResponse DocLitBareGreeterImpl.testDocLitBare(java.lang.String in)
           
 

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

Method parameters in org.apache.hello_world_soap_http with type arguments of type BareDocumentResponse
 java.util.concurrent.Future<?> DocLitBare.testDocLitBareAsync(java.lang.String in, javax.xml.ws.AsyncHandler<BareDocumentResponse> asyncHandler)
           
 java.util.concurrent.Future<?> NotAnnotatedGreeterImpl.testDocLitBareAsync(java.lang.String bare, javax.xml.ws.AsyncHandler<BareDocumentResponse> ah)
           
 java.util.concurrent.Future<?> DerivedGreeterImpl.testDocLitBareAsync(java.lang.String in, javax.xml.ws.AsyncHandler<BareDocumentResponse> asyncHandler)
           
 java.util.concurrent.Future<?> AnotherDerivedGreeterImpl.testDocLitBareAsync(java.lang.String in, javax.xml.ws.AsyncHandler<BareDocumentResponse> asyncHandler)
           
 java.util.concurrent.Future<?> DocLitBareGreeterImpl.testDocLitBareAsync(java.lang.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