@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-05-30T10:16:47.809-02:30",
comments="Apache CXF 2.6.0.redhat-60065")
public interface WrappedGreeter
| Modifier and Type | Method and Description |
|---|---|
String |
sayHiRequest2Wrapped(String wrappedText) |
String |
sayHiRequestWrapped(String wrappedText) |
@RequestWrapper(localName="sayHiRequestWrapped", targetNamespace="http://apache.org/hello_world_soap_action/types/wrapped", className="org.apache.hello_world_soap_action.types.wrapped.SayHiRequestWrapped") @ResponseWrapper(localName="sayHiResponseWrapped", targetNamespace="http://apache.org/hello_world_soap_action/types/wrapped", className="org.apache.hello_world_soap_action.types.wrapped.SayHiResponseWrapped") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-05-30T10:16:47.809-02:30") String sayHiRequestWrapped(String wrappedText)
@RequestWrapper(localName="sayHiRequest2Wrapped", targetNamespace="http://apache.org/hello_world_soap_action/types/wrapped", className="org.apache.hello_world_soap_action.types.wrapped.SayHiRequest2Wrapped") @ResponseWrapper(localName="sayHiResponse2Wrapped", targetNamespace="http://apache.org/hello_world_soap_action/types/wrapped", className="org.apache.hello_world_soap_action.types.wrapped.SayHiResponse2Wrapped") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-05-30T10:16:47.809-02:30") String sayHiRequest2Wrapped(String wrappedText)
Apache CXF