com.sun.xml.ws.api.model |
|
Java Source File Name | Type | Comment |
CheckedException.java | Interface | This class provides abstractio to the the exception class
corresponding to the wsdl:fault, such as class MUST have
WebFault annotation defined on it. |
ExceptionType.java | enum | Type of java exception as defined by JAXWS 2.0 JSR 224.
Tells whether the exception class is a userdefined or a WSDL exception.
A WSDL exception class follows the pattern defined in JSR 224. |
JavaMethod.java | Interface | Abstracts the annotated
Method of a SEI. |
MEP.java | enum | Constants that represents four message exchange patterns. |
Parameter.java | Interface | Runtime Parameter that abstracts the annotated java parameter
A parameter may be bound to a header, a body, or an attachment. |
ParameterBinding.java | Class | Denotes the binding of a parameter.
This is somewhat like an enumeration (but it is NOT an enumeration.)
The possible values are
BODY, HEADER, UNBOUND, and ATTACHMENT. |
SEIModel.java | Interface | Represents abstraction of SEI.
This interface would be used to access which Java concepts correspond to
which WSDL concepts, such as which wsdl:port corresponds to
a SEI, or which wsdl:operation corresponds to
JavaMethod .
It also retains information about the databinding done for a SEI;
such as
JAXBRIContext and
Bridge .
This model is constructed only when there is a Java SEI. |