public class ObjectFactory extends Object
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.locator.extensions
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<String> |
createGroup(String value)
|
public ObjectFactory()
public JAXBElement<String> createGroup(String value)
value - Java instance representing xml element's value.JAXBElement<String>Apache CXF