Class: Origami::XDP::Packet::ConnectionSet
- Inherits:
-
Origami::XFA::Element
- Object
- REXML::Element
- Origami::XFA::Element
- Origami::XDP::Packet::ConnectionSet
- Defined in:
- lib/origami/xfa.rb
Overview
The connectionSet packet describes the connections used to initiate or conduct web services.
Defined Under Namespace
Classes: EffectiveInputPolicy, EffectiveOutputPolicy, Operation, RootElement, SOAPAction, SOAPAddress, URI, WSDLAddress, WSDLConnection, XMLConnection, XSDConnection
Instance Method Summary collapse
-
#initialize ⇒ ConnectionSet
constructor
A new instance of ConnectionSet.
Methods included from Origami::XFA
Constructor Details
#initialize ⇒ ConnectionSet
Returns a new instance of ConnectionSet.
629 630 631 632 633 |
# File 'lib/origami/xfa.rb', line 629 def initialize super("connectionSet") add_attribute 'xmlns', 'http://www.xfa.org/schema/xfa-connection-set/2.8/' end |