org.apache.synapse.config.xml
Class ProxyServiceFactory

java.lang.Object
  extended by org.apache.synapse.config.xml.ProxyServiceFactory

public class ProxyServiceFactory
extends Object

Factory for ProxyService 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/>?
    <enableRM/>?
    <policy key="string"/>?
    <policy key="string" type=(in | out)/>?
       // optional service parameters
    <parameter name="string">
       text | xml
    </parameter>?
 </proxy>
 


Constructor Summary
ProxyServiceFactory()
           
 
Method Summary
static ProxyService createProxy(OMElement elem, Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyServiceFactory

public ProxyServiceFactory()
Method Detail

createProxy

public static ProxyService createProxy(OMElement elem,
                                       Properties properties)


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.