T - public class ERJaxWebService<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.sun.xml.ws.api.pipe.Codec |
codec |
protected com.sun.xml.ws.api.server.WSEndpoint.PipeHead |
pipeHead |
static org.apache.log4j.Logger |
webServiceLog |
protected java.util.Map<java.lang.String,com.sun.xml.ws.api.server.SDDocument> |
wsdls |
protected com.sun.xml.ws.api.server.WSEndpoint<T> |
wsEndpoint |
| Constructor and Description |
|---|
ERJaxWebService(java.lang.Class<T> implementationClass) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addSatellites(com.sun.xml.ws.api.message.Packet packet1) |
static java.lang.String |
fixQuotesAroundSoapAction(java.lang.String soapAction) |
WOResponse |
handleRequest(WORequest woRequest) |
void |
initWSDLMap(com.sun.xml.ws.api.server.ServiceDefinition sdef) |
public static final org.apache.log4j.Logger webServiceLog
protected com.sun.xml.ws.api.server.WSEndpoint<T> wsEndpoint
protected com.sun.xml.ws.api.server.WSEndpoint.PipeHead pipeHead
protected com.sun.xml.ws.api.pipe.Codec codec
protected java.util.Map<java.lang.String,com.sun.xml.ws.api.server.SDDocument> wsdls
public ERJaxWebService(java.lang.Class<T> implementationClass)
public WOResponse handleRequest(WORequest woRequest)
woRequest - public static java.lang.String fixQuotesAroundSoapAction(java.lang.String soapAction)
soapAction - protected void addSatellites(com.sun.xml.ws.api.message.Packet packet1)
packet1 - public final void initWSDLMap(com.sun.xml.ws.api.server.ServiceDefinition sdef)
sdef - Copyright © 2002 – 2022 Project Wonder.