@MessageBundle(projectCode="JBWS")
public interface Messages
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) |
static final Messages MESSAGES
@Message(id=21000, value="Unexpected end tag parsing %s: %s") IllegalStateException unexpectedEndTag(String descriptor, String tag)
@Message(id=21001, value="Unexpected element parsing %s: %s") IllegalStateException unexpectedElement(String descriptor, String elem)
@Message(id=21002, value="Unexpectedly reached end of XML document: %s") IllegalStateException reachedEndOfXMLDocUnexpectedly(String descriptor)
@Message(id=21004, value="Failed to unmarshall %s") WebServiceException failedToUnmarshall(@Cause Throwable cause, URL url)
@Message(id=21007, value="Unsupported port-component addressing response type \'%s\'. Only ALL, ANONYMOUS or NON_ANONYMOUS strings are allowed.") IllegalArgumentException unsupportedAddressingResponseType(String responseType)
@Message(id=21008, value="Could not get a property name parsing: %s") IllegalStateException couldNotGetPropertyName(String descriptor)
@Message(id=21009, value="Cannot find file %s") WebServiceException cannotFindFile(@Cause Throwable cause, String file)
@Message(id=21011, value="Cannot match port-component-ref against null service endpoint interface and port QName") IllegalArgumentException cannotMatchAgainstNull()
@Message(id=21012, value="Invalid handler type %s") IllegalArgumentException invalidHandlerType(String type)
@Message(id=21013, value="Could not get a feature name parsing: %s") IllegalStateException couldNotGetFeatureName(String descriptor)
@Message(id=21014, value="Reading external entities is disabled") XMLStreamException readingExternalEntitiesDisabled()
@Message(id=21015, value="Could not parse stream") RuntimeException couldNotParseStream(@Cause Throwable cause)
@Message(id=21016, value="Cannot get URL for %s") IOException cannotGetURLFor(String path)
Copyright © 2013 JBoss, by Red Hat. All Rights Reserved.