|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use HandlerRegistry | |
| org.codehaus.activesoap | The core API and classes for the SOAP stack |
| org.codehaus.activesoap.handler | Default Handler implementations for processing individual SOAP headers or the body using various XML APIs like SAX or XML binding technologies like XMLBeans |
| org.codehaus.activesoap.handler.stax | Handler implementation and related classes for using pure StAX |
| org.codehaus.activesoap.handler.xmlbeans | Handler implementation and related classes for processing REST and web services using XMLBeans |
| org.codehaus.activesoap.handler.xstream | Handler implementation and related classes for processing REST and web services using XStream |
| org.codehaus.activesoap.policy.addressing | |
| Uses of HandlerRegistry in org.codehaus.activesoap |
| Methods in org.codehaus.activesoap that return HandlerRegistry | |
HandlerRegistry |
RestService.getHandlerRegistry()
|
| Constructors in org.codehaus.activesoap with parameters of type HandlerRegistry | |
SoapService(HandlerRegistry handlerRegistry)
|
|
SoapService(HandlerRegistry handlerRegistry,
SoapVersion soapVersion)
|
|
RestService(HandlerRegistry handlerRegistry)
|
|
| Uses of HandlerRegistry in org.codehaus.activesoap.handler |
| Classes in org.codehaus.activesoap.handler that implement HandlerRegistry | |
class |
DefaultHandlerRegistry
Provides a registry of handlers indexed by specific QName
instances as well as providing a default handler which is used for processing
SOAP body elements (or REST root elements) if no QName could be matched. |
| Methods in org.codehaus.activesoap.handler that return HandlerRegistry | |
HandlerRegistry |
QNameHandler.getHandlerRegistry()
|
| Methods in org.codehaus.activesoap.handler with parameters of type HandlerRegistry | |
void |
SoapHandler.register(HandlerRegistry registry)
Helper method to register this handler with the registry |
void |
Policy.addPolicy(HandlerRegistry registry)
|
void |
Policy.removePolicy(HandlerRegistry registry)
|
| Constructors in org.codehaus.activesoap.handler with parameters of type HandlerRegistry | |
QNameHandler(HandlerRegistry handlerRegistry)
|
|
| Uses of HandlerRegistry in org.codehaus.activesoap.handler.stax |
| Classes in org.codehaus.activesoap.handler.stax that implement HandlerRegistry | |
class |
StaxHandlerRegistry
|
| Uses of HandlerRegistry in org.codehaus.activesoap.handler.xmlbeans |
| Classes in org.codehaus.activesoap.handler.xmlbeans that implement HandlerRegistry | |
class |
XMLBeansRegistry
|
| Uses of HandlerRegistry in org.codehaus.activesoap.handler.xstream |
| Classes in org.codehaus.activesoap.handler.xstream that implement HandlerRegistry | |
class |
XStreamRegistry
|
| Uses of HandlerRegistry in org.codehaus.activesoap.policy.addressing |
| Methods in org.codehaus.activesoap.policy.addressing with parameters of type HandlerRegistry | |
void |
AddressingPolicy.addPolicy(HandlerRegistry registry)
|
void |
AddressingPolicy.removePolicy(HandlerRegistry registry)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||