|
JBoss Wise API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.wise.core.wsextensions.impl.WSRMEnabler
@ThreadSafe @Immutable public class WSRMEnabler
It is the enabler for WS-RM extension
| Constructor Summary | |
|---|---|
WSRMEnabler(WSDynamicClient client)
|
|
| Method Summary | |
|---|---|
void |
enable(java.lang.Object endpointInstance)
This is the call back method invoked by WSEndpoint to ask this extension to enable itself. |
EnablerDelegate |
getDelegate()
For test purpose |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSRMEnabler(WSDynamicClient client)
| Method Detail |
|---|
public void enable(java.lang.Object endpointInstance)
throws java.lang.UnsupportedOperationException
WSEndpoint to ask this extension to enable itself. Implementer should
delegate the effective job to EnablerDelegate implementation for the right JAX-WS stack in use.
enable in interface WSExtensionEnablerjava.lang.UnsupportedOperationExceptionWSExtensionEnabler.enable(Object)public EnablerDelegate getDelegate()
getDelegate in interface WSExtensionEnablerWSExtensionEnabler.getDelegate()
|
JBoss Wise API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||