Package | Description |
---|---|
org.jboss.wise.core.client | |
org.jboss.wise.core.client.impl.reflection | |
org.jboss.wise.core.wsextensions.impl |
Modifier and Type | Method and Description |
---|---|
List<WSExtensionEnabler> |
WSEndpoint.getExtensions() |
Modifier and Type | Method and Description |
---|---|
void |
WSEndpoint.addWSExtension(WSExtensionEnabler enabler)
Use this method to add WSExtension you would enable on this endpoint.
|
Modifier and Type | Field and Description |
---|---|
List<WSExtensionEnabler> |
WSEndpointImpl.extensions |
Modifier and Type | Method and Description |
---|---|
List<WSExtensionEnabler> |
WSEndpointImpl.getExtensions() |
Modifier and Type | Method and Description |
---|---|
void |
WSEndpointImpl.addWSExtension(WSExtensionEnabler enabler)
Use this method to add WSExtension you would enable on this endpoint.
|
Modifier and Type | Class and Description |
---|---|
class |
MTOMEnabler
It is the enabler for MTOM extension
|
class |
WSAddressingEnabler
It is the enabler for WS-Addressing extension
|
class |
WSRMEnabler
It is the enabler for WS-RM extension
|
class |
WSSecurityEnabler
It is the enabler for WS-Security extension
|
Copyright © 2008–2015 JBoss.org. All rights reserved.