org.mule.module.cxf.jaxws
Class GreeterNotNull

java.lang.Object
  extended by org.mule.module.cxf.jaxws.GreeterNotNull
All Implemented Interfaces:
Probe

public class GreeterNotNull
extends Object
implements Probe


Constructor Summary
GreeterNotNull(org.apache.hello_world_soap_http.GreeterImpl impl)
           
 
Method Summary
 String describeFailure()
          Describes the cause of the criteria failure for further analysis.
 boolean isSatisfied()
          Indicates wheter or not the specified criteria was met or not.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GreeterNotNull

public GreeterNotNull(org.apache.hello_world_soap_http.GreeterImpl impl)
Method Detail

isSatisfied

public boolean isSatisfied()
Description copied from interface: Probe
Indicates wheter or not the specified criteria was met or not.

Specified by:
isSatisfied in interface Probe
Returns:
true if the criteria is satisfied.

describeFailure

public String describeFailure()
Description copied from interface: Probe
Describes the cause of the criteria failure for further analysis.

Specified by:
describeFailure in interface Probe
Returns:
the error message.


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.