org.jboss.wsf.spi
Interface Messages
- All Known Implementing Classes:
- Messages_$bundle
@MessageBundle(projectCode="JBWS") public interface Messages
JBossWS SPI exception messages- Author:
- [email protected]
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description WebServiceException
cannotFindFile(Throwable cause, String file)
IOException
cannotGetURLFor(String path)
IllegalArgumentException
cannotMatchAgainstNull()
IllegalStateException
couldNotGetFeatureName(String descriptor)
IllegalStateException
couldNotGetPropertyName(String descriptor)
RuntimeException
couldNotParseStream(Throwable cause)
WebServiceException
failedToUnmarshall(Throwable cause, URL url)
IllegalArgumentException
invalidHandlerType(String type)
IllegalStateException
reachedEndOfXMLDocUnexpectedly(String descriptor)
XMLStreamException
readingExternalEntitiesDisabled()
IllegalStateException
unexpectedElement(String descriptor, String elem)
IllegalStateException
unexpectedEndTag(String descriptor, String tag)
IllegalArgumentException
unsupportedAddressingResponseType(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") 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") 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)
Copyright © 2018 JBoss, by Red Hat. All rights reserved.