public abstract class AbstractWSDLBuilder<T> extends Object implements WSDLBuilder<T>
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 T |
getWSDLModel() |
void |
setBus(Bus b) |
void |
setContext(ToolContext c) |
abstract boolean |
validate(T t) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
build
protected ToolContext context
protected Bus bus
public void setBus(Bus b)
public void setContext(ToolContext c)
public abstract void customize()
public abstract boolean validate(T t) throws ToolException
ToolException
public abstract T getWSDLModel()
Apache CXF