Uses of Class
org.apache.header_test.rpc.types.HeaderMessage
-
Packages that use HeaderMessage Package Description org.apache.header_test.rpc org.apache.header_test.rpc.types -
-
Uses of HeaderMessage in org.apache.header_test.rpc
Methods in org.apache.header_test.rpc with parameters of type HeaderMessage Modifier and Type Method Description StringTestRPCHeader. testHeader1(HeaderMessage inHeader, String in)StringTestRPCHeaderImpl. testHeader1(HeaderMessage inHeader, String in)Method parameters in org.apache.header_test.rpc with type arguments of type HeaderMessage Modifier and Type Method Description StringTestRPCHeader. testInOutHeader(String in, javax.xml.ws.Holder<HeaderMessage> inOutHeader)StringTestRPCHeaderImpl. testInOutHeader(String in, javax.xml.ws.Holder<HeaderMessage> inOutHeader) -
Uses of HeaderMessage in org.apache.header_test.rpc.types
Methods in org.apache.header_test.rpc.types that return HeaderMessage Modifier and Type Method Description HeaderMessageObjectFactory. createHeaderMessage()Create an instance ofHeaderMessage
-