Package org.apache.cxf.feature.transform
Class XSLTFeature.Portable
- java.lang.Object
- 
- org.apache.cxf.feature.transform.XSLTFeature.Portable
 
- 
- All Implemented Interfaces:
- AbstractPortableFeature,- Feature
 - Enclosing class:
- XSLTFeature
 
 public static class XSLTFeature.Portable extends Object implements AbstractPortableFeature 
- 
- 
Constructor SummaryConstructors Constructor Description Portable()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoInitializeProvider(InterceptorProvider provider, Bus bus)voidsetInXSLTPath(String inXSLTPath)voidsetOutXSLTPath(String outXSLTPath)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.cxf.feature.AbstractPortableFeatureinitialize, initialize, initialize, initialize
 
- 
 
- 
- 
- 
Method Detail- 
doInitializeProviderpublic void doInitializeProvider(InterceptorProvider provider, Bus bus) - Specified by:
- doInitializeProviderin interface- AbstractPortableFeature
 
 - 
setInXSLTPathpublic void setInXSLTPath(String inXSLTPath) 
 - 
setOutXSLTPathpublic void setOutXSLTPath(String outXSLTPath) 
 
- 
 
-