| java.lang.Object samples.proxy.ProxyService
ProxyService | public class ProxyService (Code) | | Proxy sample. Relays message on to hardcoded URL.
Soon, URL becomes configurable (via deployment?!);
later, URL becomes specifiable in custom header.
author: Rob Jellinghaus |
Method Summary | |
public void | proxyService(SOAPEnvelope env1, SOAPEnvelope env2) Process the given message, treating it as raw XML. |
proxyService | public void proxyService(SOAPEnvelope env1, SOAPEnvelope env2) throws AxisFault(Code) | | Process the given message, treating it as raw XML.
|
|
|