| com.sun.jbi.wsdl2.Constants
All known Subclasses: com.sun.jbi.wsdl2.impl.Constants,
Constants | public interface Constants (Code) | | This interface serves to gather WSDL 2.0 related constants together that
are applicable across this WSDL API, and have no logical home in a particular
component.
author: Sun Microsystems, Inc. |
LOGGER_NAME | String LOGGER_NAME(Code) | | The name of the logger used in the API implementation.
|
ROOT_PUBLIC_NAME | String ROOT_PUBLIC_NAME(Code) | | The root for package-specific names.
|
STYLE_GET_ATTRIBUTE | String STYLE_GET_ATTRIBUTE(Code) | | The URI for specifying get-attribute operation style.
|
STYLE_RPC | String STYLE_RPC(Code) | | The URI for specifying RPC operation style.
|
STYLE_SET_ATTRIBUTE | String STYLE_SET_ATTRIBUTE(Code) | | The URI for specifying set-attribute operation style.
|
WSDL_NAMESPACE_NAME | String WSDL_NAMESPACE_NAME(Code) | | The XML namespace for WSDL 2.0 documents recognized by this implementation.
|
|
|