Package org.w3.soap
Class Envelope.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent>
- java.lang.Object
-
- com.kscs.util.jaxb.Selector<TRoot,TParent>
-
- org.w3.soap.Envelope.Selector<TRoot,TParent>
-
- Direct Known Subclasses:
Envelope.Select
- Enclosing class:
- Envelope
public static class Envelope.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> extends com.kscs.util.jaxb.Selector<TRoot,TParent>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Body.Selector<TRoot,Envelope.Selector<TRoot,TParent>>body()Map<String,com.kscs.util.jaxb.PropertyTree>buildChildren()This is only used by builders and other implementational detailsHeader.Selector<TRoot,Envelope.Selector<TRoot,TParent>>header()
-
-
-
Method Detail
-
buildChildren
public Map<String,com.kscs.util.jaxb.PropertyTree> buildChildren()
Description copied from class:com.kscs.util.jaxb.SelectorThis is only used by builders and other implementational details
-
header
public Header.Selector<TRoot,Envelope.Selector<TRoot,TParent>> header()
-
body
public Body.Selector<TRoot,Envelope.Selector<TRoot,TParent>> body()
-
-