Uses of Class
org.apache.hello_world_soap_http_secure.types.Result
Packages that use Result
Package
Description
-
Uses of Result in org.apache.hello_world_soap_http_secure
Methods in org.apache.hello_world_soap_http_secure that return ResultModifier and TypeMethodDescriptionGreeter.greetMeThreeTier(String requestType, int testIndex) Greeter.greetMeTwoTier(String requestType, int testIndex) -
Uses of Result in org.apache.hello_world_soap_http_secure.types
Fields in org.apache.hello_world_soap_http_secure.types declared as ResultModifier and TypeFieldDescriptionprotected ResultGreetMeResponseThreeTier.responseTypeprotected ResultGreetMeResponseTwoTier.responseTypeMethods in org.apache.hello_world_soap_http_secure.types that return ResultModifier and TypeMethodDescriptionObjectFactory.createResult()Create an instance ofResultGreetMeResponseThreeTier.getResponseType()Gets the value of the responseType property.GreetMeResponseTwoTier.getResponseType()Gets the value of the responseType property.Methods in org.apache.hello_world_soap_http_secure.types with parameters of type ResultModifier and TypeMethodDescriptionvoidGreetMeResponseThreeTier.setResponseType(Result value) Sets the value of the responseType property.voidGreetMeResponseTwoTier.setResponseType(Result value) Sets the value of the responseType property.