Interface Messages

  • All Known Implementing Classes:
    Messages_$bundle

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

      • MESSAGES

        static final Messages MESSAGES
    • Method Detail

      • reachedEndOfXMLDocUnexpectedly

        @Message(id=21002,
                 value="Unexpectedly reached end of XML document: %s")
        IllegalStateException reachedEndOfXMLDocUnexpectedly​(String descriptor)
      • failedToUnmarshall

        @Message(id=21004,
                 value="Failed to unmarshall %s")
        jakarta.xml.ws.WebServiceException failedToUnmarshall​(@Cause
                                                              Throwable cause,
                                                              URL url)
      • unsupportedAddressingResponseType

        @Message(id=21007,
                 value="Unsupported port-component addressing response type \'%s\'. Only ALL, ANONYMOUS or NON_ANONYMOUS strings are allowed.")
        IllegalArgumentException unsupportedAddressingResponseType​(String responseType)
      • couldNotGetPropertyName

        @Message(id=21008,
                 value="Could not get a property name parsing: %s")
        IllegalStateException couldNotGetPropertyName​(String descriptor)
      • cannotFindFile

        @Message(id=21009,
                 value="Cannot find file %s")
        jakarta.xml.ws.WebServiceException cannotFindFile​(@Cause
                                                          Throwable cause,
                                                          String file)
      • cannotMatchAgainstNull

        @Message(id=21011,
                 value="Cannot match port-component-ref against null service endpoint interface and port QName")
        IllegalArgumentException cannotMatchAgainstNull()
      • couldNotGetFeatureName

        @Message(id=21013,
                 value="Could not get a feature name parsing: %s")
        IllegalStateException couldNotGetFeatureName​(String descriptor)
      • readingExternalEntitiesDisabled

        @Message(id=21014,
                 value="Reading external entities is disabled")
        XMLStreamException readingExternalEntitiesDisabled()
      • couldNotParseStream

        @Message(id=21015,
                 value="Could not parse stream")
        RuntimeException couldNotParseStream​(@Cause
                                             Throwable cause)
      • cannotGetURLFor

        @Message(id=21016,
                 value="Cannot get URL for %s")
        IOException cannotGetURLFor​(String path)