public abstract class AbstractWSDLBuilder extends Object implements WSDLBuilder<javax.wsdl.Definition>
| Modifier and Type | Field and Description |
|---|---|
protected Bus |
bus |
protected ToolContext |
context |
| Constructor and Description |
|---|
AbstractWSDLBuilder() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
customize() |
abstract javax.wsdl.Definition |
getWSDLModel() |
void |
setBus(Bus b) |
void |
setContext(ToolContext c) |
abstract boolean |
validate(javax.wsdl.Definition t) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildprotected ToolContext context
protected Bus bus
public void setBus(Bus b)
public void setContext(ToolContext c)
public abstract void customize()
public abstract boolean validate(javax.wsdl.Definition t)
throws ToolException
ToolExceptionpublic abstract javax.wsdl.Definition getWSDLModel()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.