Class SimpleServiceImpl
- java.lang.Object
-
- org.ow2.petals.binding.soap.junit.SimpleServiceImpl
-
-
Field Summary
Fields Modifier and Type Field Description static StringBUSINESS_FAULT_TO_ECHOstatic StringTECHNICAL_ERROR_TO_ECHO
-
Constructor Summary
Constructors Constructor Description SimpleServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EchoResponseecho(EchoRequest request)javax.xml.ws.Response<EchoResponse>echoAsync(EchoRequest request)Future<?>echoAsync(EchoRequest request, javax.xml.ws.AsyncHandler<EchoResponse> asyncHandler)voidprint(PrintRequest request)
-
-
-
Field Detail
-
BUSINESS_FAULT_TO_ECHO
public static final String BUSINESS_FAULT_TO_ECHO
- See Also:
- Constant Field Values
-
TECHNICAL_ERROR_TO_ECHO
public static final String TECHNICAL_ERROR_TO_ECHO
- See Also:
- Constant Field Values
-
-
Method Detail
-
echo
public EchoResponse echo(EchoRequest request) throws InvalidMessage_Exception
- Specified by:
echoin interfaceSimple- Throws:
InvalidMessage_Exception
-
print
public void print(PrintRequest request) throws InvalidMessage_Exception
- Specified by:
printin interfaceSimple- Throws:
InvalidMessage_Exception
-
echoAsync
public javax.xml.ws.Response<EchoResponse> echoAsync(EchoRequest request)
-
echoAsync
public Future<?> echoAsync(EchoRequest request, javax.xml.ws.AsyncHandler<EchoResponse> asyncHandler)
-
-