org.mule.providers.soap
Class WsdlUrlEndpointBuilder

java.lang.Object
  extended byorg.mule.impl.endpoint.AbstractEndpointBuilder
      extended byorg.mule.providers.soap.WsdlUrlEndpointBuilder
All Implemented Interfaces:
EndpointBuilder

public class WsdlUrlEndpointBuilder
extends AbstractEndpointBuilder

The same as the UrlEndpointbuilder except that all parameters except the first are set as properties on the endpoint and stripped from the endpoint Uri


Field Summary
 
Fields inherited from class org.mule.impl.endpoint.AbstractEndpointBuilder
address, connectorName, createConnector, endpointName, responseTransformers, transformers, userInfo
 
Constructor Summary
WsdlUrlEndpointBuilder()
           
 
Method Summary
protected  void setEndpoint(URI uri, Properties props)
           
 
Methods inherited from class org.mule.impl.endpoint.AbstractEndpointBuilder
build, getPropertiesForURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsdlUrlEndpointBuilder

public WsdlUrlEndpointBuilder()
Method Detail

setEndpoint

protected void setEndpoint(URI uri,
                           Properties props)
                    throws MalformedEndpointException
Specified by:
setEndpoint in class AbstractEndpointBuilder
Throws:
MalformedEndpointException


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.