org.mule.providers.soap
Class SoapEndpointBuilder

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

public class SoapEndpointBuilder
extends UrlEndpointBuilder

SoapEndpointBuilder constructs an endpointUri using the full url and sets the method property to the last path element.

Version:
$Revision: 1.2 $
Author:
Ross Mason

Field Summary
 
Fields inherited from class org.mule.impl.endpoint.AbstractEndpointBuilder
address, connectorName, createConnector, endpointName, PROPERTY_CONNECTOR_NAME, PROPERTY_CREATE_CONNECTOR, PROPERTY_ENDPOINT_NAME, PROPERTY_ENDPOINT_URI, PROPERTY_TRANSFORMERS, transformers, userInfo
 
Constructor Summary
SoapEndpointBuilder()
           
 
Method Summary
protected  void setEndpoint(java.net.URI uri, java.util.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

SoapEndpointBuilder

public SoapEndpointBuilder()
Method Detail

setEndpoint

protected void setEndpoint(java.net.URI uri,
                           java.util.Properties props)
                    throws MalformedEndpointException
Overrides:
setEndpoint in class UrlEndpointBuilder
Throws:
MalformedEndpointException


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.