Package com.sun.xml.ws.resources
Class HandlerMessages
java.lang.Object
com.sun.xml.ws.resources.HandlerMessages
Defines string formatting method for each constant in the resource file
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringHandler {0} must implement LogicalHandler or SOAPHandler.static StringCANNOT_INSTANTIATE_HANDLER(Object arg0, Object arg1) Unable to instantiate handler: {0} because: {1}static StringA HandlerChain can only contain Handler instances: {0}static StringHANDLER_MESSAGE_CONTEXT_INVALID_CLASS(Object arg0, Object arg1) "{0}" is not an allowed value for the property "{1}"static StringHANDLER_NESTED_ERROR(Object arg0) handler error: {0}static StringHANDLER_NOT_VALID_TYPE(Object arg0) {0} does not implement one of the handler interfaces.static StringException ignored from invoking handler @PreDestroy method: {0}static Localizablestatic LocalizablelocalizableCANNOT_INSTANTIATE_HANDLER(Object arg0, Object arg1) static Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizable
-
Constructor Details
-
HandlerMessages
public HandlerMessages()
-
-
Method Details
-
localizableHANDLER_NESTED_ERROR
-
HANDLER_NESTED_ERROR
handler error: {0} -
localizableCANNOT_EXTEND_HANDLER_DIRECTLY
-
CANNOT_EXTEND_HANDLER_DIRECTLY
Handler {0} must implement LogicalHandler or SOAPHandler. -
localizableHANDLER_NOT_VALID_TYPE
-
HANDLER_NOT_VALID_TYPE
{0} does not implement one of the handler interfaces. -
localizableHANDLER_MESSAGE_CONTEXT_INVALID_CLASS
public static Localizable localizableHANDLER_MESSAGE_CONTEXT_INVALID_CLASS(Object arg0, Object arg1) -
HANDLER_MESSAGE_CONTEXT_INVALID_CLASS
"{0}" is not an allowed value for the property "{1}" -
localizableHANDLER_PREDESTROY_IGNORE
-
HANDLER_PREDESTROY_IGNORE
Exception ignored from invoking handler @PreDestroy method: {0} -
localizableHANDLER_CHAIN_CONTAINS_HANDLER_ONLY
-
HANDLER_CHAIN_CONTAINS_HANDLER_ONLY
A HandlerChain can only contain Handler instances: {0} -
localizableCANNOT_INSTANTIATE_HANDLER
-
CANNOT_INSTANTIATE_HANDLER
Unable to instantiate handler: {0} because: {1}
-