|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.xml.ws.WebServiceException
javax.xml.ws.addressing.AddressingException
javax.xml.ws.addressing.InvalidMapException
public class InvalidMapException
This exception is thrown when a message addressing property cannot be processed at the receiving side.
Field Summary | |
---|---|
static javax.xml.namespace.QName |
ACTION_MISMATCH
Fault subcode when Action and SOAPAction for the mesage did not match. |
static javax.xml.namespace.QName |
DUPLICATE_MESSAGEID
Fault subcode when a header contains a message id that was a duplicate of one already received. |
static javax.xml.namespace.QName |
INVALID_ADDRESS_SUBCODE
Fault subcode when an invalid address is specified. |
static javax.xml.namespace.QName |
INVALID_CARDINALITY
Fault subcode when greater than expected number of the specified header is received. |
static javax.xml.namespace.QName |
INVALID_EPR
Fault subcode when an invalid header was expected to be EndpointReference but was not valid. |
static javax.xml.namespace.QName |
MISSING_ADDRESS_IN_EPR
Fault subcode when an invalid header was expected to be EndpointReference but did not contain address. |
Fields inherited from class javax.xml.ws.addressing.AddressingException |
---|
ac, code, detail, fMessage, reason |
Constructor Summary | |
---|---|
protected |
InvalidMapException()
Overrides AddressingException default constructor. |
|
InvalidMapException(javax.xml.namespace.QName name,
javax.xml.namespace.QName subsubcode)
Overrides AddressingException(String) constructor Thrown
when a message addressing property cannot be processed. |
Method Summary | |
---|---|
javax.xml.namespace.QName |
getMapQName()
|
javax.xml.namespace.QName |
getSubcode()
Return the Subcode required by the WS-Addressing specification. |
javax.xml.namespace.QName |
getSubsubcode()
|
Methods inherited from class javax.xml.ws.addressing.AddressingException |
---|
getCode, getDetail, getReason |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final javax.xml.namespace.QName INVALID_ADDRESS_SUBCODE
public static final javax.xml.namespace.QName INVALID_EPR
public static final javax.xml.namespace.QName INVALID_CARDINALITY
public static final javax.xml.namespace.QName MISSING_ADDRESS_IN_EPR
public static final javax.xml.namespace.QName DUPLICATE_MESSAGEID
public static final javax.xml.namespace.QName ACTION_MISMATCH
Action
and SOAPAction
for the mesage did not match.
Constructor Detail |
---|
protected InvalidMapException()
AddressingException
default constructor. Thrown
when a message addressing property cannot be processed.
public InvalidMapException(javax.xml.namespace.QName name, javax.xml.namespace.QName subsubcode)
AddressingException(String)
constructor Thrown
when a message addressing property cannot be processed.
name
- the QName of the root element of the offending headerMethod Detail |
---|
public javax.xml.namespace.QName getSubcode()
getSubcode
in class AddressingException
public javax.xml.namespace.QName getMapQName()
public javax.xml.namespace.QName getSubsubcode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |