Uses of Enum Class
com.predic8.membrane.core.util.WSDLUtil.Direction
Packages that use WSDLUtil.Direction
-
Uses of WSDLUtil.Direction in com.predic8.membrane.core.util
Methods in com.predic8.membrane.core.util that return WSDLUtil.DirectionModifier and TypeMethodDescriptionstatic WSDLUtil.DirectionReturns the enum constant of this class with the specified name.static WSDLUtil.Direction[]WSDLUtil.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.predic8.membrane.core.util with parameters of type WSDLUtil.DirectionModifier and TypeMethodDescriptionWSDLUtil.getPossibleSOAPElements(com.predic8.wsdl.PortType portType, WSDLUtil.Direction direction) WSDLUtil.getPossibleSOAPElements(com.predic8.wsdl.Service service, WSDLUtil.Direction direction) A schema can have lots of toplevel elements but not all elements are valid toplevel elements in SOAP requests.