40414243444546
// private PolicyInclude policyInclude; public AxisMessage() { handlerChain = new ArrayList(); messageReference = new MessageReferenceImpl(); }
83848586878889
public WSDLInterface createInterface() { return new WSDLInterfaceImpl(); } public MessageReference createMessageReference() { return new MessageReferenceImpl(); }
4041424344454647
private PolicyInclude policyInclude; public AxisMessage() { parameterinclude = new ParameterIncludeImpl(); handlerChain = new ArrayList(); messageReference = new MessageReferenceImpl(); policyInclude = new PolicyInclude(); }
949596979899100
public WSDLProperty createProperty() { return new WSDLPropertyImpl(); } public MessageReference createMessageReference() { return new MessageReferenceImpl(); }