public interface WSDLWrapperImpl
extends javax.wsdl.Definition
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the use of the wrapper implementation and allows
internal resources to be released.
|
javax.wsdl.Definition |
getUnwrappedDefinition()
Returns the WSDL4J Definition object that is being wrapped
|
String |
getWSDLLocation()
Gets the location for the WSDL4J Definition object that is being wrapped
|
void |
releaseResources() |
void |
setDefinitionToWrap(javax.wsdl.Definition d)
Sets the WSDL4J Definition object that is being wrapped
|
void |
setWSDLLocation(String uriLocation)
Sets the location for the WSDL4J Definition object that is being wrapped
|
addBinding, addImport, addMessage, addNamespace, addPortType, addService, createBinding, createBindingFault, createBindingInput, createBindingOperation, createBindingOutput, createFault, createImport, createInput, createMessage, createOperation, createOutput, createPart, createPort, createPortType, createService, createTypes, getAllBindings, getAllPortTypes, getAllServices, getBinding, getBindings, getDocumentBaseURI, getExtensionRegistry, getImports, getImports, getMessage, getMessages, getNamespace, getNamespaces, getPortType, getPortTypes, getPrefix, getQName, getService, getServices, getTargetNamespace, getTypes, removeBinding, removeImport, removeMessage, removeNamespace, removePortType, removeService, setDocumentBaseURI, setExtensionRegistry, setQName, setTargetNamespace, setTypes
getDocumentationElement, setDocumentationElement
javax.wsdl.Definition getUnwrappedDefinition()
void setDefinitionToWrap(javax.wsdl.Definition d)
d
- the WSDL4J Definition objectvoid setWSDLLocation(String uriLocation)
String getWSDLLocation()
void releaseResources()
void close()
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.