Spring Web Services Framework

Uses of Class
org.springframework.ws.soap.server.endpoint.annotation.FaultCode

Packages that use FaultCode
org.springframework.ws.soap.server.endpoint.annotation JDK 1.5+ annotations for Spring-WS SOAP endpoints. 
 

Uses of FaultCode in org.springframework.ws.soap.server.endpoint.annotation
 

Methods in org.springframework.ws.soap.server.endpoint.annotation that return FaultCode
static FaultCode FaultCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FaultCode[] FaultCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.