org.mule.tools.cxf.utils.binding
Class ServicePortModificator

java.lang.Object
  extended by org.mule.tools.cxf.utils.binding.ServicePortModificator

public class ServicePortModificator
extends Object

This class allows you to modify the service port a client. It's useful when you have created your client based on a particular WSDL but the implementations should hit different hosts.

Author:
damiansima

Constructor Summary
ServicePortModificator()
           
 
Method Summary
static void modify(org.apache.cxf.endpoint.Client client, String serviceLocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServicePortModificator

public ServicePortModificator()
Method Detail

modify

public static void modify(org.apache.cxf.endpoint.Client client,
                          String serviceLocation)


Copyright © 2013. All Rights Reserved.