Interface Messages

All Known Implementing Classes:
Messages_$bundle

@MessageBundle(projectCode="JBWS") public interface Messages
JBossWS-CXF exception messages
Author:
alessio.soldano@jboss.com
  • Field Details

    • MESSAGES

      static final Messages MESSAGES
  • Method Details

    • couldNotMakeDirectory

      @Message(id=24000, value="Could not make directory: %s") IllegalStateException couldNotMakeDirectory(String dir)
    • classNotFound

      @Message(id=24001, value="Class not found: %s") IllegalArgumentException classNotFound(String clazz)
    • failedToInvoke

      @Message(id=24002, value="Failed to invoke %s") String failedToInvoke(String s)
    • soapMessageCouldNotBeSent

      @Message(id=24004, value="SOAP message could not be sent") SOAPException soapMessageCouldNotBeSent(@Cause Throwable cause)
    • getRequestCouldNotBeSent

      @Message(id=24005, value="GET request could not be sent") SOAPException getRequestCouldNotBeSent(@Cause Throwable cause)
    • connectionAlreadyClosed

      @Message(id=24006, value="Connection already closed!") SOAPException connectionAlreadyClosed()
    • addressTypeNotSupported

      @Message(id=24007, value="Address object of type %s is not supported") SOAPException addressTypeNotSupported(Class<?> clazz)
    • noConduitInitiatorAvailableFor

      @Message(id=24008, value="No ConduitInitiator is available for %s") SOAPException noConduitInitiatorAvailableFor(String s)
    • noConduitInitiatorAvailableFor2

      @Message(id=24009, value="No ConduitInitiator is available for %s") SOAPException noConduitInitiatorAvailableFor2(String s, @Cause Throwable cause)
    • soapMessageCouldNotBeRead

      @Message(id=24010, value="SOAP message could not be read") SOAPException soapMessageCouldNotBeRead(@Cause Throwable cause)
    • cantSendMessagesOnClosedConnection

      @Message(id=24011, value="Cannot send messages using a previously closed connection") SOAPException cantSendMessagesOnClosedConnection()
    • unsupportedMapEndpoin

      @Message(id=24012, value="Unsupported MAPEndpoint: %s") IllegalArgumentException unsupportedMapEndpoin(Object o)
    • invalidNullEndpointReference

      @Message(id=24013, value="Invalid null endpoint reference") IllegalArgumentException invalidNullEndpointReference()
    • unsupportedMap

      @Message(id=24014, value="Unsupported MAP: %s") IllegalArgumentException unsupportedMap(Object o)
    • unknownFeature

      @Message(id=24017, value="Unknown feature error: %s") WebServiceException unknownFeature(String f)
    • jaxrpcServiceRefNotSupported

      @Message(id=24019, value="Apache CXF does not support JAX-RPC and a JAX-RPC service ref is requested with it; something is likely wrong with the user configuration or classpath") UnsupportedOperationException jaxrpcServiceRefNotSupported()
    • handlerConfigFileNotFound

      @Message(id=24020, value="Handler config file not found: %s") WebServiceException handlerConfigFileNotFound(String file)
    • differentElementExpected

      @Message(id=24021, value="Error parsing %s, %s element expected, but found %s") WebServiceException differentElementExpected(String file, String exp, String found)
    • noHandlerChainFound

      @Message(id=24022, value="No handler-chain found while parsing: %s") WebServiceException noHandlerChainFound(String file, @Cause Throwable cause)
    • invalidElementInHandler

      @Message(id=24023, value="Error parsing %s, invalid element in handler: %s") WebServiceException invalidElementInHandler(String file, String el)
    • notAQNamePattern

      @Message(id=24024, value="Error parsing %s, %s is not a valid QName pattern") WebServiceException notAQNamePattern(String file, String pattern)
    • cannotResolveHandlerFile

      @Message(id=24025, value="Cannot resolve handler file %s on %s") WebServiceException cannotResolveHandlerFile(String file, String className)
    • notABusExtensionInstance

      @Message(id=24026, value="%s is not a BusExtension instance") RuntimeException notABusExtensionInstance(Object obj)
    • cannotObtainRegistry

      @Message(id=24028, value="Cannot obtain %s") ServletException cannotObtainRegistry(String registryInterfaceName)
    • cannotObtainDestinationFor

      @Message(id=24029, value="Cannot obtain destination for %s") ServletException cannotObtainDestinationFor(String requestURI)
    • cannotObtainDestinationFactoryForHttpTransport

      @Message(id=24030, value="Cannot obtain destination factory for http transport") ServletException cannotObtainDestinationFactoryForHttpTransport(@Cause Throwable cause)
    • cannotLoadClass

      @Message(id=24031, value="Cannot load class %s") IllegalStateException cannotLoadClass(String clazz)
    • cannotObtainEndpoint

      @Message(id=24032, value="Cannot obtain endpoint %s") WebServiceException cannotObtainEndpoint(ObjectName on)
    • authenticationFailed

      @Message(id=24047, value="Authentication failed, principal=%s") SecurityException authenticationFailed(String principal)
    • requestRejectedTimeStamp

      @Message(id=24048, value="Request rejected since a stale timestamp has been provided: %s") SecurityException requestRejectedTimeStamp(String created)
    • requestRejectedSameNonce

      @Message(id=24049, value="Request rejected since a message with the same nonce has been recently received; nonce = %s") SecurityException requestRejectedSameNonce(String nonce)
    • invalidDateTimeFormat

      @Message(id=24050, value="DateTime value does not follow the format \'[-]yyyy-mm-ddThh:mm:ss[.s+][timezone]\': expected \'T\' but got %s") IllegalArgumentException invalidDateTimeFormat(char c)
    • invalidDateValueFormat

      @Message(id=24051, value="Date value does not follow the format \'-\'? yyyy \'-\' mm \'-\' dd: %s") IllegalArgumentException invalidDateValueFormat(String value)
    • invalidTimeValueFormat

      @Message(id=24052, value="Time value does not follow the format \'hh:mm:ss.[s+]\': %s") IllegalArgumentException invalidTimeValueFormat(String value)
    • invalidTimeZoneValueFormat

      @Message(id=24053, value="Timezone value does not follow the format ([+/-]HH:MM): %s") NumberFormatException invalidTimeZoneValueFormat(String value)
    • unsupportedTokenType

      @Message(id=24055, value="Unsupported token type: %s") SecurityException unsupportedTokenType(Object tokenType)
    • couldNotGetSubjectInfo

      @Message(id=24056, value="Could not get subject info neither from Security Token in the current message nor directly from computed SecurityContext") SecurityException couldNotGetSubjectInfo()
    • authenticationFailedSubjectNotCreated

      @Message(id=24057, value="Failed Authentication : Subject has not been created") SecurityException authenticationFailedSubjectNotCreated(@Cause Throwable cause)
    • authenticationFailedSubjectInvalid

      @Message(id=24058, value="Failed Authentication : Invalid Subject") SecurityException authenticationFailedSubjectInvalid()
    • runtimeLoaderCannotBeNull

      @Message(id=24070, value="Runtime loader cannot be null; deployment: %s") IllegalStateException runtimeLoaderCannotBeNull(org.jboss.wsf.spi.deployment.Deployment dep)
    • webserviceAnnotationNotFound

      @Message(id=24071, value="@WebService annotation not found on %s") RuntimeException webserviceAnnotationNotFound(String sei)
    • webserviceAnnotationSEIAttributes

      @Message(id=24072, value="@WebService cannot have attribute \'portName\', \'serviceName\', \'endpointInterface\' on %s") RuntimeException webserviceAnnotationSEIAttributes(String sei)
    • wsdl20NotSupported

      @Message(id=24075, value="WSDL 2.0 not supported") RuntimeException wsdl20NotSupported()
    • cannotPublishWSDLTo

      @Message(id=24076, value="Service %s, cannot publish wsdl to: %s") RuntimeException cannotPublishWSDLTo(QName serviceName, File file, @Cause Throwable cause)
    • endpointNotDefineInJbwsCxf

      @Message(id=24083, value="Endpoint %s is not defined in jbossws-cxf.xml") IllegalStateException endpointNotDefineInJbwsCxf(String ep)
    • busAlreadyConfigured

      @Message(id=24084, value="Underlying bus is already configured for JBossWS use: %s") IllegalStateException busAlreadyConfigured(Object ctx)
    • unableToLoadConfigurationFrom

      @Message(id=24085, value="Unable to load configuration from %s") RuntimeException unableToLoadConfigurationFrom(URL url, @Cause Throwable cause)
    • unableToLoadAdditionalConfigFromNull

      @Message(id=24088, value="Cannot load additional config from null location") IllegalArgumentException unableToLoadAdditionalConfigFromNull()
    • errorParsingPolicyAttachment

      @Message(id=24093, value="Error parsing policy attachment: %s") RuntimeException errorParsingPolicyAttachment(String uri, @Cause Throwable cause)
    • authorizationFailed

      @Message(id=24094, value="Authorization failed, principal=%s") SecurityException authorizationFailed(String principal)
    • incompatibleJAXWSClientBusFeatureProvided

      @Message(id=24096, value="Multiple incompatible JAXWS client Bus features provided") IllegalArgumentException incompatibleJAXWSClientBusFeatureProvided()
    • missingJAXWS22ServiceConstructor

      @Message(id=24104, value="Service class %s is missing required JAX-WS 2.2 additional constructors") org.jboss.wsf.spi.WSFException missingJAXWS22ServiceConstructor(String className, @Cause Throwable cause)
    • missingBindingOpeartionAndDispatchedMethod

      @Message(id=24108, value="Invalid request received:bindingOperation and dispatched method are missing for service implementation invocation") IllegalArgumentException missingBindingOpeartionAndDispatchedMethod()
    • couldNotFetchWSDLContract

      @Message(id=24109, value="Could not get WSDL contract for endpoint %s at %s") org.jboss.wsf.spi.WSFException couldNotFetchWSDLContract(String endpoint, String wsdlLocation)
    • invalidEndpointURI

      @Message(id=24113, value="Invalid endpoint URI: %s") IllegalArgumentException invalidEndpointURI(String endpoint)
    • missingBindingOperationForAuthorization

      @Message(id=24118, value="BindingOperation is missing for authorization") IllegalArgumentException missingBindingOperationForAuthorization()