com.sun.xml.internal.ws.server |
JAX-WS 2.0 Server Runtime
This document describes the architecture of server side
JAX-WS 2.0 runtime. |
Java Source File Name | Type | Comment |
AppMsgContextImpl.java | Class | |
DocInfo.java | Interface | |
EPTFactoryBase.java | Class | |
EPTFactoryFactoryBase.java | Class | factory for creating the appropriate EPTFactory given the BindingId from the EndpointInfo
in the RuntimeContext of the MessageInfo
Based on MessageInfo data(Binding, Implementor) it selects one the static EPTFactories
using Binding information
Has a static EPTFactory object for each particular binding. |
package-info.java | | |
PeptTie.java | Class | Creates a Stateless Tie object so that it is created only once and reused. |
RuntimeContext.java | Class | |
RuntimeEndpointInfo.java | Class | modeled after the javax.xml.ws.Endpoint class in API. |
ServerPropertyConstants.java | Interface | |
ServerRtException.java | Class | |
TargetFinderImpl.java | Class | |
Tie.java | Class | Entry point for all server requests. |
WSDLGenResolver.java | Class | |
WSDLPatcher.java | Class | |
XMLEPTFactoryImpl.java | Class | |