|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.wise.core.wsextensions.WSExtensionEnabler
org.jboss.wise.core.wsextensions.impl.WSSecurityEnabler
public class WSSecurityEnabler
It is the enabler for WS-Security extension
| Field Summary |
|---|
| Fields inherited from class org.jboss.wise.core.wsextensions.WSExtensionEnabler |
|---|
delegate |
| Constructor Summary | |
|---|---|
WSSecurityEnabler()
|
|
| Method Summary | |
|---|---|
void |
enable(WSEndpoint endpoint)
This is the call back method invoked by WSEndpoint to ask this extension to enable itself. |
| Methods inherited from class org.jboss.wise.core.wsextensions.WSExtensionEnabler |
|---|
getDelegate, setDelegate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSSecurityEnabler()
| Method Detail |
|---|
public void enable(WSEndpoint endpoint)
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 class WSExtensionEnablerjava.lang.UnsupportedOperationExceptionWSExtensionEnabler.enable(WSEndpoint)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||