Package nl.b3p.csw.client
Class Input
- java.lang.Object
-
- nl.b3p.csw.client.Input
-
- Direct Known Subclasses:
InputById,InputBySearch
public abstract class Input extends Object
- Author:
- Erik van de Pol
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.commons.logging.Loglogprotected javax.xml.bind.JAXBElement<? extends RequestBaseType>request
-
Constructor Summary
Constructors Modifier Constructor Description protectedInput()Input(javax.xml.bind.JAXBElement<? extends RequestBaseType> request)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected javax.xml.bind.JAXBElement<? extends RequestBaseType>getRequest()protected abstract ClassgetTargetType()
-
-
-
Field Detail
-
log
protected static final org.apache.commons.logging.Log log
-
request
protected javax.xml.bind.JAXBElement<? extends RequestBaseType> request
-
-
Constructor Detail
-
Input
protected Input()
-
Input
public Input(javax.xml.bind.JAXBElement<? extends RequestBaseType> request)
-
-
Method Detail
-
getRequest
protected javax.xml.bind.JAXBElement<? extends RequestBaseType> getRequest()
-
getTargetType
protected abstract Class getTargetType()
-
-