org.apache.muse.tools.generator.util
Class WsdlEnvironment
java.lang.Object
org.apache.muse.core.AbstractEnvironment
org.apache.muse.tools.generator.util.LocalEnvironment
org.apache.muse.tools.generator.util.WsdlEnvironment
- All Implemented Interfaces:
- Environment
public class WsdlEnvironment
- extends LocalEnvironment
Methods inherited from class org.apache.muse.core.AbstractEnvironment |
addAddressingContext, createRelativePath, createSoapClient, getAddressingContext, getClassLoader, getDefaultEPR, getDefaultURI, getDeploymentURI, getDocument, getSoapClient, removeAddressingContext, setDefaultURI, setSoapClient |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsdlEnvironment
public WsdlEnvironment(File wsdl)
getDataResourceStream
public InputStream getDataResourceStream(String path)
- Specified by:
getDataResourceStream
in interface Environment
- Overrides:
getDataResourceStream
in class LocalEnvironment
- Parameters:
path
- A path that is relative to the environment's context root.
In J2EE applications this is the WAR root, in OSGi applications
this is the bundle's root.
- Returns:
- An open InputStream that can read the "data resource" found at
the given path. If no such resource is found, the method throws
a RuntimeException.
Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.