Uses of Class
org.apache.hello_world_soap_http_secure.types.Result
-
Packages that use Result Package Description org.apache.hello_world_soap_http_secure org.apache.hello_world_soap_http_secure.types -
-
Uses of Result in org.apache.hello_world_soap_http_secure
Methods in org.apache.hello_world_soap_http_secure that return Result Modifier and Type Method Description ResultGreeter. greetMeThreeTier(String requestType, int testIndex)ResultGreeter. 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 Result Modifier and Type Field Description protected ResultGreetMeResponseThreeTier. responseTypeprotected ResultGreetMeResponseTwoTier. responseTypeMethods in org.apache.hello_world_soap_http_secure.types that return Result Modifier and Type Method Description ResultObjectFactory. createResult()Create an instance ofResultResultGreetMeResponseThreeTier. getResponseType()Gets the value of the responseType property.ResultGreetMeResponseTwoTier. getResponseType()Gets the value of the responseType property.Methods in org.apache.hello_world_soap_http_secure.types with parameters of type Result Modifier and Type Method Description voidGreetMeResponseThreeTier. setResponseType(Result value)Sets the value of the responseType property.voidGreetMeResponseTwoTier. setResponseType(Result value)Sets the value of the responseType property.
-