Package org.apache.synapse.config.xml
Class ProxyServiceFactory
- java.lang.Object
-
- org.apache.synapse.config.xml.ProxyServiceFactory
-
public class ProxyServiceFactory extends Object
Factory forProxyService
instances. Configuration syntax:<proxy name="string" [transports="(http |https |jms )+|all"] [pinnedServers="(serverName )+" [trace="enable|disable"]> <description>..</description>? <target [inSequence="name"] [outSequence="name"] [faultSequence="name"] [endpoint="name"]> <endpoint>...</endpoint>? <inSequence>...</inSequence>? <outSequence>...</outSequence>? <faultSequence>...</faultSequence>? </target>? <publishWSDL uri=".." key="string"> ( <wsdl:definition>...</wsdl:definition> | <wsdl20:description>...</wsdl20:description> )? <resource location="..." key="..."/>* </publishWSDL>? <enableAddressing/>? <enableSec/>? <policy key="string"/>? <policy key="string" type=(in | out)/>? // optional service parameters <parameter name="string"> text | xml </parameter>? </proxy>
-
-
Constructor Summary
Constructors Constructor Description ProxyServiceFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ProxyService
createProxy(org.apache.axiom.om.OMElement elem, Properties properties)
-
-
-
Method Detail
-
createProxy
public static ProxyService createProxy(org.apache.axiom.om.OMElement elem, Properties properties)
-
-