Uses of Class
org.apache.hello_world_soap_http.types.BareDocumentResponse
-
Packages that use BareDocumentResponse Package Description 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 Modifier and Type Method Description BareDocumentResponseAnotherDerivedGreeterImpl. testDocLitBare(String in)BareDocumentResponseBaseGreeterImpl. testDocLitBare(String in)BareDocumentResponseDerivedGreeterImpl. testDocLitBare(String in)BareDocumentResponseDocLitBare. testDocLitBare(String in)BareDocumentResponseDocLitBareGreeterImpl. testDocLitBare(String in)BareDocumentResponseNotAnnotatedGreeterImpl. testDocLitBare(String in)Methods in org.apache.hello_world_soap_http that return types with arguments of type BareDocumentResponse Modifier and Type Method Description javax.xml.ws.Response<BareDocumentResponse>AnotherDerivedGreeterImpl. testDocLitBareAsync(String in)javax.xml.ws.Response<BareDocumentResponse>BaseGreeterImpl. testDocLitBareAsync(String bare)javax.xml.ws.Response<BareDocumentResponse>DerivedGreeterImpl. testDocLitBareAsync(String in)javax.xml.ws.Response<BareDocumentResponse>DocLitBare. testDocLitBareAsync(String in)javax.xml.ws.Response<BareDocumentResponse>DocLitBareGreeterImpl. testDocLitBareAsync(String in)javax.xml.ws.Response<BareDocumentResponse>NotAnnotatedGreeterImpl. testDocLitBareAsync(String bare)Method parameters in org.apache.hello_world_soap_http with type arguments of type BareDocumentResponse Modifier and Type Method Description Future<?>AnotherDerivedGreeterImpl. testDocLitBareAsync(String in, javax.xml.ws.AsyncHandler<BareDocumentResponse> asyncHandler)Future<?>DerivedGreeterImpl. testDocLitBareAsync(String in, javax.xml.ws.AsyncHandler<BareDocumentResponse> asyncHandler)Future<?>DocLitBare. testDocLitBareAsync(String in, javax.xml.ws.AsyncHandler<BareDocumentResponse> asyncHandler)Future<?>DocLitBareGreeterImpl. testDocLitBareAsync(String in, javax.xml.ws.AsyncHandler<BareDocumentResponse> asyncHandler)Future<?>NotAnnotatedGreeterImpl. testDocLitBareAsync(String bare, javax.xml.ws.AsyncHandler<BareDocumentResponse> ah) -
Uses of BareDocumentResponse in org.apache.hello_world_soap_http.types
Methods in org.apache.hello_world_soap_http.types that return BareDocumentResponse Modifier and Type Method Description BareDocumentResponseObjectFactory. createBareDocumentResponse()Create an instance ofBareDocumentResponse
-