org.apache.servicemix.http
Class HttpWsdl1Deployer

java.lang.Object
  extended by org.apache.servicemix.common.AbstractDeployer
      extended by org.apache.servicemix.common.wsdl1.AbstractWsdl1Deployer
          extended by org.apache.servicemix.http.HttpWsdl1Deployer
All Implemented Interfaces:
Deployer

public class HttpWsdl1Deployer
extends AbstractWsdl1Deployer

Author:
gnodet

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.servicemix.common.wsdl1.AbstractWsdl1Deployer
AbstractWsdl1Deployer.WsdlFilter
 
Field Summary
 
Fields inherited from class org.apache.servicemix.common.wsdl1.AbstractWsdl1Deployer
filter
 
Fields inherited from class org.apache.servicemix.common.AbstractDeployer
component, logger
 
Constructor Summary
HttpWsdl1Deployer(ServiceMixComponent component)
           
 
Method Summary
protected  AbstractEndpoint createEndpoint(javax.wsdl.extensions.ExtensibilityElement portElement, javax.wsdl.extensions.ExtensibilityElement bindingElement, JbiEndpoint jbiEndpoint)
           
protected  boolean filterBindingElement(javax.wsdl.extensions.ExtensibilityElement element)
           
protected  boolean filterPortElement(javax.wsdl.extensions.ExtensibilityElement element)
           
 
Methods inherited from class org.apache.servicemix.common.wsdl1.AbstractWsdl1Deployer
canDeploy, createServiceUnit, createWsdlReader, deploy, initFromWsdl, registerExtensions
 
Methods inherited from class org.apache.servicemix.common.AbstractDeployer
failure, undeploy, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpWsdl1Deployer

public HttpWsdl1Deployer(ServiceMixComponent component)
Method Detail

createEndpoint

protected AbstractEndpoint createEndpoint(javax.wsdl.extensions.ExtensibilityElement portElement,
                                          javax.wsdl.extensions.ExtensibilityElement bindingElement,
                                          JbiEndpoint jbiEndpoint)
Specified by:
createEndpoint in class AbstractWsdl1Deployer

filterPortElement

protected boolean filterPortElement(javax.wsdl.extensions.ExtensibilityElement element)
Specified by:
filterPortElement in class AbstractWsdl1Deployer

filterBindingElement

protected boolean filterBindingElement(javax.wsdl.extensions.ExtensibilityElement element)
Specified by:
filterBindingElement in class AbstractWsdl1Deployer


Copyright © 2005-2012 FuseSource. All Rights Reserved.