Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Used by
Element HTTPFragment
Annotations

https://kb.sos-berlin.com/display/PKB/YADE+Parameter+Reference+-+HTTPFragment

References Notes

This element includes the parameters for an HTTP file transfer connection including BasicAuthentication and URLConnection configuration items.

Any number of fragments can be configured and are distinguished by YADE according to their name attribute.

A fragment is referenced by a transfer profile using the value of the HTTPFragmentRef ref attribute.

Diagram
Diagram YADE_configuration_v1_12_xsd_Element_HTTPFragment.tmp#HTTPFragment_name YADE_configuration_v1_12_xsd_Element_URLConnection.tmp#URLConnection YADE_configuration_v1_12_xsd_Element_BasicAuthentication.tmp#BasicAuthentication YADE_configuration_v1_12_xsd_Element_CredentialStoreFragmentRef.tmp#CredentialStoreFragmentRef YADE_configuration_v1_12_xsd_Element_JumpFragmentRef.tmp#JumpFragmentRef YADE_configuration_v1_12_xsd_Element_ProxyForHTTP.tmp#ProxyForHTTP YADE_configuration_v1_12_xsd_Element_HTTPHeaders.tmp#HTTPHeaders
Properties
content complex
Used by
Model
Instance
<HTTPFragment name="">
  <URLConnection>{1,1}</URLConnection>
  <BasicAuthentication>{0,1}</BasicAuthentication>
  <CredentialStoreFragmentRef ref="">{0,1}</CredentialStoreFragmentRef>
  <JumpFragmentRef ref="">{0,1}</JumpFragmentRef>
  <ProxyForHTTP>{0,1}</ProxyForHTTP>
  <HTTPHeaders>{0,1}</HTTPHeaders>
</HTTPFragment>
Attributes
QName Type Use Annotation
name xs:NMTOKEN required

This attribute identifies the current fragment. Any number of fragments can be used and are distinguished by YADE according their name.

A fragment is referenced by a transfer profile using the value of this attribute.

Attribute HTTPFragment / @name
Annotations

This attribute identifies the current fragment. Any number of fragments can be used and are distinguished by YADE according their name.

A fragment is referenced by a transfer profile using the value of this attribute.

Type xs:NMTOKEN
Properties
use required
Used by
Element HTTPFragment