| |
|
| org.apache.cxf.systest.coloc.AbstractColocTest org.apache.cxf.systest.coloc.AbstractHeaderServiceDocLitTest
All known Subclasses: org.apache.cxf.systest.coloc.ColocHeaderDocLitTest,
AbstractHeaderServiceDocLitTest | abstract public class AbstractHeaderServiceDocLitTest extends AbstractColocTest (Code) | | This class invokes the service described in /wsdl/header_doc_lit.wsdl.
This WSDL contains operations with in-out parameters.
It sets up the a client in "testColoc()" to send requests to the
colco server which is listening on port 9001 (SOAP/HTTP).
The subclass defines where CXF configuration and the
target server (transport, etc).
|
getService | protected HeaderTester getService()(Code) | | |
testAll | public void testAll()(Code) | | |
testInHeaderParts | public void testInHeaderParts()(Code) | | The client exercise the service's method here.
|
testInOutHeaderParts | public void testInOutHeaderParts()(Code) | | |
testOutHeaderParts | public void testOutHeaderParts()(Code) | | |
verifyInHeaderParts | protected void verifyInHeaderParts(HeaderTester ht)(Code) | | |
verifyInOutHeaderParts | protected void verifyInOutHeaderParts(HeaderTester ht)(Code) | | |
verifyOutHeaderParts | protected void verifyOutHeaderParts(HeaderTester ht)(Code) | | |
|
|
|