public class WSIBPValidator
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WSIBPValidator.Code |
static class |
WSIBPValidator.Style |
| Constructor and Description |
|---|
WSIBPValidator(javax.wsdl.Definition definition) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkBindings() |
void |
checkMessages() |
void |
checkPortTypes() |
protected void |
error(WSIBPValidator.Code code,
javax.wsdl.Binding binding) |
protected void |
error(WSIBPValidator.Code code,
javax.wsdl.Message message) |
protected void |
error(WSIBPValidator.Code code,
javax.wsdl.PortType portType) |
protected void |
error(WSIBPValidator.Code code,
java.lang.String locType,
java.lang.String loc) |
java.util.Collection<java.lang.String> |
getErrors() |
boolean |
isValid() |
protected void error(WSIBPValidator.Code code, javax.wsdl.Binding binding)
protected void error(WSIBPValidator.Code code, javax.wsdl.PortType portType)
protected void error(WSIBPValidator.Code code, javax.wsdl.Message message)
protected void error(WSIBPValidator.Code code, java.lang.String locType, java.lang.String loc)
public boolean isValid()
public java.util.Collection<java.lang.String> getErrors()
public void checkPortTypes()
public void checkMessages()
public void checkBindings()
Copyright © 2005-2014 FuseSource. All Rights Reserved.