Interface DefinitionFactory
-
- All Known Implementing Classes:
EndpointDefinitionFactory
public interface DefinitionFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EndpointDefinition
createDefinition(org.apache.axiom.om.OMElement elem)
This method should extract the QoS information from the XML infoset which represents an endpoint
-
-
-
Method Detail
-
createDefinition
EndpointDefinition createDefinition(org.apache.axiom.om.OMElement elem)
This method should extract the QoS information from the XML infoset which represents an endpoint- Parameters:
elem
- XML which represents the endpoint with QoS information- Returns:
- the created endpoint definition
-
-