org.apache.axis2.wsdl.util
Class XSLTIncludeResolver

java.lang.Object
  extended by org.apache.axis2.wsdl.util.XSLTIncludeResolver
All Implemented Interfaces:
javax.xml.transform.URIResolver, Constants

public class XSLTIncludeResolver
extends java.lang.Object
implements javax.xml.transform.URIResolver, Constants


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.axis2.wsdl.util.Constants
Constants.CodegenStyle
 
Field Summary
static java.lang.String EMPTY_TEMPLATE
           
 
Fields inherited from interface org.apache.axis2.wsdl.util.Constants
ANY_ELEMENT_FIELD_NAME, ARRAY_TYPE, BASE_64_PROPERTY_KEY, COMPLEX_TYPE, DATABINDING_GENERATED_IMPLEMENTATION, DATABINDING_GENERATED_RECEIVER, DATABINDING_OPERATION_DETAILS, DATABINDING_SERVICE_DETAILS, EXTERNAL_TEMPLATE_PROPERTY_KEY, PLAIN_BASE_64_PROPERTY_KEY, UNWRAPPED_DETAILS, UNWRAPPED_KEY, XSLT_INCLUDE_DATABIND_SUPPORTER_HREF_KEY, XSLT_INCLUDE_TEST_OBJECT_HREF_KEY
 
Constructor Summary
XSLTIncludeResolver()
           
XSLTIncludeResolver(CodeGenConfiguration config)
           
 
Method Summary
 javax.xml.transform.Source resolve(java.lang.String href, java.lang.String base)
          Resolves a given href and base combination
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_TEMPLATE

public static final java.lang.String EMPTY_TEMPLATE
See Also:
Constant Field Values
Constructor Detail

XSLTIncludeResolver

public XSLTIncludeResolver()

XSLTIncludeResolver

public XSLTIncludeResolver(CodeGenConfiguration config)
Parameters:
config -
Method Detail

resolve

public javax.xml.transform.Source resolve(java.lang.String href,
                                          java.lang.String base)
                                   throws javax.xml.transform.TransformerException
Resolves a given href and base combination

Specified by:
resolve in interface javax.xml.transform.URIResolver
Parameters:
href -
base -
Throws:
javax.xml.transform.TransformerException


Copyright © 2007 Apache Web Services Project. All Rights Reserved.