org.mule.transport.soap
Class WsdlUrlEndpointURIBuilder

java.lang.Object
  extended by org.mule.endpoint.AbstractEndpointURIBuilder
      extended by org.mule.transport.soap.WsdlUrlEndpointURIBuilder
All Implemented Interfaces:
EndpointURIBuilder

public class WsdlUrlEndpointURIBuilder
extends AbstractEndpointURIBuilder

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.endpoint.AbstractEndpointURIBuilder
address, connectorName, endpointName, responseTransformers, transformers, userInfo
 
Constructor Summary
WsdlUrlEndpointURIBuilder()
           
 
Method Summary
protected  void setEndpoint(URI uri, Properties props)
           
 
Methods inherited from class org.mule.endpoint.AbstractEndpointURIBuilder
build, getPropertiesForURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsdlUrlEndpointURIBuilder

public WsdlUrlEndpointURIBuilder()
Method Detail

setEndpoint

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


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