|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SOAPFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
SOAPPackage
Field Summary | |
---|---|
static SOAPFactory |
eINSTANCE
The singleton instance of the factory |
Method Summary | |
---|---|
SOAPAddress |
createSOAPAddress()
Returns a new object of class 'Address' |
SOAPBinding |
createSOAPBinding()
Returns a new object of class 'Binding' |
SOAPBody |
createSOAPBody()
Returns a new object of class 'Body' |
SOAPFault |
createSOAPFault()
Returns a new object of class 'Fault' |
SOAPHeader |
createSOAPHeader()
Returns a new object of class 'Header' |
SOAPHeaderBase |
createSOAPHeaderBase()
Returns a new object of class 'Header Base' |
SOAPHeaderFault |
createSOAPHeaderFault()
Returns a new object of class 'Header Fault' |
SOAPOperation |
createSOAPOperation()
Returns a new object of class 'Operation' |
SOAPPackage |
getSOAPPackage()
Returns the package supported by this factory |
Field Detail |
---|
static final SOAPFactory eINSTANCE
Method Detail |
---|
SOAPBinding createSOAPBinding()
SOAPBody createSOAPBody()
SOAPHeaderBase createSOAPHeaderBase()
SOAPFault createSOAPFault()
SOAPOperation createSOAPOperation()
SOAPAddress createSOAPAddress()
SOAPHeaderFault createSOAPHeaderFault()
SOAPHeader createSOAPHeader()
SOAPPackage getSOAPPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |