Uses of Class
com.ebmwebsourcing.commons.wsdl.api.WSDLException

Packages that use WSDLException
com.ebmwebsourcing.commons.wsdl   
com.ebmwebsourcing.commons.wsdl.api   
com.ebmwebsourcing.commons.wsdl.api.abstractElmt   
com.ebmwebsourcing.commons.wsdl.impl.generic   
com.ebmwebsourcing.commons.wsdl.impl.wsdl11   
com.ebmwebsourcing.commons.wsdl.impl.wsdl20   
 

Uses of WSDLException in com.ebmwebsourcing.commons.wsdl
 

Methods in com.ebmwebsourcing.commons.wsdl that throw WSDLException
static WSDLFactory WSDLFactory.newInstance()
          Get a new instance of a WSDLFactory.
 

Uses of WSDLException in com.ebmwebsourcing.commons.wsdl.api
 

Methods in com.ebmwebsourcing.commons.wsdl.api that throw WSDLException
 void Description.addInclude(Include includeDef)
          Add an include to this WSDL description.
 org.w3c.dom.Document WSDLWriter.getDocument(Description wsdlDef)
          Return a document generated from the specified WSDL model.
 InterfaceType Service.getInterface()
          Get interface.
 java.util.Map<javax.xml.namespace.QName,java.lang.String> WSDLElement.getOtherAttributes()
          Get the map containing all the attributes defined on this element.
 java.util.List<org.w3c.dom.Element> WSDLElement.getOtherElements()
          Get all the cloned elements defined here.
 javax.xml.namespace.QName Description.getQName()
          Get the name of this definition.
 Description WSDLReader.readWSDL(org.w3c.dom.Document wsdlDocument)
          Read the specified WSDL document into a WSDL definition.
 Description WSDLReader.readWSDL(java.net.URI wsdlURI)
          Read the WSDL document accessible via the specified URI into a WSDL definition.
 Description WSDLReader.readWSDL(java.net.URI wsdlURI, javax.xml.transform.dom.DOMSource inputSource)
          Read a WSDL document into a WSDL definition.
 Include Description.removeInclude(Include includeDef)
          Remove an include from this WSDL description.
 void Param.setName(java.lang.String name)
          Set the name of this input.
 void BindingParam.setName(java.lang.String name)
          Set the name of this input.
 void Operation.setParameterOrdering(java.util.List<java.lang.String> parameterOrder)
          Set the parameter ordering for a request-response, or solicit-response operation.
 void Operation.setPattern(Constants.MEPPatternConstants pattern)
          set the pattern
 void Description.setQName(javax.xml.namespace.QName name)
          Set the name of this definition.
 java.lang.String WSDLWriter.writeWSDL(Description wsdlDef)
          Write the specified WSDL definition .
 

Uses of WSDLException in com.ebmwebsourcing.commons.wsdl.api.abstractElmt
 

Methods in com.ebmwebsourcing.commons.wsdl.api.abstractElmt that throw WSDLException
 void AbstractDescriptionImpl.addInclude(Include incl)
          IncludeImpl operation
protected  org.w3c.dom.Element AbstractWSDLElementImpl.createElementFromString(java.lang.String xmlElmt)
           
 java.util.Map<javax.xml.namespace.QName,java.lang.String> AbstractWSDLElementImpl.getOtherAttributes()
          Get the map containing all the attributes defined on this element.
 java.util.List<org.w3c.dom.Element> AbstractWSDLElementImpl.getOtherElements()
          Get all the extensibility elements defined here.
 

Constructors in com.ebmwebsourcing.commons.wsdl.api.abstractElmt that throw WSDLException
AbstractDescriptionImpl(java.net.URI baseURI, E model, org.jdom.Document doc, java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features)
           
 

Uses of WSDLException in com.ebmwebsourcing.commons.wsdl.impl.generic
 

Methods in com.ebmwebsourcing.commons.wsdl.impl.generic that throw WSDLException
 org.w3c.dom.Document WSDLWriterImpl.getDocument(Description wsdlDef)
           
 Description WSDLReaderImpl.readWSDL(org.w3c.dom.Document wsdlDocument)
           
 Description WSDLReaderImpl.readWSDL(java.net.URI wsdlURI)
           
 Description WSDLReaderImpl.readWSDL(java.net.URI wsdlURI, javax.xml.transform.dom.DOMSource inputSource)
           
 java.lang.String WSDLWriterImpl.writeWSDL(Description wsdlDef)
           
 

Uses of WSDLException in com.ebmwebsourcing.commons.wsdl.impl.wsdl11
 

Methods in com.ebmwebsourcing.commons.wsdl.impl.wsdl11 that throw WSDLException
 void DescriptionImpl.addInclude(Include incl)
           
protected static void WSDLJAXBContext.createContext()
          Private object initializations
 org.w3c.dom.Document WSDLWriterImpl.getDocument(Description wsdlDef)
           
 InterfaceType ServiceImpl.getInterface()
           
static javax.xml.bind.Marshaller WSDLWriterImpl.getMarshaller()
          Get the marshaller instance.
static javax.xml.bind.Unmarshaller WSDLReaderImpl.getUnMarshaller()
          Get the unmarshaller instance.
 Description WSDLReaderImpl.readWSDL(org.w3c.dom.Document wsdlDocument)
           
 Description WSDLReaderImpl.readWSDL(java.net.URI wsdlURI)
           
 Description WSDLReaderImpl.readWSDL(java.net.URI baseURI, javax.xml.transform.dom.DOMSource inputSource)
           
 Include DescriptionImpl.removeInclude(Include includeDef)
           
 void OperationImpl.setPattern(Constants.MEPPatternConstants pattern)
           
 java.lang.String WSDLWriterImpl.writeWSDL(Description wsdlDef)
           
 

Constructors in com.ebmwebsourcing.commons.wsdl.impl.wsdl11 that throw WSDLException
DescriptionImpl(java.net.URI baseURI, TDefinitions definition, org.jdom.Document document, java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features)
           
TypesImpl(TTypes types, DescriptionImpl desc)
           
 

Uses of WSDLException in com.ebmwebsourcing.commons.wsdl.impl.wsdl20
 

Methods in com.ebmwebsourcing.commons.wsdl.impl.wsdl20 that throw WSDLException
protected static void WSDLJAXBContext.createContext()
          Private object initializations
 org.w3c.dom.Document WSDLWriterImpl.getDocument(Description wsdlDef)
           
 InterfaceType ServiceImpl.getInterface()
           
static javax.xml.bind.Marshaller WSDLWriterImpl.getMarshaller()
          Get the marshaller instance.
 java.util.List<org.w3c.dom.Element> TypesImpl.getOtherElements()
           
 java.util.List<org.w3c.dom.Element> ServiceImpl.getOtherElements()
           
 java.util.List<org.w3c.dom.Element> OutputImpl.getOtherElements()
           
 java.util.List<org.w3c.dom.Element> OperationImpl.getOtherElements()
           
 java.util.List<org.w3c.dom.Element> InterfaceTypeImpl.getOtherElements()
           
 java.util.List<org.w3c.dom.Element> InputImpl.getOtherElements()
           
 java.util.List<org.w3c.dom.Element> IncludeImpl.getOtherElements()
           
 java.util.List<org.w3c.dom.Element> ImportImpl.getOtherElements()
           
 java.util.List<org.w3c.dom.Element> FaultImpl.getOtherElements()
           
 java.util.List<org.w3c.dom.Element> EndpointImpl.getOtherElements()
           
 java.util.List<org.w3c.dom.Element> DescriptionImpl.getOtherElements()
           
 java.util.List<org.w3c.dom.Element> BindingOutputImpl.getOtherElements()
           
 java.util.List<org.w3c.dom.Element> BindingOperationImpl.getOtherElements()
           
 java.util.List<org.w3c.dom.Element> BindingInputImpl.getOtherElements()
           
 java.util.List<org.w3c.dom.Element> BindingImpl.getOtherElements()
           
 java.util.List<org.w3c.dom.Element> BindingFaultImpl.getOtherElements()
           
 javax.xml.namespace.QName DescriptionImpl.getQName()
           
 Description WSDLReaderImpl.readWSDL(org.w3c.dom.Document wsdlDocument)
           
 Description WSDLReaderImpl.readWSDL(java.net.URI wsdlURI)
           
 Description WSDLReaderImpl.readWSDL(java.net.URI wsdlURI, javax.xml.transform.dom.DOMSource inputSource)
           
 void OutputImpl.setName(java.lang.String name)
           
 void InputImpl.setName(java.lang.String name)
           
 void FaultImpl.setName(java.lang.String name)
           
 void OperationImpl.setParameterOrdering(java.util.List<java.lang.String> parameterOrder)
           
 void DescriptionImpl.setQName(javax.xml.namespace.QName name)
           
 java.lang.String WSDLWriterImpl.writeWSDL(Description wsdlDef)
           
 

Constructors in com.ebmwebsourcing.commons.wsdl.impl.wsdl20 that throw WSDLException
DescriptionImpl(java.net.URI baseURI, DescriptionType description, org.jdom.Document document, java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features)
           
TypesImpl(TypesType types, DescriptionImpl desc)
           
 



Copyright © 2008 eBM WebSourcing. All Rights Reserved.