Package org.jboss.wsf.spi
Interface Messages
-
- All Known Implementing Classes:
Messages_$bundle
@MessageBundle(projectCode="JBWS") public interface MessagesJBossWS SPI exception messages- Author:
- alessio.soldano@jboss.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description jakarta.xml.ws.WebServiceExceptioncannotFindFile(Throwable cause, String file)IOExceptioncannotGetURLFor(String path)IllegalArgumentExceptioncannotMatchAgainstNull()IllegalStateExceptioncouldNotGetFeatureName(String descriptor)IllegalStateExceptioncouldNotGetPropertyName(String descriptor)RuntimeExceptioncouldNotParseStream(Throwable cause)jakarta.xml.ws.WebServiceExceptionfailedToUnmarshall(Throwable cause, URL url)IllegalArgumentExceptioninvalidHandlerType(String type)IllegalStateExceptionreachedEndOfXMLDocUnexpectedly(String descriptor)XMLStreamExceptionreadingExternalEntitiesDisabled()IllegalStateExceptionunexpectedElement(String descriptor, String elem)IllegalStateExceptionunexpectedEndTag(String descriptor, String tag)IllegalArgumentExceptionunsupportedAddressingResponseType(String responseType)
-
-
-
Field Detail
-
MESSAGES
static final Messages MESSAGES
-
-
Method Detail
-
unexpectedEndTag
@Message(id=21000, value="Unexpected end tag parsing %s: %s") IllegalStateException unexpectedEndTag(String descriptor, String tag)
-
unexpectedElement
@Message(id=21001, value="Unexpected element parsing %s: %s") IllegalStateException unexpectedElement(String descriptor, String elem)
-
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()
-
invalidHandlerType
@Message(id=21012, value="Invalid handler type %s") IllegalArgumentException invalidHandlerType(String type)
-
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)
-
-