Package | Description |
---|---|
com.caucho.remote.burlap | |
com.caucho.remote.hessian | |
com.caucho.remote.server | |
com.caucho.server.dispatch |
Modifier and Type | Class and Description |
---|---|
class |
BurlapProtocolServletFactory
Burlap factory for creating @WebService and @Remote servlets.
|
Modifier and Type | Class and Description |
---|---|
class |
HessianProtocolServletFactory
Hessian factory for creating @HessianService servlets.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractProtocolServletFactory
Abstract factory for creating @WebService and @Remote servlets.
|
Modifier and Type | Method and Description |
---|---|
ProtocolServletFactory |
ServletProtocolConfig.createFactory() |
Modifier and Type | Method and Description |
---|---|
void |
ServletConfigImpl.setProtocolFactory(ProtocolServletFactory factory)
Sets the web service protocol.
|