org.jboss.wsf.spi
Interface Messages
@MessageBundle(projectCode="JBWS")
public interface Messages
JBossWS SPI exception messages
- Author:
- alessio.soldano@jboss.com
MESSAGES
static final Messages MESSAGES
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 © 2012 JBoss, by Red Hat. All Rights Reserved.