|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.xfire.test.ServiceEndpoints
public class ServiceEndpoints
Contains various ServiceEndpoint implementations. Mainly used throughout all the test classes which need
ServiceEndpoint to test their code.
Service| Method Summary | |
|---|---|
static Service |
getEchoFaultService()
Returns the endpoint for an echo service with faults. |
static Service |
getEchoService()
Returns the endpoint for an echo service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Service getEchoService()
http://test.xfire.codehaus.org, and it's name is Echo. It has on operation named
echo, with an input message echoRequest and an output message
echoResponse. Both messages contain a single part, named echoRequestin0 and
echoResponseout respectively.
The endpoints Class and Method are mapped to EchoImpl.
public static Service getEchoFaultService()
getEchoService(),
but adds a fault to the operation. The fault is named echoFault, and has one part
echoFault0.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||