org.apache.servicemix.soap.wsdl.validator
Class WSIBPValidator

java.lang.Object
  extended by org.apache.servicemix.soap.wsdl.validator.WSIBPValidator

public class WSIBPValidator
extends java.lang.Object


Nested Class Summary
static class WSIBPValidator.Code
           
static class WSIBPValidator.Style
           
 
Constructor Summary
WSIBPValidator(javax.wsdl.Definition definition)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSIBPValidator

public WSIBPValidator(javax.wsdl.Definition definition)
Method Detail

error

protected void error(WSIBPValidator.Code code,
                     javax.wsdl.Binding binding)

error

protected void error(WSIBPValidator.Code code,
                     javax.wsdl.PortType portType)

error

protected void error(WSIBPValidator.Code code,
                     javax.wsdl.Message message)

error

protected void error(WSIBPValidator.Code code,
                     java.lang.String locType,
                     java.lang.String loc)

isValid

public boolean isValid()

getErrors

public java.util.Collection<java.lang.String> getErrors()

checkPortTypes

public void checkPortTypes()

checkMessages

public void checkMessages()

checkBindings

public void checkBindings()


Copyright © 2005-2012 FuseSource. All Rights Reserved.