org.mule.module.cxf.endpoint
Class WsdlCxfEndpointBuilder

java.lang.Object
  extended by org.mule.endpoint.AbstractEndpointBuilder
      extended by org.mule.endpoint.EndpointURIEndpointBuilder
          extended by org.mule.endpoint.AbstractMetaEndpointBuilder
              extended by org.mule.module.cxf.endpoint.WsdlCxfEndpointBuilder
All Implemented Interfaces:
Cloneable, AnnotatedObject, MuleContextAware, EndpointBuilder

public class WsdlCxfEndpointBuilder
extends AbstractMetaEndpointBuilder


Field Summary
 
Fields inherited from class org.mule.endpoint.AbstractEndpointBuilder
connector, createConnector, deleteUnacceptedMessages, disableTransportTransformer, encoding, initialState, logger, messageExchangePattern, messageProcessors, messageProcessorsFactory, mimeType, muleContext, name, properties, PROPERTY_RESPONSE_PROPERTIES, PROPERTY_RESPONSE_TIMEOUT, redeliveryPolicy, registryId, responseMessageProcessors, responsePropertiesList, responseTimeout, responseTransformers, retryPolicyTemplate, synchronous, transactionConfig, transformers, uriBuilder
 
Fields inherited from interface org.mule.api.AnnotatedObject
PROPERTY_NAME
 
Constructor Summary
WsdlCxfEndpointBuilder(EndpointURIEndpointBuilder global)
           
WsdlCxfEndpointBuilder(String address, MuleContext muleContext)
           
 
Method Summary
 InboundEndpoint buildInboundEndpoint()
          Constructs inbound endpoints
 OutboundEndpoint buildOutboundEndpoint()
          Constructs outbound endpoints
 
Methods inherited from class org.mule.endpoint.AbstractMetaEndpointBuilder
getConnector, getEndpointAddressWithoutMetaScheme, getScheme, setProperties
 
Methods inherited from class org.mule.endpoint.AbstractEndpointBuilder
addMessageProcessor, addResponseMessageProcessor, addResponseTransformer, addResponseTransformerProcessors, addTransformer, addTransformerProcessors, checkInboundExchangePattern, clone, createInboundEndpoint, createOutboundEndpoint, doBuildInboundEndpoint, doBuildOutboundEndpoint, equal, equals, getAnnotation, getAnnotations, getDefaultConnector, getDefaultDeleteUnacceptedMessages, getDefaultDisableTransportTransformer, getDefaultEndpointEncoding, getDefaultInitialState, getDefaultMessageProcessorsFactory, getDefaultResponseTimeout, getDefaultSecurityFilter, getDefaultTransactionConfig, getDeleteUnacceptedMessages, getEndpointBuilder, getEndpointEncoding, getInitialState, getMessageProcessors, getMessageProcessorsFactory, getMimeType, getName, getProperties, getRedeliveryPolicy, getResponseMessageProcessors, getResponseTimeout, getResponseTransformersFromUri, getRetryPolicyTemplate, getSecurityFilter, getTransactionConfig, getTransformersFromUri, hashCode, initExchangePatternFromConnectorDefault, isAlwaysCreateConnector, isDisableTransportTransformer, prepareToBuildEndpoint, setAnnotations, setConnector, setCreateConnector, setDeleteUnacceptedMessages, setDisableTransportTransformer, setEncoding, setExchangePattern, setInitialState, setMessageProcessors, setMimeType, setMuleContext, setName, setPropertiesFromProperties, setProperty, setRedeliveryPolicy, setRegistryId, setResponseMessageProcessors, setResponseTimeout, setResponseTransformers, setRetryPolicyTemplate, setTransactionConfig, setTransformers, setURIBuilder
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsdlCxfEndpointBuilder

public WsdlCxfEndpointBuilder(EndpointURIEndpointBuilder global)
                       throws EndpointException
Throws:
EndpointException

WsdlCxfEndpointBuilder

public WsdlCxfEndpointBuilder(String address,
                              MuleContext muleContext)
Method Detail

buildInboundEndpoint

public InboundEndpoint buildInboundEndpoint()
                                     throws EndpointException,
                                            InitialisationException
Description copied from interface: EndpointBuilder
Constructs inbound endpoints

Specified by:
buildInboundEndpoint in interface EndpointBuilder
Overrides:
buildInboundEndpoint in class AbstractEndpointBuilder
Throws:
EndpointException
InitialisationException

buildOutboundEndpoint

public OutboundEndpoint buildOutboundEndpoint()
                                       throws EndpointException,
                                              InitialisationException
Description copied from interface: EndpointBuilder
Constructs outbound endpoints

Specified by:
buildOutboundEndpoint in interface EndpointBuilder
Overrides:
buildOutboundEndpoint in class AbstractEndpointBuilder
Throws:
EndpointException
InitialisationException


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.