JBoss Wise API

Uses of Interface
org.jboss.wise.core.wsextensions.WSExtensionEnabler

Packages that use WSExtensionEnabler
org.jboss.wise.core.client   
org.jboss.wise.core.client.impl.reflection   
org.jboss.wise.core.wsextensions.impl   
 

Uses of WSExtensionEnabler in org.jboss.wise.core.client
 

Methods in org.jboss.wise.core.client that return types with arguments of type WSExtensionEnabler
 java.util.List<WSExtensionEnabler> WSEndpoint.getExtensions()
           
 

Methods in org.jboss.wise.core.client with parameters of type WSExtensionEnabler
 void WSEndpoint.addWSExtension(WSExtensionEnabler enabler)
          Use this method to add WSExtension you would enable on this endpoint.
 

Uses of WSExtensionEnabler in org.jboss.wise.core.client.impl.reflection
 

Fields in org.jboss.wise.core.client.impl.reflection with type parameters of type WSExtensionEnabler
 java.util.List<WSExtensionEnabler> WSEndpointImpl.extensions
           
 

Methods in org.jboss.wise.core.client.impl.reflection that return types with arguments of type WSExtensionEnabler
 java.util.List<WSExtensionEnabler> WSEndpointImpl.getExtensions()
           
 

Methods in org.jboss.wise.core.client.impl.reflection with parameters of type WSExtensionEnabler
 void WSEndpointImpl.addWSExtension(WSExtensionEnabler enabler)
          Use this method to add WSExtension you would enable on this endpoint.
 

Uses of WSExtensionEnabler in org.jboss.wise.core.wsextensions.impl
 

Classes in org.jboss.wise.core.wsextensions.impl that implement WSExtensionEnabler
 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
 


JBoss Wise API

Copyright © 2008-2009 Jboss.org. All Rights Reserved.